Skip to content

Commit caa455a

Browse files
Merge pull request #212800 from MicrosoftDocs/shsagir-patch-2
Fix link to ingest StormEvents table.
2 parents cb00920 + 9034048 commit caa455a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/get-started-analyze-data-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ In this article, you'll learn the basic steps to load and analyze data with Data
6363
1. Paste in the following command, and select **Run** to ingest data into StormEvents table.
6464
6565
```Kusto
66-
.ingest into table StormEvents 'https://kustosamplefiles.blob.core.windows.net/samplefiles/StormEvents.csv?sv=2019-12-12&ss=b&srt=o&sp=r&se=2022-09-05T02:23:52Z&st=2020-09-04T18:23:52Z&spr=https&sig=VrOfQMT1gUrHltJ8uhjYcCequEcfhjyyMX%2FSc3xsCy4%3D' with (ignoreFirstRecord=true)
66+
.ingest into table StormEvents 'https://kustosamples.blob.core.windows.net/samplefiles/StormEvents.csv' with (ignoreFirstRecord=true)
6767
```
6868
6969
1. After ingestion completes, paste in the following query, select the query in the window, and select **Run**.

0 commit comments

Comments
 (0)