You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/quickstart-load-studio-sql-pool.md
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,6 @@ You can now easily bulk load data using SQL pools with a simple right-click on t
22
22
- A file or folder from an Azure storage account attached to your workspace
23
23

24
24
25
-
- A SQL pool node within the SQL object explorer (coming soon)
26
-
27
-
- A SQL table node within the SQL object explorer (coming soon)
28
-
29
25
## Prerequisites
30
26
31
27
- You must have access to the workspace with at least the Storage Blob Data Contributor RBAC role to the ADLS Gen2 Account.
@@ -36,24 +32,26 @@ You can now easily bulk load data using SQL pools with a simple right-click on t
36
32
37
33
- If VNet is enabled on your workspace, make sure the integrated runtime associated to the ADLS Gen2 Account linked services for the source data and error file location has interactive authoring enabled. Interactive authoring is required for auto-schema detection, previewing the source file contents, and browsing ADLS Gen2 storage accounts within the wizard.
38
34
39
-
Select the storage account and the file or folder you're loading from on the Source storage location panel:
Select the file format settings including the storage account where you want to write rejected rows (error file). Currently only CSV and Parquet files are supported.
40
+
2.Select the file format settings including the storage account where you want to write rejected rows (error file). Currently only CSV and Parquet files are supported.
43
41
44
42

45
43
46
-
You can click on "Preview data" to see how the COPY statement will parse the file to help you configure the file format settings. Click on "Preview data" every time you change a file format setting to see how the COPY statement will parse the file with the updated setting:
3.You can click on "Preview data" to see how the COPY statement will parse the file to help you configure the file format settings. Click on "Preview data" every time you change a file format setting to see how the COPY statement will parse the file with the updated setting:
Click on "Configure column mapping" to make sure you have the appropriate column mapping. For new tables, configuring the column mapping is critical for updating the target column data types:
5.Click on "Configure column mapping" to make sure you have the appropriate column mapping. For new tables, configuring the column mapping is critical for updating the target column data types:
0 commit comments