Skip to content
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

Sync cdk manifest between webapp and connector builder server #22422

Merged
merged 8 commits into from
Feb 7, 2023

Conversation

flash1293
Copy link
Contributor

Fixes #21830 by making sure the connector builder server and the webapp always use the same CDK version.

This is done by a central file CDK_VERSION which is read by both the connector builder server setup and the webapp setup.

Also makes sure the webapp is built when the cdk version changes (adds a forgotten dependency on the openapi spec of the connector builder server as well)

@octavia-squidington-iii octavia-squidington-iii added the area/frontend Related to the Airbyte webapp label Feb 6, 2023
@flash1293 flash1293 temporarily deployed to more-secrets February 6, 2023 18:04 — with GitHub Actions Inactive
@flash1293 flash1293 temporarily deployed to more-secrets February 6, 2023 18:04 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2023

Airbyte Code Coverage

There is no coverage information present for the Files changed

Total Project Coverage 24.53%

Copy link
Contributor

@lmossman lmossman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes make sense to me, tested locally and it works as expected 👍

Base automatically changed from flash1293/pin-cdk-manifest to master February 7, 2023 16:53
@flash1293 flash1293 temporarily deployed to more-secrets February 7, 2023 17:30 — with GitHub Actions Inactive
@flash1293 flash1293 temporarily deployed to more-secrets February 7, 2023 17:30 — with GitHub Actions Inactive
@flash1293 flash1293 marked this pull request as ready for review February 7, 2023 19:40
@flash1293 flash1293 merged commit c955e61 into master Feb 7, 2023
@flash1293 flash1293 deleted the flash1293/sync-cdk-manifest branch February 7, 2023 19:47
danidelvalle pushed a commit to danidelvalle/airbyte that referenced this pull request Feb 9, 2023
…ehq#22422)

* do not rely on local cdk anymore

* cache versioned schemas

* fix used version

* centralize used CDK version

* fix dpath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connector-builder area/frontend Related to the Airbyte webapp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

connector builder FE should consume a versioned artifact of declarative_component_schema.yaml
3 participants