Skip to content

Commit dbe9f6a

Browse files
20250219 clean images
1 parent 32f546e commit dbe9f6a

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

articles/synapse-analytics/sql/develop-tables-external-tables.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ External tables access underlying Azure storage using the database scoped creden
8282

8383
#### [Hadoop](#tab/hadoop)
8484

85-
The following example creates a Hadoop external data source in dedicated SQL pool for ADLS Gen2 pointing to the New York data set:
85+
The following example creates a Hadoop external data source in dedicated SQL pool for ADLS Gen2 pointing to the public New York data set:
8686

8787
```sql
8888
CREATE DATABASE SCOPED CREDENTIAL [ADLS_credential]
@@ -183,20 +183,21 @@ Using Data Lake exploration capabilities of Synapse Studio you can now create an
183183

184184
From the Data panel, select the file that you would like to create the external table from:
185185

186-
:::image type="content" source="media/develop-tables-external-tables/external-table-1.png" alt-text="Externaltable1." lightbox="media/develop-tables-external-tables/external-table-1.png":::
186+
:::image type="content" source="media/develop-tables-external-tables/external-table.png" alt-text="Screenshot from the Azure portal of the Azure Synapse Analytics create external table experience." lightbox="media/develop-tables-external-tables/external-table.png":::
187187

188188
A dialog window will open. Select dedicated SQL pool or serverless SQL pool, give a name to the table and select open script:
189189

190-
:::image type="content" source="media/develop-tables-external-tables/external-table-2.png" alt-text="Externaltable2.":::
190+
:::image type="content" source="media/develop-tables-external-tables/external-table-dialog.png" alt-text="Screenshot from the Azure portal of the Azure Synapse Analytics of the create external table dialog.":::
191191

192192
The SQL Script is autogenerated inferring the schema from the file:
193-
:::image type="content" source="media/develop-tables-external-tables/external-table-3.png" alt-text="Externaltable3." lightbox="media/develop-tables-external-tables/external-table-3.png":::
194193

195-
Run the script. The script will automatically run a Select Top 100 *.:
196-
:::image type="content" source="media/develop-tables-external-tables/external-table-4.png" alt-text="Externaltable4." lightbox="media/develop-tables-external-tables/external-table-4.png":::
194+
:::image type="content" source="media/develop-tables-external-tables/external-table-t-sql.png" alt-text="Screenshot from the Azure portal of a T-SQL script that creates an external table." lightbox="media/develop-tables-external-tables/external-table-t-sql.png":::
197195

198-
The external table is now created, for future exploration of the content of this external table the user can query it directly from the Data pane:
199-
:::image type="content" source="media/develop-tables-external-tables/external-table-5.png" alt-text="Externaltable5." lightbox="media/develop-tables-external-tables/external-table-5.png":::
196+
Run the script. The script will automatically run a `SELECT TOP 100 *`:
197+
198+
:::image type="content" source="media/develop-tables-external-tables/external-table-resultset.png" alt-text="Screenshot from the Azure portal of a T-SQL script's result set that shows the external table." lightbox="media/develop-tables-external-tables/external-table-resultset.png":::
199+
200+
The external table is now created. You can now query the external table directly from the Data pane.
200201

201202
## Related content
202203

0 commit comments

Comments
 (0)