- 10219 Views
- 4 replies
- 2 kudos
Reading around 20 text files from ADLS, doing some transformations, and after that these files are written back to ADLS as a single delta file (all operations are in parallel through the thread pool). Here from 20 threads, it is writing to a single f...
- 10219 Views
- 4 replies
- 2 kudos
Latest Reply
How can we import the exception "MetadataChangedException"?Or does Databricks recommend to catch / except Exception and parse the string?
3 More Replies
by
MattM
• New Contributor III
- 1916 Views
- 1 replies
- 2 kudos
We are ingesting our data from ADLS into databricks as delta table. After raw layer we need to refer to a control\mapping layer which defines certain logic\measure definition. This would be incorporated in the subsequent silver or gold layer. This co...
- 1916 Views
- 1 replies
- 2 kudos
Latest Reply
MattM
New Contributor III
Thanks for your response. Can business user without the help of any script modify any rows in the table after loading it onetime from CSV fiels?