Parameterizing DLT Jobs
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 01:39 PM
I have observed the use of advanced configuration and creating a map as a way to parameterize notebooks, but these appear to be cluster-wide settings. Is there a recommended best practice for directly passing parameters to notebooks running on a DLT cluster? Specifically, if I have multiple notebooks running simultaneously and want to pass unique parameters to each (e.g., {“name”:”alpha”} for notebook1 and {“name”:”beta”} for notebook2), how can I achieve this without impacting other notebooks on the same DLT cluster? #deltalivetables