We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e4aca commit 79b11dcCopy full SHA for 79b11dc
airbyte_cdk/test/standard_tests/test_resources.py
@@ -29,6 +29,7 @@ def find_connector_root(from_paths: list[Path]) -> Path:
29
f"'{str(from_paths)}'."
30
)
31
32
+
33
def find_connector_root_from_name(connector_name: str) -> Path:
34
"""Find the root directory of the connector from its name."""
35
with suppress(FileNotFoundError):
0 commit comments