Configuration Reference¶
This page contains the list of all available Airflow configurations for the
apache-airflow-providers-informatica provider that can be set in the airflow.cfg file or using environment variables.
Note
For more information see Setting Configuration Options.
[informatica]¶
This section applies settings for Informatica integration. More about configuration and its precedence can be found in the usage’s guide.
default_conn_id¶
The default connection ID to use for Informatica operations.
- Type:
string
- Default:
informatica_edc_default- Environment Variable:
AIRFLOW__INFORMATICA__DEFAULT_CONN_ID- Example:
informatica_edc_default
disabled¶
Disable sending events without uninstalling the Informatica Provider by setting this to true.
- Type:
boolean
- Default:
False- Environment Variable:
AIRFLOW__INFORMATICA__DISABLED