databrickslabs / blueprint

Baseline for Databricks Labs projects written in Python
https://pypi.org/project/databricks-labs-blueprint/
Other
15 stars 7 forks source link

UC Volume support #140

Open gergo-databricks opened 3 weeks ago

gergo-databricks commented 3 weeks ago

Support Unity Catalog Volumes by implementing VolumePath and add a function to automatically create the right path from a string based on the different referencing options (https://docs.databricks.com/en/files/index.html#do-i-need-to-provide-a-uri-scheme-to-access-data).

gergo-databricks commented 3 weeks ago

@nfx Can you give me permission to create a feature branch and open a PR? I already have the implementation.