You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/06/29 12:06:55 UTC

[airflow] branch v1-10-test updated (273c9b7 -> 33c5ab7)

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

potiuk pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    omit 273c9b7  Fix logging issue when running tasks (#9363)
    omit 2c748c0  Persist start/end date and duration for DummyOperator Task Instance (#8663)
    omit 4d474c7  Ensure "started"/"ended" in tooltips are not shown if job not started (#8667)
    omit 74beb6f  Add context to execution_date_fn in ExternalTaskSensor (#8702)
    omit a89d39c  [AIRFLOW-5500] Fix the trigger_dag api in the case of nested subdags
    omit 977e62c  Document default timeout value for SSHOperator (#8744)
    omit 9e7e8e7  [AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file (#6230)
    omit a208985  Avoid color info in response of /dag_stats & /task_stats (#8742)
    omit 850fa29  [AIRFLOW-5898] fix alembic crash due to typing import (#6547)
    omit d731e5a  Make loading plugins from entrypoint fault-tolerant (#8732)
    omit 75e4509  Correctly restore upstream_task_ids when deserializing Operators (#8775)
    omit e34c89f  Correctly store non-default Nones in serialized tasks/dags (#8772)
    omit 5484bc3  [AIRFLOW-6778] Add a configurable DAGs volume mount path for Kubernetes (#8147)
    omit 13d0095  [AIRFLOW-5659] Add support for ephemeral storage on KubernetesPodOperator (#6337)
    omit c1ebb9b  [AIRFLOW-5349] Add schedulername option for KubernetesPodOperator (#6088)
    omit 820704b  make k8s tests pass
    omit bfe27b9  [AIRFLOW-5641] Support running git sync container as root (#6312)
    omit 9f9d87a  [AIRFLOW-5413] Refactor worker config (#7114)
    omit 0881823  Add default `conf` parameter to Spark JDBC Hook (#8787)
    omit 558ac69  Allow passing backend_kwargs to AWS SSM client (#8802)
    omit 2c92027  Filter dags by clicking on tag (#8897)
    omit c2ce290  Support k8s auth method in Vault Secrets provider (#8640)
    omit 4f62a99  Monitor pods by labels instead of names (#6377)
    omit 3986e5a  Add extra options to fix SSL issue and be more flexible (#9409)
    omit 5f798b8  [AIRFLOW-6940] Improve test isolation in test_views.py (#7564)
    omit 61514cb  Optimize count query on /home (#8729)
    omit a14349c  Monkey patch greenlet celery pools (#8559)
    omit 48c49ac  Fix failing tests from #9250 (#9307)
    omit 78085de  Fix json string escape in tree view (#8551)
    omit 68fce08  Fix tree view if config contains " (#9250)
    omit e8422ff  [AIRFLOW-8902] Fix Dag Run UI execution date with timezone cannot be saved issue (#8902)
    omit 2161068  Add TaskInstance state to TI Tooltip to be colour-blind friendlier (#8910)
    omit 5abae4e  Add a tip to trigger DAG screen (#9049)
    omit f16c915  Decrypt secrets from SystemsManagerParameterStoreBackend (#9214)
    omit efe1419  Use Markup for htmlcontent for landing_times (#9242)
    omit e1e41e7  UX Fix: Prevent undesired text selection with DAG title selection in Chrome (#8912)
    omit 2bdabe9  [AIRFLOW-3900] Error on undefined template variables in unit tests. (#4719)
    omit 7389112  Pinning max pandas version to 2.0 (lesser than) to allow pandas 1.0. (#7954)
    omit 18a6a40  Update example webserver_config.py to show correct CSRF config (#8944)
    omit 66a83be  Fix connection add/edit for spark (#8685)
    omit 7497033  Prevent clickable sorting on non sortable columns in TI view (#8681)
    omit 2d54916  Fix displaying Executor Class Name in "Base Job" table (#8679)
    omit ff5b15c  Fix docs on creating CustomOperator (#8678)
    omit 6676118  Improve tutorial - Include all imports statements (#8670)
    omit 7dcc9bb  Enhanced documentation around Cluster Policy (#8661)
    omit 4dddbc4  Make hive macros py3 compatible (#8598)
    omit 1888de7  Use existing DagBag for 'dag_details' & `trigger` Endpoints (#8501)
    omit f1787be  [AIRFLOW-4357] Fix SVG tooltip positioning with custom scripting (#8269)
    omit a8dddfb  [AIRFLOW-7066] Use sphinx syntax in concepts.rst (#7729)
    omit 82dd51f  Flush pending Sentry exceptions before exiting (#7232)
    omit a26dd59  JSON escape text in test_list_dagrun_includes_conf (#9264)
    omit d60a2bf  [AIRFLOW-6535] Add AirflowFailException to fail without any retry (#7133)
    omit 8fb9003  Update the version of cattrs from 0.9 to 1.0 to support Python 3.8 (#7100)
    omit fb4c10e  [AIRFLOW-6231] Display DAG run conf in the list view (#6794)
    omit 7b057c4  [AIRFLOW-5902] avoid unnecessary sleep to maintain local task job heart rate (#6553)
    omit 1634133  Include some missing RBAC roles on User and Viewer roles (#9133)
    omit 20da168  Show Dag's Markdown docs on Tree View (#9448)
    omit 88e82e0  Update README to remove Py 3.8 limitation for Master (#9451)
    omit 5baf53b  Added more precise Python requirements to README.md (#8455)
    omit 20ea1c4  Fixes pushing prod image directly from breeze (#9449)
    omit ba9da48  In case of worktree .git might be a file - rat-check fails (#9435)
    omit f39f71d  Fixed rendering of IMAGES.rst (#9433)
    omit d82f85b  add guidance re yarn build for local virtualenv development (#9411)
    omit baa5ece  Fix in-breeze CLI tools to work also on Linux (#9376)
    omit dca524b  Fixes Breeze 'tests' command (#9384)
    omit 3caa119  Fixed crashing webserver after /tmp is mounted from the host (#9378)
    omit 10950c8  Fix Airflow Stable version in README.md (#9360)
    omit 19e78ba  clarify breeze initialize virtualenv instructions (#9319)
    omit 7545e36  Fixes unbound variable on MacOS (#9335)
    omit d340110  Improve production image iteration speed (#9162)
    omit 597ccbf  Fix broken CI image optimisation (#9313)
    omit 1a1e494  Update pre-commit-hooks repo version (#9195)
    omit e0278ec  Remove generating temp remote manifest file in project dir (#9267)
    omit 25cbf3d  Add missing variable in run_cli_tool.sh (#9239)
    omit 7461cf0  Additional apt dependencies options in breeze (#9231)
    omit 23d1744  Add generic CLI tool wrapper (#9223)
    omit aeb145e  Correctly restore colour in logs after format arg (#9222)
    omit 459b2ee  n Improved compatibility with Python 3.5+ - Convert signal.SIGTERM to int (#9207)
    omit d29b9b2  Support additional apt dependencies (#9189)
    omit c80ea5c  Updated missing parameters for docker image building (#9039)
    omit 1fdc534  Fix typo in BREEZE.rst (#9199)
    omit a748ad2  Remove httplib2 from Google requirements (#9194)
    omit c494bee  Add PR/issue note in Contribution Workflow Example (#9177)
    omit 0dbe06e  Don't use the term "whitelist" - language matters (#9174)
    omit b574b5c  Merging multiple sql operators (#9124)
    omit 4aeda81  Fix retries causing constraint violation on MySQL with DAG Serialization (#9336)
    omit 2244e4f  Add 'main' param to template_fields in DataprocSubmitPySparkJobOperator (#9154)
    omit bd5a894  Parameterized bash/python in the prod image (#9157)
    omit 96db546  [AIRFLOW-4472] Use json.dumps/loads for templating lineage data (#5253)
    omit 923991e  Add SQL Branch Operator
     new 96ca6f5  Add SQL Branch Operator
     new 22c984c  [AIRFLOW-4472] Use json.dumps/loads for templating lineage data (#5253)
     new b2c8e6e  Parameterized bash/python in the prod image (#9157)
     new 169025f  Add 'main' param to template_fields in DataprocSubmitPySparkJobOperator (#9154)
     new 7aa90c4  Fix retries causing constraint violation on MySQL with DAG Serialization (#9336)
     new 7ec57c8  Merging multiple sql operators (#9124)
     new e247e63  Don't use the term "whitelist" - language matters (#9174)
     new 957e1a5  Add PR/issue note in Contribution Workflow Example (#9177)
     new adb269e  Remove httplib2 from Google requirements (#9194)
     new 4d5699d  Fix typo in BREEZE.rst (#9199)
     new 4dbe69c  Updated missing parameters for docker image building (#9039)
     new 62652ee  Support additional apt dependencies (#9189)
     new e0877bd  n Improved compatibility with Python 3.5+ - Convert signal.SIGTERM to int (#9207)
     new c3c741e  Correctly restore colour in logs after format arg (#9222)
     new 8801f81  Add generic CLI tool wrapper (#9223)
     new ff85a2a  Additional apt dependencies options in breeze (#9231)
     new eb87bc6  Add missing variable in run_cli_tool.sh (#9239)
     new ddb119d  Remove generating temp remote manifest file in project dir (#9267)
     new fe173dd  Update pre-commit-hooks repo version (#9195)
     new 50dc492  Fix broken CI image optimisation (#9313)
     new cfeb86d  Improve production image iteration speed (#9162)
     new 4a44997  Fixes unbound variable on MacOS (#9335)
     new fa515c9  clarify breeze initialize virtualenv instructions (#9319)
     new 677f4f6  Fix Airflow Stable version in README.md (#9360)
     new a0f43ad  Fixed crashing webserver after /tmp is mounted from the host (#9378)
     new 5f39a73  Fixes Breeze 'tests' command (#9384)
     new 9c4b8fb  Fix in-breeze CLI tools to work also on Linux (#9376)
     new 08ff18a  add guidance re yarn build for local virtualenv development (#9411)
     new ca2d632  Fixed rendering of IMAGES.rst (#9433)
     new 62e4883  In case of worktree .git might be a file - rat-check fails (#9435)
     new 36afbbb  Fixes pushing prod image directly from breeze (#9449)
     new 270f98d  Added more precise Python requirements to README.md (#8455)
     new 0cd1178  Update README to remove Py 3.8 limitation for Master (#9451)
     new d18f5a5  Show Dag's Markdown docs on Tree View (#9448)
     new 905b5b2  Include some missing RBAC roles on User and Viewer roles (#9133)
     new 40f42d3  [AIRFLOW-5902] avoid unnecessary sleep to maintain local task job heart rate (#6553)
     new a01b449  [AIRFLOW-6231] Display DAG run conf in the list view (#6794)
     new e998af9  Update the version of cattrs from 0.9 to 1.0 to support Python 3.8 (#7100)
     new ad51df9  [AIRFLOW-6535] Add AirflowFailException to fail without any retry (#7133)
     new c23ec71  JSON escape text in test_list_dagrun_includes_conf (#9264)
     new 1d816cd  Flush pending Sentry exceptions before exiting (#7232)
     new bb8744f  [AIRFLOW-7066] Use sphinx syntax in concepts.rst (#7729)
     new a1be32b  [AIRFLOW-4357] Fix SVG tooltip positioning with custom scripting (#8269)
     new 39459c9  Use existing DagBag for 'dag_details' & `trigger` Endpoints (#8501)
     new 3ef4650  Make hive macros py3 compatible (#8598)
     new 389cde2  Enhanced documentation around Cluster Policy (#8661)
     new f6a87f5  Improve tutorial - Include all imports statements (#8670)
     new 458604f  Fix docs on creating CustomOperator (#8678)
     new 0246f56  Fix displaying Executor Class Name in "Base Job" table (#8679)
     new e537b94  Prevent clickable sorting on non sortable columns in TI view (#8681)
     new c8ab763  Fix connection add/edit for spark (#8685)
     new fd3779e  Update example webserver_config.py to show correct CSRF config (#8944)
     new 9304091  Pinning max pandas version to 2.0 (lesser than) to allow pandas 1.0. (#7954)
     new 09bf666  [AIRFLOW-3900] Error on undefined template variables in unit tests. (#4719)
     new 83308f9  UX Fix: Prevent undesired text selection with DAG title selection in Chrome (#8912)
     new ade465a  Use Markup for htmlcontent for landing_times (#9242)
     new e296858  Decrypt secrets from SystemsManagerParameterStoreBackend (#9214)
     new 24e9af8  Add a tip to trigger DAG screen (#9049)
     new a54d32e  Add TaskInstance state to TI Tooltip to be colour-blind friendlier (#8910)
     new 70d1310  [AIRFLOW-8902] Fix Dag Run UI execution date with timezone cannot be saved issue (#8902)
     new d626813  Fix tree view if config contains " (#9250)
     new 015c148  Fix json string escape in tree view (#8551)
     new 3f3f942  Fix failing tests from #9250 (#9307)
     new b81965e  Monkey patch greenlet celery pools (#8559)
     new c1d360d  Optimize count query on /home (#8729)
     new f6aebd3  [AIRFLOW-6940] Improve test isolation in test_views.py (#7564)
     new 65d052f  Add extra options to fix SSL issue and be more flexible (#9409)
     new 64aa842  Monitor pods by labels instead of names (#6377)
     new c945de4  Support k8s auth method in Vault Secrets provider (#8640)
     new eea50aa  Filter dags by clicking on tag (#8897)
     new 0315e2d  Allow passing backend_kwargs to AWS SSM client (#8802)
     new 26e0f3b  Add default `conf` parameter to Spark JDBC Hook (#8787)
     new 28ce46e  [AIRFLOW-5413] Refactor worker config (#7114)
     new 593f358  [AIRFLOW-5641] Support running git sync container as root (#6312)
     new c5e6f8c  make k8s tests pass
     new 1b025b4  [AIRFLOW-5349] Add schedulername option for KubernetesPodOperator (#6088)
     new 4b870d7  [AIRFLOW-5659] Add support for ephemeral storage on KubernetesPodOperator (#6337)
     new 7e8d3bd  [AIRFLOW-6778] Add a configurable DAGs volume mount path for Kubernetes (#8147)
     new 338c96d  Correctly store non-default Nones in serialized tasks/dags (#8772)
     new 07e218f  Correctly restore upstream_task_ids when deserializing Operators (#8775)
     new ad81ce0  Make loading plugins from entrypoint fault-tolerant (#8732)
     new 092dc19  [AIRFLOW-5898] fix alembic crash due to typing import (#6547)
     new 987cab4  Avoid color info in response of /dag_stats & /task_stats (#8742)
     new ecc4a1a  [AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file (#6230)
     new 4f57137  Document default timeout value for SSHOperator (#8744)
     new b9a91e7  [AIRFLOW-5500] Fix the trigger_dag api in the case of nested subdags
     new a7445dd  Add context to execution_date_fn in ExternalTaskSensor (#8702)
     new abf3410  Ensure "started"/"ended" in tooltips are not shown if job not started (#8667)
     new 524778f  Persist start/end date and duration for DummyOperator Task Instance (#8663)
     new 33c5ab7  Fix logging issue when running tasks (#9363)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (273c9b7)
            \
             N -- N -- N   refs/heads/v1-10-test (33c5ab7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 90 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/operators-and-hooks-ref.rst | 1307 --------------------------------------
 1 file changed, 1307 deletions(-)
 delete mode 100644 docs/operators-and-hooks-ref.rst