Hi @azam-io,
Please find the best practices here for deploying jobs using Asset Bundles configuration: https://docs.databricks.com/aws/en/dev-tools/bundles/settings
If you would like to pass different parameters for your same job in different environments, you can segregate the jobs with respective configurations in respective target folders as below:
dev ## folder containing respective jobs to be deployed in DEV
acc ## folder containing respective jobs to be deployed in ACC
prd ## folder containing respective jobs to be deployed in PRD
bundles.target.yml ## Here you are maintaining configurations for different environment
By having this approach you can pass different parameters to same job in different environments. In your bundles target, hopefully you will be pointing the respective environment variables for each envs.
Please let us know if you find this helpful or additional clarifications required.
Best Regards,
Nivethan V