DLT PARAMETERIZATION FROM JOBS PARAMETERS
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2025 04:10 AM
I have created a dlt pipeline notebook which creates tables based on a config file that has the configuration of the tables that need to be created . now what i want is i want to run my pipeline every 30 min for 4 tables from config and every 3 hours for the remaining tables from the config . how can i do that . i want to use the same pipeline only but i can create two jobs for that . can someone tell me how do i pass the parameters(tables_to_run) from jobs to dlt pipelines