Help with PyAirbyte - Getting started #767
-
Hi Folks, Here is one of my colabs https://colab.research.google.com/drive/1CqlI9r7a3FDrsC6djIwbrA3zxhj04lYd?usp=sharing
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
@aaronsteers even the simple getting started example fails Got it from link on website https://github.com/airbytehq/quickstarts/blob/main/pyairbyte_notebooks/PyAirbyte_Basic_Features_Demo.ipynb |
Beta Was this translation helpful? Give feedback.
-
earlier version was working , the latest has started giving issue . I also have same issue now |
Beta Was this translation helpful? Give feedback.
-
The problem comes from recent changes in the cdk (airbytehq/airbyte-python-cdk@v6.61.1...v6.61.2#diff-dd9c4baaa965ba212c5649263cd2e290ba1cde05e55c2315c1b033e3b13c8474). In your example, pip looks in |
Beta Was this translation helpful? Give feedback.
The problem comes from recent changes in the cdk (airbytehq/airbyte-python-cdk@v6.61.1...v6.61.2#diff-dd9c4baaa965ba212c5649263cd2e290ba1cde05e55c2315c1b033e3b13c8474). In your example, pip looks in
pyproject.toml
and gets the latest version. You can either use poetry or change the toml file yourself.