Skip to content

Commit

Permalink
[AIRFLOW-6436] Create & Automate docs on Airflow Configs (#7015)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Jan 23, 2020
1 parent ac87bcd commit 9b5dbf9
Show file tree
Hide file tree
Showing 9 changed files with 2,361 additions and 132 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,3 +281,11 @@ repos:
files: \.py$
exclude: ^dev/
pass_filenames: true
- id: airflow-config-yaml
name: Checks for consistency between config.yml and default_config.cfg
language: python
files: "^airflow/config_templates/config.yml$|^airflow/config_templates/default_airflow.cfg$"
pass_filenames: false
require_serial: false
entry: airflow/utils/config_yaml_to_cfg.py
additional_dependencies: ['pyyaml']
Loading

0 comments on commit 9b5dbf9

Please sign in to comment.