Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split the dependencies into multiple extras #113

Merged
merged 5 commits into from
Mar 11, 2022
Merged

Split the dependencies into multiple extras #113

merged 5 commits into from
Mar 11, 2022

Conversation

kaxil
Copy link
Collaborator

@kaxil kaxil commented Mar 10, 2022

This will allow users to just install dependencies of a single provider. For example if a user wants to just use K8s async operator, they shouldn't need to install GCP, AWS, Databricks or Snowflake dependencies

closes #101

@kaxil kaxil force-pushed the split-deps branch 4 times, most recently from f4ff0e9 to 657bf2f Compare March 11, 2022 01:20
@codecov
Copy link

codecov bot commented Mar 11, 2022

Codecov Report

Merging #113 (bd719f3) into main (c471fc1) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #113      +/-   ##
==========================================
- Coverage   95.34%   95.33%   -0.01%     
==========================================
  Files          35       35              
  Lines        1954     1952       -2     
==========================================
- Hits         1863     1861       -2     
  Misses         91       91              
Impacted Files Coverage Δ
...viders/cncf/kubernetes/operators/kubernetes_pod.py 85.36% <ø> (-0.69%) ⬇️
astronomer/providers/google/cloud/triggers/gcs.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9688fe5...bd719f3. Read the comment docs.

This will allow users to just install dependencies of a single provider. For example if a user wants to just use K8s async operator, they shouldn't need to install GCP, AWS, Databricks or Snowflake dependencies

closes #101
@kaxil kaxil marked this pull request as ready for review March 11, 2022 02:18
@kaxil kaxil merged commit a0b8c63 into main Mar 11, 2022
@kaxil kaxil deleted the split-deps branch March 11, 2022 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split the dependencies
1 participant