Skip to content

v2.1.0

Choose a tag to compare

@gyorban-cl gyorban-cl released this 01 Feb 13:17
· 23 commits to main since this release
e5a58a4

New environment variables allow to modify the api_retries and
api_timeout values used by the cde hook:

  • AIRFLOW__CDE__DEFAULT_NUM_RETRIES to set the api_retries value.
  • AIRFLOW__CDE__DEFAULT_API_TIMEOUT to set the api_timeout value.

The value precedence is 'parameter' > 'env var' > 'airflow.cfg' > 'default'.

With the environemt variables it is easier to fine tune the values without the
need to modify the existing DAG files.