You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/02/23 00:48:01 UTC

[airflow] branch main updated (18fb554 -> 4e17528)

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

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


    from 18fb554  Dev:`constraints-latest` needs to be force-pushed (#21746)
     add 4e17528  Add support for custom command and args in jobs (#20864)

No new revisions were added by this update.

Summary of changes:
 chart/templates/jobs/create-user-job.yaml      |  27 ++-----
 chart/templates/jobs/migrate-database-job.yaml |  10 +--
 chart/tests/test_create_user_job.py            | 100 +++++++++++++++++++++++++
 chart/tests/test_migrate_database_job.py       |  50 +++++++++++++
 chart/values.schema.json                       |  65 ++++++++++++++++
 chart/values.yaml                              |  35 +++++++++
 6 files changed, 261 insertions(+), 26 deletions(-)