airbyte icon indicating copy to clipboard operation
airbyte copied to clipboard

Python CDK: Delete AirbyteSpec and AirbyteLogger

Open girarda opened this issue 9 months ago • 1 comments

What

Delete the AirbyteSpec and AirbyteLogger classes from the Python CDK.

  • AirbyteLogger is deprecated and should be replaced with logging.getLogger("airbyte")
  • AirbyteSpec is unused

The PR is targeting alex/cdk_1.0.0 as a dev branch so we can batch multiple changes in a single breaking change.

Review guide

  1. airbyte-cdk/python/airbyte_cdk/logger.py
  2. airbyte-cdk/python/airbyte_cdk/connector.py
  3. airbyte-cdk/python/unit_tests/test_connector.py

Can this PR be safely reverted and rolled back?

  • [X] YES 💚

girarda avatar May 03 '24 22:05 girarda

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 4:44pm

vercel[bot] avatar May 03 '24 22:05 vercel[bot]