1
0
mirror of synced 2026-01-29 22:02:01 -05:00
Files
airbyte/airbyte-cdk/python/CHANGELOG.md
Artjoms Iskovs f790fee57c 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.
2021-08-09 20:11:22 +03:00

588 B

Changelog

0.1.8

Allow to fetch primary key info from singer catalog

0.1.7

Allow to use non-JSON payloads in request body for http source

0.1.6

Add abstraction for creating destinations.

Fix logging of the initial state.

0.1.5

Allow specifying keyword arguments to be sent on a request made by an HTTP stream: https://github.com/airbytehq/airbyte/pull/4493

0.1.4

Allow to use Python 3.7.0: https://github.com/airbytehq/airbyte/pull/3566

0.1.2

Fix an issue that caused infinite pagination: https://github.com/airbytehq/airbyte/pull/3366

0.1.1

Initial Release