You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2020/12/07 22:35:34 UTC

[airflow] branch master updated (f66a46d -> 29d7848)

This is an automated email from the ASF dual-hosted git repository.

ash pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from f66a46d  Changes the type of source_code field in DagCode to MEDIUMTEXT (#12890)
     add 29d7848  Fix plugin macros not being exposed through airflow.macros (#12788)

No new revisions were added by this update.

Summary of changes:
 airflow/operators/python.py                   |  3 +-
 airflow/plugins_manager.py                    |  4 +++
 airflow/utils/python_virtualenv_script.jinja2 | 12 ++++++++
 tests/plugins/test_plugins_manager.py         | 40 +++++++++++++++++++++++++++
 4 files changed, 58 insertions(+), 1 deletion(-)