Skip to content

Commit 0823559

Browse files
authored
Removed _ in image links
1 parent 092ad71 commit 0823559

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Loading data has never been easier when using the Bulk Load wizard in the Synaps
2020
You can now easily bulk load data using SQL pools with a simple right-click on the following areas within the Synapse Studio:
2121

2222
- A file or folder from an Azure storage account attached to your workspace
23-
![Right-clicking on a file or folder from a storage account](./sql/media/bulk-load/bulk_load_entry_point_0.png)
23+
![Right-clicking on a file or folder from a storage account](./sql/media/bulk-load/bulk-load-entry-point-0.png)
2424

2525
## Prerequisites
2626

@@ -35,23 +35,23 @@ You can now easily bulk load data using SQL pools with a simple right-click on t
3535
### Steps
3636

3737
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)
38+
![Selecting source location](./sql/media/bulk-load/bulk-load-source-location.png)
3939

4040
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.
4141

42-
![Selecting file format settings](./sql/media/bulk-load/bulk_load_file_format_settings.png)
42+
![Selecting file format settings](./sql/media/bulk-load/bulk-load-file-format-settings.png)
4343

4444
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)
45+
![Previewing data](./sql/media/bulk-load/bulk-load-file-format-settings-preview-data.png)
4646

4747
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)
48+
![Selecting target location](./sql/media/bulk-load/bulk-load-target-location.png)
4949

5050
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)
51+
![Configuring column mapping](./sql/media/bulk-load/bulk-load-target-location-column-mapping.png)
5252

5353
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)
54+
![Opening the SQL script](./sql/media/bulk-load/bulk-load-target-final-script.png)
5555

5656
## Next steps
5757

0 commit comments

Comments
 (0)