From c5a159fdc7625d01db13503eec9d6ec5a7098729 Mon Sep 17 00:00:00 2001 From: Nipunn Koorapati Date: Mon, 24 Oct 2022 12:20:43 -0700 Subject: [PATCH] Export python type information for airbyte-cdk (#18387) Fixes #18384 --- airbyte-cdk/python/airbyte_cdk/py.typed | 0 airbyte-cdk/python/setup.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 airbyte-cdk/python/airbyte_cdk/py.typed diff --git a/airbyte-cdk/python/airbyte_cdk/py.typed b/airbyte-cdk/python/airbyte_cdk/py.typed new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/airbyte-cdk/python/setup.py b/airbyte-cdk/python/setup.py index 34416a842a39..5bc6577ecf4a 100644 --- a/airbyte-cdk/python/setup.py +++ b/airbyte-cdk/python/setup.py @@ -42,6 +42,7 @@ "Tracker": "https://github.com/airbytehq/airbyte/issues", }, packages=find_packages(exclude=("unit_tests",)), + package_data={"airbyte_cdk": ["py.typed"]}, install_requires=[ "backoff", # pinned to the last working version for us temporarily while we fix