how to load structured stream data into delta table whose location is in ADLS Gen2
Hi All,I am working on a streaming data processing. As a intial step i have read the data from azure eventhub using readstream. now i want to writestream this into a delta table. My requirement is, The data should present in external location (adls g...
- 4177 Views
- 5 replies
- 6 kudos
Latest Reply
There are a couple ways to connect to ADLS Gen2. Please refer to below doc. For instance, if you decide to go by service principal method, you need to add below storage account configurations details to the cluster or notebooks. Same goes for storag...
- 6 kudos