-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(source-declarative-manifest): fix models #45088
fix(source-declarative-manifest): fix models #45088
Conversation
Signed-off-by: Artem Inzhyyants <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
@alafanechere ,
But I cannot find any docs for this connector. |
I think the changelog is here: https://github.com/airbytehq/airbyte/blob/master/docs/integrations/sources/low-code.md#L1 |
Signed-off-by: Artem Inzhyyants <[email protected]>
@alafanechere,
What should we do? |
| 0.78.9 | 2024-04-04 | [36834](https://github.com/airbytehq/airbyte/pull/36834) | Update CDK dependency to version 0.78.9 (before new publishing flow) | | ||
| Version | Date | Pull Request | Subject | | ||
|:--------|:-----------|:---------------------------------------------------------------------------------------------|:---------------------------------------------------------------------| | ||
| 5.0.1 | 2024-09-02 | [45088](https://github.com/airbytehq/airbyte/pull/45088) | Bump CDK version to 5.0.1 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CDK version is bumped to 5.0.0.
@@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"] | |||
build-backend = "poetry.core.masonry.api" | |||
|
|||
[tool.poetry] | |||
version = "5.0.0" | |||
version = "5.0.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think 5.0.0 has been released so we should be good to keep the same version number
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
edit: it's been released on pypi, but not docker :/
Oh yes. Let's revert the bump version changes. We can ignore failing QA checks related to version increment / changelog. I'll approve and merge + log an issue to handle this case in QA checks. |
This reverts commit 306ca38.
Signed-off-by: Artem Inzhyyants <[email protected]>
/approve-and-merge reason=source-declarative-manifest version bump is meant to happen on manual CDK release |
What
Fix new protocol models
How
use Serializer
Review guide
airbyte-integrations/connectors/source-declarative-manifest/source_declarative_manifest/run.py
User Impact
Can this PR be safely reverted and rolled back?