How do I access to DLT advanced configuration from python notebook?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 12:19 PM
Hi Team,
Im trying to get DLT Advanced Configuration value from the python dlt notebook.
For example, I set "something": "some path" in Advanced configuration in DLT and I want to get the value from my dlt notebook. I tried "dbutils.widgets.get("something") in my notebook and triggered the pipeline but I got an error.
How can I get the value?