No Data for External Table from Blob Storage
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 06:04 AM
Hi All,
I am trying to create an external table from a Azure Blob storage container. I recieve no errors, but there is no data in the table. The Blob Storage contains 4 csv files with the same columns and about 10k rows of data. Am I missing something?
create table users
(column1 string,
column2 string,
column3 string)
using csv
location 'abfss://path/to/blob/folder'