You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/12/16 01:51:10 UTC

[airflow] branch master updated (f6448b4 -> 1dc36d8)

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

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


    from f6448b4  Add link to PyPI Repository to provider docs (#13064)
     add 1dc36d8  Add schema validation for config.yml (#13025)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                         | 12 +++++
 airflow/config_templates/config.yml             | 33 +++++++------
 airflow/config_templates/config.yml.schema.json | 61 +++++++++++++++++++++++++
 3 files changed, 91 insertions(+), 15 deletions(-)
 create mode 100644 airflow/config_templates/config.yml.schema.json