Hello Community, I want to pass parameters to my Databricks job through the DABs CLI. Specifically, I'd like to be able to run a job with parameters directly using the command:
databricks bundle run -t prod --params [for example: table_name="client"]
I believe this involves handling the databricks.yaml file, but I'm unsure how to configure it correctly to achieve this. Could anyone provide guidance on how to set this up?
Thanks for your help!