PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
15.31k stars 1.5k forks source link

All integration package tests should test against the branch version of their sibling integrations #14285

Open WillRaphaelson opened 4 days ago

WillRaphaelson commented 4 days ago

Our current integration packages install prefect from the same branch (with pip install -e ../../../) but they still install any sibling packages from PyPI. Now that we're in a monorepo, we should make them all install any of their siblings (like the way that prefect-dbt depends on prefect-snowflake)