Replies: 1 comment
-
hi @slenain , first of all please don't use discussions - use issues (as it's said in the README.md and docs). you're using the wrong tags. --tags in the CLI command has not relation to the job tags. To provide tags for a job use the following payload in your deployment.yml file: environments:
development:
workflows:
- name: workflow-name
tags:
TAG_NAME: 'tag-value'
ANOTHER_TAG_NAME: 'another tag value' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We trying to deploy with dbx deploy tags of project like this :
dbx deploy --environment=PROD --jobs=example-sample --tags url_project='mysiteweb.com/project=example'
And we have pb, project are deployed without error but tags in databricks look like :

Can you help me ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions