forked from jayamanikharyono/airflow-dag-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request jayamanikharyono#32 from lewisosborne/master
Update python version used in dockerfile from python 3.7 to 3.8
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ Want to test airflow DAGs on folder tests/dags with a given plugins in tests/plu | |
- And boolean flag for whether to load example dags or not | ||
|
||
Workflows `.github/workflows/main.yml` | ||
|
||
```yml | ||
- name: 'Validate DAGs' | ||
uses: jayamanikharyono/[email protected] | ||
|
@@ -28,16 +29,18 @@ Workflows `.github/workflows/main.yml` | |
loadExample: False | ||
accessToken: ${{ secrets.GITHUB_TOKEN }} | ||
``` | ||
**Result** | ||
![PR comment](images/comments_pr.png) | ||
### Todo | ||
- 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 | ||
- Output Detailed Validation Result for Plugins and Connections | ||
#### Contributions | ||
Contributions are very welcome. You can follow this standard [contributions guidelines](https://github.com/firstcontributions/first-contributions) to contribute code. |