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/ .
Very useful to the users, Keep update and share Azure Online Training
ReplyDelete