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
FROM 'https://myaccount.blob.core.windows.net/myblobcontainer/folder1/*.txt'
115
+
WITH (
116
+
FILE_TYPE = 'CSV'
117
+
)
118
+
```
119
119
120
120
> [!IMPORTANT]
121
121
>
@@ -131,16 +131,16 @@ WITH (
131
131
5.[Assign read, write, and execution permissions to your AAD application](https://docs.microsoft.com/azure/data-lake-store/data-lake-store-service-to-service-authenticate-using-active-directory?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json#step-3-assign-the-azure-ad-application-to-the-azure-data-lake-storage-gen1-account-file-or-folder) on your storage account
0 commit comments