by
Pat
• Honored Contributor III
- 1352 Views
- 0 replies
- 14 kudos
How do you automate table creation and management of privilege / grants on securable objects (tables, views, etc.).I had idea to use terraform to manage above, but terraform doesn't work with managed tables - it allows to create table but then there ...
- 1352 Views
- 0 replies
- 14 kudos
- 10123 Views
- 7 replies
- 3 kudos
We have ADLS container location which contains several (100+) different data subjects folders which contain Parquet files with partition column and we want to expose each of the data subject folder as a table in Databricks SQL. Is there any way to au...
- 10123 Views
- 7 replies
- 3 kudos
Latest Reply
Updating dazfuller suggestion, but including code for one level of partitioning, of course if you have deeper partitions then you will have to make a function and do a recursive call to get to the final directory containing parquet files. Parquet wil...
6 More Replies