airbytehq / airbytehq/PyAirbyte

We should give guidance to users when they get the error that the CDK version is not new enough

未關閉
#309 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
344
分支
77
平均合併
1 天 11 小時
30 天內合併 PR
35

描述

Building a connector in builder uses the latest version of the CDK, and the manifest will include that CDK version in the yaml. Then, when running that connector in PyAirbyte, it will complain that the version is higher than the version of the CDK we are running.

The fix/workaround is for the user to downgrade the version number. In most cases, they can do this without breaking compatibility - except in the case they are using some Builder features or CDK features that were not available in the prior version.

As a longer-term solution, we could:
- Change this to a warning instead of a hard failure.
- Modify the error message to explicitly recommend downgrading the version.
- Use a different versioning scheme in the connector's yaml - for instance, providing a major version number, or listing min version and recommended version as separate fields, etc.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。