Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated macros #6270

Open
greenape opened this issue Aug 14, 2023 · 0 comments
Open

Deprecated macros #6270

greenape opened this issue Aug 14, 2023 · 0 comments
Labels

Comments

@greenape
Copy link
Member

/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/context.py:205 AirflowContextDeprecationWarning: Accessing 'execution_date' from the template is deprecated and will be removed in a future version. Please use 'data_interval_start' or 'logical_date' instead.
/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/context.py:205 AirflowContextDeprecationWarning: Accessing 'next_ds' from the template is deprecated and will be removed in a future version. Please use '{{ data_interval_end | ds }}' instead.
/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/context.py:205 AirflowContextDeprecationWarning: Accessing 'next_ds_nodash' from the template is deprecated and will be removed in a future version. Please use '{{ data_interval_end | ds_nodash }}' instead.
/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/context.py:205 AirflowContextDeprecationWarning: Accessing 'next_execution_date' from the template is deprecated and will be removed in a future version. Please use 'data_interval_end' instead.
/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/context.py:205 AirflowContextDeprecationWarning: Accessing 'prev_ds' from the template is deprecated and will be removed in a future version.
/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/context.py:205 AirflowContextDeprecationWarning: Accessing 'prev_ds_nodash' from the template is deprecated and will be removed in a future version.
/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/context.py:205 AirflowContextDeprecationWarning: Accessing 'prev_execution_date' from the template is deprecated and will be removed in a future version.
/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/context.py:205 AirflowContextDeprecationWarning: Accessing 'prev_execution_date_success' from the template is deprecated and will be removed in a future version. Please use 'prev_data_interval_start_success' instead.
/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/context.py:205 AirflowContextDeprecationWarning: Accessing 'tomorrow_ds' from the template is deprecated and will be removed in a future version.
/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/context.py:205 AirflowContextDeprecationWarning: Accessing 'tomorrow_ds_nodash' from the template is deprecated and will be removed in a future version.
/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/context.py:205 AirflowContextDeprecationWarning: Accessing 'yesterday_ds' from the template is deprecated and will be removed in a future version.
/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/context.py:205 AirflowContextDeprecationWarning: Accessing 'yesterday_ds_nodash' from the template is deprecated and will be removed in a future version.```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant