airbyte-cdk 0.55.4__py3-none-any.whl → 0.55.5__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -46,7 +46,9 @@ class FileBasedStreamConfig(BaseModel):
46
46
  description="The schema that will be used to validate records extracted from the file. This will override the stream schema that is auto-detected from incoming files.",
47
47
  )
48
48
  primary_key: Optional[str] = Field(
49
- title="Primary Key", description="The column or columns (for a composite key) that serves as the unique identifier of a record."
49
+ title="Primary Key",
50
+ description="The column or columns (for a composite key) that serves as the unique identifier of a record.",
51
+ airbyte_hidden=True, # Users can create/modify primary keys in the connection configuration so we shouldn't duplicate it here.
50
52
  )
51
53
  days_to_sync_if_history_is_full: int = Field(
52
54
  title="Days To Sync If History Is Full",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airbyte-cdk
3
- Version: 0.55.4
3
+ Version: 0.55.5
4
4
  Summary: A framework for writing Airbyte Connectors.
5
5
  Home-page: https://github.com/airbytehq/airbyte
6
6
  Author: Airbyte
@@ -164,7 +164,7 @@ airbyte_cdk/sources/file_based/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCe
164
164
  airbyte_cdk/sources/file_based/config/abstract_file_based_spec.py,sha256=WrV4sKtJoZ1dK31HK7NdBKlnYHkmu6NqjmEpkVqJ6tQ,4582
165
165
  airbyte_cdk/sources/file_based/config/avro_format.py,sha256=lQSEq5JZY0M5y9mW93R4EjrIb8brYXUgrXCY-6EMHww,711
166
166
  airbyte_cdk/sources/file_based/config/csv_format.py,sha256=L3JEgb91yrCob1oYrGl0088QEWblkOsRfDmMfWRQ0bg,7482
167
- airbyte_cdk/sources/file_based/config/file_based_stream_config.py,sha256=zzD59S8e9aeYfVU5Dh_i7dpFe2qi_thQyLpQYNQcnm0,4008
167
+ airbyte_cdk/sources/file_based/config/file_based_stream_config.py,sha256=lE1_Uzcfoly63xIoNigRFT0urOKjf0FQ7fLMKH2AX-s,4153
168
168
  airbyte_cdk/sources/file_based/config/jsonl_format.py,sha256=fAPzZnoghGgHjaDvx6Qo68C8j54mBxo1NTdpwSI0VZo,374
169
169
  airbyte_cdk/sources/file_based/config/parquet_format.py,sha256=8GTDTQyvS7pWLVG0LWirHVE1snHd0Au5R4Ym33-ezEg,736
170
170
  airbyte_cdk/sources/file_based/config/unstructured_format.py,sha256=8yc0TMhlf1bcJc34IXzYkYHQ5HpGN4rt1f3zKSiCeYk,934
@@ -378,7 +378,7 @@ unit_tests/sources/file_based/file_types/test_unstructured_parser.py,sha256=W6jb
378
378
  unit_tests/sources/file_based/scenarios/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
379
379
  unit_tests/sources/file_based/scenarios/avro_scenarios.py,sha256=oeQUmCV7d2aTShreYc-PvVb4cWqLSsVwHfg-lcKjzPs,30554
380
380
  unit_tests/sources/file_based/scenarios/check_scenarios.py,sha256=0xkt21ASTnTAMP0RYJEsF3yMGsNN7wWOoG_tmzL9PYw,6750
381
- unit_tests/sources/file_based/scenarios/csv_scenarios.py,sha256=PAvWvqUbmGyTts8xWSSx1lrMeXys1hOJ5b2jzfZaqNk,109990
381
+ unit_tests/sources/file_based/scenarios/csv_scenarios.py,sha256=1u2oZse5VDVJVZBM4ZeLzP-6E7BDjhYCxHvWhQGFWBY,110050
382
382
  unit_tests/sources/file_based/scenarios/file_based_source_builder.py,sha256=wgb7l5VohcEvZT82ZpJcjINSrjuJtzJZS4zuZjdKpJ4,3874
383
383
  unit_tests/sources/file_based/scenarios/incremental_scenarios.py,sha256=B7YE2IbvgTH_v7DYQEuv7yn2IG15aKUvJ_7dA4d3Cg4,69413
384
384
  unit_tests/sources/file_based/scenarios/jsonl_scenarios.py,sha256=LsOf-tpjWNuwskPcgAMhMpQQ3iaHaD3PjPmt2M2zSzo,31839
@@ -437,8 +437,8 @@ unit_tests/utils/test_schema_inferrer.py,sha256=Z2jHBZ540wnYkylIdV_2xr75Vtwlxuyg
437
437
  unit_tests/utils/test_secret_utils.py,sha256=XKe0f1RHYii8iwE6ATmBr5JGDI1pzzrnZUGdUSMJQP4,4886
438
438
  unit_tests/utils/test_stream_status_utils.py,sha256=Xr8MZ2HWgTVIyMbywDvuYkRaUF4RZLQOT8-JjvcfR24,2970
439
439
  unit_tests/utils/test_traced_exception.py,sha256=bDFP5zMBizFenz6V2WvEZTRCKGB5ijh3DBezjbfoYIs,4198
440
- airbyte_cdk-0.55.4.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
441
- airbyte_cdk-0.55.4.dist-info/METADATA,sha256=TNefpEeCr9IWB4-IJXi5wRwTbjzIQiPTeZw66qzK0uk,11983
442
- airbyte_cdk-0.55.4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
443
- airbyte_cdk-0.55.4.dist-info/top_level.txt,sha256=edvsDKTnE6sD2wfCUaeTfKf5gQIL6CPVMwVL2sWZzqo,51
444
- airbyte_cdk-0.55.4.dist-info/RECORD,,
440
+ airbyte_cdk-0.55.5.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
441
+ airbyte_cdk-0.55.5.dist-info/METADATA,sha256=UGBscoQLxD10YK6vK2sziE_7IkU_JY03BSihYZcEJv0,11983
442
+ airbyte_cdk-0.55.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
443
+ airbyte_cdk-0.55.5.dist-info/top_level.txt,sha256=edvsDKTnE6sD2wfCUaeTfKf5gQIL6CPVMwVL2sWZzqo,51
444
+ airbyte_cdk-0.55.5.dist-info/RECORD,,
@@ -100,6 +100,7 @@ single_csv_scenario: TestScenario[InMemoryFilesSource] = (
100
100
  "title": "Primary Key",
101
101
  "description": "The column or columns (for a composite key) that serves as the unique identifier of a record.",
102
102
  "type": "string",
103
+ "airbyte_hidden": True,
103
104
  },
104
105
  "days_to_sync_if_history_is_full": {
105
106
  "title": "Days To Sync If History Is Full",