Does anyone know what the correct syntax is for sp...
# google-cloud
e
Does anyone know what the correct syntax is for specifying an override for the composer config? In the UI itself the parts are section, key and value, but in C# at least it’s just a dictionary, and I’m not sure how it parses the section from the key. e.g. setting the secrets backend in composer to be secrets manager would look something like: Key:
"secrets.backend"
Value:
"airflow.providers.google.cloud.secrets.secret_manager.CloudSecretManagerBackend"
But I’m not sure about the key value. Should the separator be
.
,
:
, something else. Anyone know?