This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 0967453 Emit error on duplicated DAG ID (#15302)
add 15f5bf4 Support jinja2 native Python types (#14603)
No new revisions were added by this update.
Summary of changes:
airflow/models/dag.py | 9 ++++-
airflow/models/taskinstance.py | 12 ++++--
airflow/operators/python.py | 1 +
airflow/serialization/schema.json | 1 +
airflow/utils/python_virtualenv.py | 15 +++++++-
docs/apache-airflow/concepts/operators.rst | 60 +++++++++++++++++++++++++++++-
tests/models/test_baseoperator.py | 51 +++++++++++++++++++++++++
7 files changed, 140 insertions(+), 9 deletions(-)