airbyte-cdk 6.9.1.dev2__py3-none-any.whl → 6.9.1.dev3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- airbyte_cdk/test/utils/manifest_only_fixtures.py +6 -4
- {airbyte_cdk-6.9.1.dev2.dist-info → airbyte_cdk-6.9.1.dev3.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.9.1.dev2.dist-info → airbyte_cdk-6.9.1.dev3.dist-info}/RECORD +6 -6
- {airbyte_cdk-6.9.1.dev2.dist-info → airbyte_cdk-6.9.1.dev3.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.9.1.dev2.dist-info → airbyte_cdk-6.9.1.dev3.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.9.1.dev2.dist-info → airbyte_cdk-6.9.1.dev3.dist-info}/entry_points.txt +0 -0
@@ -36,11 +36,13 @@ def connector_dir(request: pytest.FixtureRequest) -> Path:
|
|
36
36
|
print("==============================\n")
|
37
37
|
|
38
38
|
path = Path(request.config.invocation_params.dir)
|
39
|
-
|
40
|
-
|
41
|
-
|
39
|
+
print(f"Resolved connector dir: {path}")
|
40
|
+
|
41
|
+
if path.name == "unit_tests":
|
42
|
+
return path.parent
|
43
|
+
print(f"Resolved dir contents: {os.listdir(path) if path.exists() else 'Directory not found'}")
|
42
44
|
|
43
|
-
return
|
45
|
+
return path
|
44
46
|
|
45
47
|
|
46
48
|
@pytest.fixture(scope="session")
|
@@ -313,7 +313,7 @@ airbyte_cdk/test/state_builder.py,sha256=kLPql9lNzUJaBg5YYRLJlY_Hy5JLHJDVyKPMZMo
|
|
313
313
|
airbyte_cdk/test/utils/__init__.py,sha256=Hu-1XT2KDoYjDF7-_ziDwv5bY3PueGjANOCbzeOegDg,57
|
314
314
|
airbyte_cdk/test/utils/data.py,sha256=CkCR1_-rujWNmPXFR1IXTMwx1rAl06wAyIKWpDcN02w,820
|
315
315
|
airbyte_cdk/test/utils/http_mocking.py,sha256=F2hpm2q4ijojQN5u2XtgTAp8aNgHgJ64eZNkZ9BW0ig,550
|
316
|
-
airbyte_cdk/test/utils/manifest_only_fixtures.py,sha256=
|
316
|
+
airbyte_cdk/test/utils/manifest_only_fixtures.py,sha256=2O9QlAoqeSsGm6TSZzwS434-48zHhXeNHQ-sLjxva4U,2666
|
317
317
|
airbyte_cdk/test/utils/reading.py,sha256=SOTDYlps6Te9KumfTJ3vVDSm9EUXhvKtE8aD7gvdPlg,965
|
318
318
|
airbyte_cdk/utils/__init__.py,sha256=gHjOCoUkolS_nKtgFSudXUY-ObK2vUo6aNQLvW7o8q8,347
|
319
319
|
airbyte_cdk/utils/airbyte_secrets_utils.py,sha256=wEtRnl5KRhN6eLJwrDrC4FJjyqt_4vkA1F65mdl8c24,3142
|
@@ -331,8 +331,8 @@ airbyte_cdk/utils/slice_hasher.py,sha256=-pHexlNYoWYPnXNH-M7HEbjmeJe9Zk7SJijdQ7d
|
|
331
331
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
|
332
332
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
333
333
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
334
|
-
airbyte_cdk-6.9.1.
|
335
|
-
airbyte_cdk-6.9.1.
|
336
|
-
airbyte_cdk-6.9.1.
|
337
|
-
airbyte_cdk-6.9.1.
|
338
|
-
airbyte_cdk-6.9.1.
|
334
|
+
airbyte_cdk-6.9.1.dev3.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
335
|
+
airbyte_cdk-6.9.1.dev3.dist-info/METADATA,sha256=0CEjWG2chkzhMDfkTYIee95SKwuHXUuTc3Q_uwB6xBE,13485
|
336
|
+
airbyte_cdk-6.9.1.dev3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
337
|
+
airbyte_cdk-6.9.1.dev3.dist-info/entry_points.txt,sha256=fj-e3PAQvsxsQzyyq8UkG1k8spunWnD4BAH2AwlR6NM,95
|
338
|
+
airbyte_cdk-6.9.1.dev3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|