azure - Data factory: how to execute query after copy from blob to SQL? -


i'm trying schedule copy pipeline blob sql. there way run custom query after copy done (e.g. creating/updating view in sql database)?

does sqlwritercleanupscript run before or after copy done?

sqlwritercleanupscript runs first step re-runs of copy activity. if want run custom query post copy activity use stored procedure activity https://azure.microsoft.com/en-us/documentation/articles/data-factory-stored-proc-activity/ .


Comments

Post a Comment

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -