will be there any support for secrets? #574
Unanswered
marlon-rodriguezr
asked this question in
Q&A
Replies: 1 comment
-
You simply need to escape your secrets string, e.g. instead of:
use this in case if Jinja templating is enabled:
This will prevent Jinja from trying to resolve the string and properly pass it to the Jobs API. |
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
-
running a test with Jinja enabled (to differentiate multiple environments), I got an error message because there was a secret var resolution inside the deployment.yml so, is there any plan to handle secrets/env variables the usual way we do in Databricks workspace or the integration of these variables with the Jinja ones?
Beta Was this translation helpful? Give feedback.
All reactions