This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from da1e657 Fix multi query scenario in bigquery example DAG (#21575)
add d07f140 Add option to compress Serialized dag data (#21332)
No new revisions were added by this update.
Summary of changes:
airflow/config_templates/config.yml | 8 ++++
airflow/config_templates/default_airflow.cfg | 4 ++
...14482_add_data_compressed_to_serialized_dag.py} | 22 ++++++-----
airflow/models/serialized_dag.py | 45 ++++++++++++++++++----
airflow/settings.py | 3 ++
docs/apache-airflow/dag-serialization.rst | 3 ++
docs/apache-airflow/migrations-ref.rst | 4 +-
tests/models/test_serialized_dag.py | 22 +++++++++--
8 files changed, 88 insertions(+), 23 deletions(-)
copy airflow/migrations/versions/{4446e08588_dagrun_start_end.py =>
a3bcd0914482_add_data_compressed_to_serialized_dag.py} (61%)