Subject: Create a data catalog for files in databricks unity catalog
Hello everyone.
When I create a data catalog for a kedro project, I manually specify the absolute paths for input and output files that reside in DBFS, as it is required by Kedro.
But since I started using Unity Catalog, these paths become relative, and the absolute paths start having hash keys in them.
It is easy to fetch absolute paths for input files, but how can we create such paths for output files?