airflowConfigOverrides

@JvmName(name = "bppigncdhjmebueb")
suspend fun airflowConfigOverrides(value: Output<Map<String, String>>)
@JvmName(name = "eecuscirclvnruxq")
suspend fun airflowConfigOverrides(value: Map<String, String>?)

Parameters

value

Apache Airflow configuration properties to override. Property keys contain the section and property names, separated by a hyphen, for example "core-dags_are_paused_at_creation". Section names must not contain hyphens ("-"), opening square brackets (""), or closing square brackets (""). The property name must not be empty and cannot contain "=" or ";". Section and property names cannot contain characters: "." Apache Airflow configuration property names must be written in snake_case. Property values can contain any character, and can be written in any lower/upper case format. Certain Apache Airflow configuration property values are blacklisted, and cannot be overridden.


@JvmName(name = "ckvbiqukoihkdlfb")
fun airflowConfigOverrides(vararg values: Pair<String, String>)

Parameters

values

Apache Airflow configuration properties to override. Property keys contain the section and property names, separated by a hyphen, for example "core-dags_are_paused_at_creation". Section names must not contain hyphens ("-"), opening square brackets (""), or closing square brackets (""). The property name must not be empty and cannot contain "=" or ";". Section and property names cannot contain characters: "." Apache Airflow configuration property names must be written in snake_case. Property values can contain any character, and can be written in any lower/upper case format. Certain Apache Airflow configuration property values are blacklisted, and cannot be overridden.