Forum Discussion

fabric_user's avatar
fabric_user
Advocate I
1 year ago

Problem with OPENROWSET BULK token

I'm following this training module:

https://learn.microsoft.com/en-us/training/modules/get-started-sql-database-microsoft-fabric/5-simplify-data-management

 

When I'm trying to run this code, I'm getting an error:

 

 

 

SELECT TOP 100 *
FROM OPENROWSET 
(BULK 'abs://[email protected]/Safety/Release/city=Seattle/*.parquet'
, FORMAT = 'PARQUET') 
AS [Seattle_Dataset]

 

 

I copy pasted the code directly from the tutorial:

 

 

 

Am I doing something wrong? 

 

I'm quite new to SQL databases

 

Thanks!

5 Replies