You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename the package to something like airbyte_api or airbyte_cdk.
Create a namespaces package, where airbyte-api imports as airbyte.sdk, which would be grafted into the same top-level airbyte namespace as PyAirbyte, but withought the two packages conflicting.
The text was updated successfully, but these errors were encountered:
aaronsteers
changed the title
Resolve compatibility conflicts with PyAirbyte
Resolve compatibility conflicts with PyAirbyte (rename library?)
Mar 25, 2024
aaronsteers
changed the title
Resolve compatibility conflicts with PyAirbyte (rename library?)
Resolve compatibility conflicts with PyAirbyte (rename library and rebuild)
Apr 10, 2024
Currently, this package (
airbyte-api
) imports withimport airbyte
. The new PyAirbyte library also imports withimport airbyte
.I'm starting to work through this issue, trialing a few approaches in
airbyte_api
to makeairbyte-api
compatible with PyAirbyte #66Options I'm aware of:
airbyte_api
orairbyte_cdk
.airbyte-api
imports asairbyte.sdk
, which would be grafted into the same top-levelairbyte
namespace as PyAirbyte, but withought the two packages conflicting.The text was updated successfully, but these errors were encountered: