Skip to content

Commit c10955c

Browse files
authored
Updates to the Synapse Studio loading wizard
1 parent c204bf6 commit c10955c

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

articles/synapse-analytics/quickstart-load-studio-sql-pool.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ You can now easily bulk load data using SQL pools with a simple right-click on t
2222
- A file or folder from an Azure storage account attached to your workspace
2323
![Right-clicking on a file or folder from a storage account](./sql/media/bulk-load/bulk_load_entry_point_0.png)
2424

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-
2925
## Prerequisites
3026

3127
- 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
3632

3733
- 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.
3834

39-
Select the storage account and the file or folder you're loading from on the Source storage location panel:
40-
![Selecting source location](./sql/media/bulk-load/bulk_load_source_location.png)
35+
### Steps
36+
37+
1. Select the storage account and the file or folder you're loading from on the Source storage location panel:
38+
![Selecting source location](./sql/media/bulk-load/bulk_load_source_location.png)
4139

42-
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.
4341

4442
![Selecting file format settings](./sql/media/bulk-load/bulk_load_file_format_settings.png)
4543

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:
47-
![Previewing data](./sql/media/bulk-load/bulk_load_file_format_settings_preview_data.png)
44+
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:
45+
![Previewing data](./sql/media/bulk-load/bulk_load_file_format_settings_preview_data.png)
4846

49-
Select the SQL pool you are using to load including whether the load will be for an existing table or new table:
50-
![Selecting target location](./sql/media/bulk-load/bulk_load_target_location.png)
47+
4. Select the SQL pool you are using to load including whether the load will be for an existing table or new table:
48+
![Selecting target location](./sql/media/bulk-load/bulk_load_target_location.png)
5149

52-
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:
53-
![Configuring column mapping](./sql/media/bulk-load/bulk_load_target_location_column_mapping.png)
50+
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:
51+
![Configuring column mapping](./sql/media/bulk-load/bulk_load_target_location_column_mapping.png)
5452

55-
Click on "Open script" and a T-SQL script will be generated with the COPY statement to load from your data lake:
56-
![Opening the SQL script](./sql/media/bulk-load/bulk_load_target_final_script.png)
53+
6. Click on "Open script" and a T-SQL script will be generated with the COPY statement to load from your data lake:
54+
![Opening the SQL script](./sql/media/bulk-load/bulk_load_target_final_script.png)
5755

5856
## Next steps
5957

0 commit comments

Comments
 (0)