Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Dec 4, 2024
1 parent c3daf88 commit 7eb0fde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ def get_connections(self) -> Mapping[str, Any]:
)

def get_connection_details(self, connection_id) -> Mapping[str, Any]:
"""Fetches all connections of an Airbyte workspace from the Airbyte Server API."""
"""Fetches details about a given connection from the Airbyte Server API."""
# Using the Server API to get the connection details, including streams and their configs.
# https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/connections/get
return self._make_request(
Expand Down

0 comments on commit 7eb0fde

Please sign in to comment.