Skip to content

Commit

Permalink
Merge pull request #28 from jayamanikharyono/develop
Browse files Browse the repository at this point in the history
add todo
  • Loading branch information
jayamanikharyono authored Sep 10, 2022
2 parents 0d44889 + 1009e52 commit 8ca3ce0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Validate DAGs, Variables and Dependencies before deploying it to production by c

### Examples of usage scenarios

Want to test airflow DAGs on folder tests/dags, requirements file in tests/requirements.txt and airflow variable file tests/var.json
Want to test airflow DAGs on folder tests/dags with a given plugins in tests/plugins, requirements file in tests/requirements.txt, airflow variable file tests/var.json, and airflow connection on file in tests/conns.json

- Provide your dependency files `requirements.txt` to test your python dependencies
- Your `var.json` to test your variables
Expand Down Expand Up @@ -35,6 +35,8 @@ Workflows `.github/workflows/main.yml`
- Output Validation Result to PR comments ✅
- Upgrading to Airflow 2.0+ ✅
- Add Airflow Plugins Validation ✅
- Add Airflow Connections Validation ✅
- Output Detailed Validation Result for Plugins and Connections
#### Contributions
Expand Down
Binary file modified images/comments_pr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8ca3ce0

Please sign in to comment.