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.
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 installsoda-core-snowflake
and its dependencies.pip install prefect-soda-core
will install justsoda-core
.