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
This feature would allow users to read from destination connections hosted on Airbyte Cloud/OSS/Enterprise.
This would be accomplished by mapping the config from an Airbyte-hosted destination into the PyAirbyte "Cache" constructs which use SQLAlchemy to read from SQL database.
Note:
For very good security reasons, it is not possible to download config secrets from the Airbyte API. Users will still need to provide their credentials by another means, for instance with environment variables.
The text was updated successfully, but these errors were encountered:
aaronsteers
changed the title
💡 Feature Request: Ability to read from remote Airbyte destinations, emulating the existing "cache" behavior
☁ Cloud Interop: Ability to read from remote Airbyte destinations, emulating the existing "cache" behavior
Apr 3, 2024
Related to:
run_sync()
interop with Airbyte Cloud/OSS/Enterprise #33This feature would allow users to read from destination connections hosted on Airbyte Cloud/OSS/Enterprise.
This would be accomplished by mapping the config from an Airbyte-hosted destination into the PyAirbyte "Cache" constructs which use SQLAlchemy to read from SQL database.
Note:
The text was updated successfully, but these errors were encountered: