Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2025 02:03 AM - edited 01-10-2025 02:08 AM
I am having troubles overriding the job parameters that are deployed in my local workspace.
e.g I have a job that fills tables with data,
the parameters given to it are random and I would like to override them when I run through my terminal
databricks bundle run <job_name> <NEW_PARAMETERS>
havent been able to do it yet. But i am able to do it in python using DatabricksRunNowOperator through the json