forked from dagster-io/dagster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[4/n][dagster-airbyte] Implement connection and destination methods i…
…n AirbyteClient (dagster-io#26242) ## Summary & Motivation This PR implements the `get_connections`, `get_connection_details` and `get_destination_destails` in the `AirbyteCloudClient`. Note that we need to use the [internal Airbyte Configuration API](https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#overview) to get the stream configs in the connection details. The other methods are using the public REST API. ## How I Tested These Changes Additional unit tests with BK
- Loading branch information
1 parent
802bf96
commit f6e734d
Showing
3 changed files
with
276 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.