sodadata / prefect-soda-core

Apache License 2.0
16 stars 4 forks source link

Handle extra deps #3

Closed AlessandroLollo closed 2 years ago

AlessandroLollo commented 2 years ago

Summary

With this PR, the setup script will install the right soda-core package based on the user provided db engine that the user specifies as an optional dependency.

Examples: pip install prefect-soda-core[snowflake] will install soda-core-snowflake and its dependencies. pip install prefect-soda-core will install just soda-core.