1
0
mirror of synced 2026-01-08 03:06:34 -05:00

CDK: Add schema inferrer class (#20941)

* fix stuff

* Update schema_inferrer.py

* Update schema_inferrer.py

* bump version

* review comments

* code style

* fix formatting

* improve tests
This commit is contained in:
Joe Reuter
2023-01-06 13:43:29 +01:00
committed by GitHub
parent fc05f65000
commit e2547ffcdd
5 changed files with 165 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ README = (HERE / "README.md").read_text()
setup(
name="airbyte-cdk",
version="0.16.3",
version="0.17.0",
description="A framework for writing Airbyte Connectors.",
long_description=README,
long_description_content_type="text/markdown",
@@ -51,6 +51,7 @@ setup(
"jsonschema~=3.2.0",
"jsonref~=0.2",
"pendulum",
"genson==1.2.2",
"pydantic~=1.9.2",
"python-dateutil",
"PyYAML~=5.4",