Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion presentations/presentation_a/6_Zero_code_ingestion.sql
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ WITH IDENTITY = 'sak'

CREATE DATABASE SCOPED CREDENTIAL demo2
WITH IDENTITY = 'demo2'
, SECRET = 'phfYN9K9q9JpJeAit4CXvu+BGX8EJGArvgeL0AOW0z2oeuJw0/LgiLQIhzn+jwITEs5TXvhDCQxxwJnSFsl3+g=='
, SECRET = 'Shh!'

CREATE EXTERNAL DATA SOURCE [AzureDataLakeStore] WITH
(LOCATION = N'wasbs://streaming@.....blob.core.windows.net',
Expand Down