Skip to content

Commit

Permalink
feat: Support Dataflow operator and job requirements (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlersantos committed Sep 1, 2021
1 parent 2d2e789 commit 119f8fb
Show file tree
Hide file tree
Showing 5 changed files with 664 additions and 280 deletions.
6 changes: 4 additions & 2 deletions Pipfile
Expand Up @@ -8,8 +8,10 @@ beautifulsoup4 = "==4.9.3"

[dev-packages]
apache-airflow = "==2.1.1"
apache-airflow-providers-google = "*"
apache-airflow-providers-cncf-kubernetes = "*"
apache-airflow-providers-apache-beam = "3.0.0"
apache-airflow-providers-google = "5.0.0"
apache-airflow-providers-cncf-kubernetes = "2.0.2"
apache-beam = "2.32.0"
black = "==20.8b1"
flake8 = "==3.9.2"
isort = "*"
Expand Down

0 comments on commit 119f8fb

Please sign in to comment.