<@ULVA73B9P> Is Prefect 3.0 compatible with prefec...
# marvin-in-the-wild
d
@Marvin Is Prefect 3.0 compatible with prefect-airbyte?
m
Prefect 3.0 maintains compatibility with most integrations, and it appears that upgrading from Prefect 2.x to 3.x is designed to be seamless. However, the upgrade notes specifically mention the need to update integrations or extras when moving to Prefect 3.x. I couldn't find specific documentation or issues stating incompatibility between Prefect 3.0 and
prefect-airbyte.
Therefore, it should be compatible, but you need to ensure you are using the latest version of
prefect-airbyte
. For a smooth upgrade, consider running:
Copy code
pip install -U prefect
pip install -U prefect-airbyte
Ensure to review any specific release notes related to Prefect and
prefect-airbyte
to address potential compatibility issues. For more details on upgrading to Prefect 3, you can refer to Prefect 3's Upgrade Guide.