You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deployment is defined in conf/deployment.json.
JSON is cumbersome to read and write. Not to mention it causes duplication of config.
Context
I want to be able to not duplicate config.
I want to extract common config and include it in the job definitions.
I want to reduce human error when configuring the jobs.
I want to be able to extend/add functionality to the deployment config file in the future.
Proposal
Allow --deployment-file to take a deployment(.json | .yaml | .yml) file.
By default check for deployment(.json | .yaml | .yml) file in the conf folder.
Parse the file appropriately.
Your Environment
dbx version used: DataBricks eXtensions aka dbx, version ~> 0.1.2
Databricks Runtime version: 8.1, 8.2
The text was updated successfully, but these errors were encountered:
renardeinside
changed the title
[Feature Request] Please support defining the deployment in yaml instead of json.
[FEATURE] Please support defining the deployment in yaml instead of json.
May 11, 2021
Current Behavior
The deployment is defined in
conf/deployment.json
.JSON is cumbersome to read and write. Not to mention it causes duplication of config.
Context
Proposal
--deployment-file
to take adeployment(.json | .yaml | .yml)
file.deployment(.json | .yaml | .yml)
file in the conf folder.Your Environment
The text was updated successfully, but these errors were encountered: