Hello, @om_bk_00 thank you for your question.
Could you clarify a few details to help me assist you better? Are you encountering any specific errors when trying to override job parameters via the terminal? Also, are you using the databricks bundle run command exclusively, or have you tried the databricks jobs run-now command? If possible, share the command you're running and the parameters you're trying to pass.
To override parameters via the terminal, the databricks jobs run-now command is typically used:
databricks jobs run-now --job-id <job_id> --notebook-params '{"param1": "value1", "param2": "value2"}'
Replace <job_id> with your job's ID and update the JSON object with the new parameters. Let me know if youโre still having trouble or need help with a specific error!