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

Only install dependencies the user needs #82

Closed
dimberman opened this issue Feb 7, 2022 · 0 comments · Fixed by #113
Closed

Only install dependencies the user needs #82

dimberman opened this issue Feb 7, 2022 · 0 comments · Fixed by #113
Assignees
Labels
feature New feature or request priority/high High priority
Milestone

Comments

@dimberman
Copy link
Collaborator

dimberman commented Feb 7, 2022

Currently, we make users install a LOT of dependencies (aws, google cloud, snowflake, etc.)

Users should have the ability to download dependencies
e.g "pip install astro[aws, snowflake]"

Acceptance criteria:

  • Should support sub-modules: gcs, aws, snowflake, sqlite (if supported)
  • Should fail gracefully if a user attempts to use a library that isn't installed (potentially including example install)
@dimberman dimberman added the priority/high High priority label Feb 7, 2022
@dimberman dimberman added the feature New feature or request label Feb 10, 2022
@tatiana tatiana added this to the 0.6.0a1 milestone Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request priority/high High priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants