by
g96g
• New Contributor III
- 1056 Views
- 1 replies
- 0 kudos
0I have a problem with reading the file from ADLS gen 2.I have dont the mounting properly as after executing dbutils.fs.ls('/mnt/bronze') I can see the file path.the way how I did the mounting:
# dbutils.fs.mount(
# source = "abfss://"+container_r...
- 1056 Views
- 1 replies
- 0 kudos
Latest Reply
Hi @Givi Salu Great to meet you, and thanks for your question! Let's see if your peers in the community have an answer to your question. Thanks.
- 1432 Views
- 1 replies
- 0 kudos
My team currently uses Autoloader and Delta Live Tables to process incremental data from ADLS storage. We are needing to keep the same table and history, but switch the filepath to a different location in storage. When I test a filepath change, I rec...
- 1432 Views
- 1 replies
- 0 kudos
Latest Reply
Autoloader doesn't support changing the source path for running job so if you change your source path your stream fails because the source path has changed. However, if you really want to change the path you can change it by using the new checkpoint ...