Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
3,813 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
On Azure Synapse, I can't find the option to download the full results in a CSV file.
By default I can only export only the first 1000 rows. How can I download all from Azure Synapse without writing more code?
You can save your dataframe to a blob storage as CSV (configure the Blob linked service before) and the download it.
Here is what you need to do in this thread : https://stackoverflow.com/questions/72877473/export-more-than-1000-rows-from-azure-synapse-into-csv