Michał
New Contributor III

Hi azam-io, were you able to solve your problem? 

Are you trying to have different parameters depending on the environment, or a different parameter value? 
I think the targets would allow to specify different parameters per environment / target. 

As for the parameter values, I have solved this problem by using variables. I have a config file which I read before running databricks cli, this converts configured values into environmental variables, and I use them to set variables when executing `databricks bundle`. That, unfortunately, very quickly becomes a lot to do and difficult not to miss things, but to solve that I wrapped it all in a Drone CI pipeline. Now I can run the deployment locally with a single command which behind the scenes runs validation, deployment, and on top of that a few extra steps - for example in dev deployment it automatically starts the pipeline.