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/sql/tutorial-data-analyst.md
+22-24Lines changed: 22 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,24 +19,14 @@ In particular, you analyze the [New York City (NYC) Taxi dataset](https://azure.
19
19
20
20
The focus of the analysis is to find trends in changes of number of taxi rides over time. You analyze two other Azure Open Datasets ([Public Holidays](https://azure.microsoft.com/services/open-datasets/catalog/public-holidays/) and [Weather Data](https://azure.microsoft.com/services/open-datasets/catalog/noaa-integrated-surface-data/)) to understand the outliers in number of taxi rides.
21
21
22
-
## Create credentials
22
+
## Create Data source
23
+
24
+
Data source object is used to reference Azure storage account where you need to analyze data. Public Azure storage don't need some credential to acces storage.
23
25
24
26
```sql
25
-
-- There is no secret. We are using public storage account which doesn't need a secret.
0 commit comments