Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 12:49 AM
Hello,
We're using a dlt pipeline using an autoloader that reads from a volume inside Unity catalog
The path of the volume is /Volumes/<my-catalog>/...
How can I dynamically access the catalog value of the dlt pipeline to use it in the code ? I don't want to hard code the name of the catalog in the volume path since it's a parameter of the DLT pipeline, I'm assuming there is a way to retrieve it in the code ?
Thank you