1
0
mirror of synced 2025-12-30 03:02:21 -05:00

Populate the PK from the Singer discovery run (#2713) (#4789)

When running Singer discovery, use the `key_properties` field to populate the `source_defined_primary_key` stream meta.
This commit is contained in:
Artjoms Iskovs
2021-08-09 18:11:22 +01:00
committed by GitHub
parent 219877f778
commit f790fee57c
6 changed files with 194 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ README = (HERE / "README.md").read_text()
setup(
name="airbyte-cdk",
version="0.1.7",
version="0.1.8",
description="A framework for writing Airbyte Connectors.",
long_description=README,
long_description_content_type="text/markdown",