Skip to content

Commit

Permalink
feat: Support CloudDataTransferServiceGCSToGCSOperator (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlersantos committed Nov 18, 2021
1 parent 0780df8 commit 977b687
Show file tree
Hide file tree
Showing 4 changed files with 942 additions and 677 deletions.
5 changes: 3 additions & 2 deletions Pipfile
Expand Up @@ -7,7 +7,8 @@ name = "pypi"
beautifulsoup4 = "==4.9.3"

[dev-packages]
apache-airflow = "==2.1.1"
apache-airflow = "==2.1.2"
apache-airflow-providers-amazon = "2.4.0"
apache-airflow-providers-apache-beam = "3.0.0"
apache-airflow-providers-google = "5.0.0"
apache-airflow-providers-cncf-kubernetes = "2.0.2"
Expand All @@ -22,7 +23,7 @@ pytest-mock = "*"
pytest = "*"
"ruamel.yaml" = "==0.17.11"
Jinja2 = "==2.11.3"
SQLAlchemy = "==1.3.18"
SQLAlchemy = "==1.3.24"

[requires]
python_version = "3.8"

0 comments on commit 977b687

Please sign in to comment.