Update Airflow deprecations to suggested usages

Merged
#24 · Created  · Last updated

Merged pull request

Merged in airflow_deprecations (pull request #24)

2692a5e·Author: ·Closed by: ·2023-11-24

Description

  • Param schedule_interval is deprecated and will be removed in a future release. Use schedule instead.

  • Function days_ago is deprecated and will be removed in Airflow 3.0. Achieve equivalent behavior with pendulum.today('UTC').add(days=-N, ...)

 

0 attachments

0 comments

Loading commits...