简体   繁体   中英

Ezport data from azure synapse sql

We have azure synapse with external data source as azure dala lake gen2. We need to export T-SQL query results as csv file on weekly schedule from azure synapse to any blob storage or FTP . I could not find documents related to export from synapse. Pls guide me through this .struck here for long time.

Per this answer , I think the answer is:

  1. Make a Dataflow where
    1. the source is the Synapse db and you pass the query you want
    2. the sink is a csv in ADLS gen2
  2. Make an ADF pipeline with a weekly schedule trigger that calls your Dataflow

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM