This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
*** WARNING: tag nightly-master was modified! ***
from 4e09cb5 (commit)
to 079d7b5 (commit)
from 4e09cb5 Add packages to function names in bash (#10670) (#10696)
add 2f5bf8b Update INTHEWILD.md (#10703)
add a103280 Change the name of Static Check without pylint (#10690)
add 36aa88f Add jupytercmd and fix task failure when notify set as true
in qubole operator (#10599)
add 913397c Make Cloud Build system tests setup runnable (#10692)
add 9ac882e [AIRFLOW-5948] Replace SimpleDag with SerializedDag (#7694)
add f7fad67 Update DAG Serialization docs (#10711)
add 5b6464f Migrate speccy to spectral in OpenAPI linting. (#10351)
add a01d986 Don't commit when explicitly passed a session to TI.set_state
(#10710)
add de0d7d5 Make test_trigger_rule_dep tests re-runnable (#10712)
add 57fd479 Ensure we heartbeat the DagFileProcessorManager regularly.
(#10706)
add faaf179 Add Stacktrace when DagFileProcessorManager gets killed
(#10681)
add 6f96e81 Add Indeed to INTHEWILD.md (#10716)
add ab5235e Unify command names in CLI (#10720)
add 828f730 Add generate_yaml command to easily test KubernetesExecutor
before deploying pods (#10677)
add 3f7831c Relax requirement to allow latest version of flask-login
(#9990)
add 90c1505 Make grace_period_seconds option on K8sPodOperator (#10727)
add e4de728 Switches to better BATS asserts (#10718)
add 6e3d7b6 Add masterConfig parameter to
MLEngineStartTrainingJobOperator (#10578)
add 8cb4fc1 Add securitySchemes in openapi spec (#10652)
add 7b810b8 Fix docs for generate-dag-yaml cli command (#10735)
add 079d7b5 Enable more checks for pydocstyle (#10741)
No new revisions were added by this update.
Summary of changes:
.github/workflows/build-images-workflow-run.yml | 2 +-
.github/workflows/ci.yml | 6 +-
.pre-commit-config.yaml | 6 +-
INTHEWILD.md | 3 +-
UPDATING.md | 1 +
airflow/api_connexion/openapi/v1.yaml | 11 ++
airflow/cli/cli_parser.py | 33 ++++-
airflow/cli/commands/dag_command.py | 46 +++++-
airflow/jobs/backfill_job.py | 2 +-
airflow/jobs/scheduler_job.py | 76 +++++-----
airflow/models/taskinstance.py | 8 +-
.../cncf/kubernetes/operators/kubernetes_pod.py | 10 +-
.../providers/google/cloud/operators/mlengine.py | 11 ++
airflow/providers/qubole/hooks/qubole.py | 10 +-
airflow/providers/qubole/operators/qubole.py | 11 +-
airflow/utils/dag_processing.py | 162 +++++++--------------
docs/conf.py | 1 +
docs/dag-serialization.rst | 22 ++-
docs/executor/kubernetes.rst | 3 +
docs/img/serialized_dag_table.png | Bin 416085 -> 0 bytes
docs/spelling_wordlist.txt | 1 +
kubernetes_tests/test_kubernetes_pod_operator.py | 4 +-
scripts/ci/dockerfiles/bats/Dockerfile | 49 +++++++
.../ci/dockerfiles/bats}/build_and_push.sh | 17 ++-
.../ci/dockerfiles/bats/load.bash | 12 +-
scripts/ci/pre_commit/pre_commit_bat_tests.sh | 4 +-
.../{speccy_rules => spectral_rules}/connexion.yml | 10 +-
.../static_checks/{bat_tests.sh => bats_tests.sh} | 4 +-
setup.py | 2 +-
tests/bats/bats_utils.bash | 3 +-
tests/bats/test_breeze_params.bats | 60 ++++----
tests/bats/test_empty_test.bats | 2 +-
tests/bats/test_local_mounts.bats | 8 +-
tests/cli/commands/test_dag_command.py | 18 ++-
tests/jobs/test_scheduler_job.py | 36 +++--
tests/models/test_dagrun.py | 1 +
.../operators/test_cloud_build_system_helper.py | 6 +-
.../google/cloud/operators/test_mlengine.py | 39 +++++
tests/providers/qubole/operators/test_qubole.py | 8 +
tests/ti_deps/deps/test_trigger_rule_dep.py | 4 +
tests/utils/logging_command_executor.py | 2 +-
tests/utils/test_dag_processing.py | 2 +-
42 files changed, 458 insertions(+), 258 deletions(-)
delete mode 100644 docs/img/serialized_dag_table.png
create mode 100644 scripts/ci/dockerfiles/bats/Dockerfile
copy {chart/dockerfiles/pgbouncer =>
scripts/ci/dockerfiles/bats}/build_and_push.sh (70%)
copy .hadolint.yaml => scripts/ci/dockerfiles/bats/load.bash (78%)
rename scripts/ci/{speccy_rules => spectral_rules}/connexion.yml (81%)
rename scripts/ci/static_checks/{bat_tests.sh => bats_tests.sh} (88%)