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
Provide a way to pass additional variables for preview deployments.
Use case: In case, if parent deployment is configured with secrets backend, AIRFLOW__SECRETS__BACKEND_KWARGS will not be copied from parent deployment to preview deployment ( since it is a secret variable ). So passing it explicitly can help configuring the secret backend for preview deployment.
Workaround for this issue to create the variable in a separate step post deployment creation :
Provide a way to pass additional variables for preview deployments.
Use case: In case, if parent deployment is configured with secrets backend,
AIRFLOW__SECRETS__BACKEND_KWARGS
will not be copied from parent deployment to preview deployment ( since it is a secret variable ). So passing it explicitly can help configuring the secret backend for preview deployment.Workaround for this issue to create the variable in a separate step post deployment creation :
The fix for this issue should enable passing variables while using
action: create-deployment-preview
The text was updated successfully, but these errors were encountered: