From 224d89c231ce970e5fb2705e807ff0e864f57e58 Mon Sep 17 00:00:00 2001 From: Maxime Armstrong Date: Wed, 4 Dec 2024 14:20:12 -0500 Subject: [PATCH] Fix docstring --- .../libraries/dagster-airbyte/dagster_airbyte/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_modules/libraries/dagster-airbyte/dagster_airbyte/resources.py b/python_modules/libraries/dagster-airbyte/dagster_airbyte/resources.py index e621eb38b2ea2..c8b0726367c7b 100644 --- a/python_modules/libraries/dagster-airbyte/dagster_airbyte/resources.py +++ b/python_modules/libraries/dagster-airbyte/dagster_airbyte/resources.py @@ -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(