Skip to content

Update metadata.yaml for all sources with sandbox connections #42577

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

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

clnoll
Copy link
Contributor

@clnoll clnoll commented Jul 26, 2024

What

Add test configuration info for live tests to metadata.yaml for all connections for which there is a sandbox connection in the integration-test-sandboxes workspace.

This will be used in #42574 to automatically run live tests on PRs against sandbox accounts.

With #42574 and #42860, closes #42465.

Copy link

vercel bot commented Jul 26, 2024

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

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Jul 31, 2024 4:29pm

Copy link
Contributor

@natikgadzhi natikgadzhi left a comment

Choose a reason for hiding this comment

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

I haven't verified connection IDs, but overall looks scripted :D

Awesome work!

@@ -35,6 +35,10 @@ data:
# This connector is not enabled for OSS/Cloud
#
# connectorTestSuitesOptions:
# - suite: liveTests
Copy link
Contributor

Choose a reason for hiding this comment

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

Intentionally keeping this commented for now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, the sandbox connection isn't passing check and it has low usage.

Copy link
Contributor

@alafanechere alafanechere left a comment

Choose a reason for hiding this comment

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

You have to update the metadata.yaml model to declare a new enum value for suite and declare the connectionOptions property.
Changes have to be made here

@clnoll
Copy link
Contributor Author

clnoll commented Jul 29, 2024

Thanks @alafanechere I made those changes.

@clnoll clnoll force-pushed the catherine/add-connection-ids-to-metadata.yaml branch from cbed420 to d284219 Compare July 29, 2024 16:41
@clnoll clnoll requested review from a team and alafanechere July 29, 2024 16:41
@clnoll clnoll force-pushed the catherine/add-connection-ids-to-metadata.yaml branch from d284219 to 7d2c152 Compare July 29, 2024 19:12
Copy link
Contributor

@alafanechere alafanechere left a comment

Choose a reason for hiding this comment

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

@clnoll I'll 👍 when we'll get passing QA checks on connectors, which will mean that metadata with the news fields are valid.

@clnoll clnoll force-pushed the catherine/add-connection-ids-to-metadata.yaml branch 5 times, most recently from 321f246 to 3f1cf83 Compare July 30, 2024 22:06
@clnoll clnoll requested a review from alafanechere July 30, 2024 22:12
@clnoll
Copy link
Contributor Author

clnoll commented Jul 31, 2024

/approve-regression-tests

Check job output.

✅ Approving regression tests

Copy link
Contributor

@alafanechere alafanechere left a comment

Choose a reason for hiding this comment

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

LGTM!

@clnoll clnoll force-pushed the catherine/add-connection-ids-to-metadata.yaml branch from 3f1cf83 to e4a82d3 Compare July 31, 2024 16:26
@clnoll clnoll force-pushed the catherine/add-connection-ids-to-metadata.yaml branch from e4a82d3 to 4f8cbda Compare July 31, 2024 16:28
@clnoll clnoll merged commit b471a7c into master Jul 31, 2024
11 of 12 checks passed
@clnoll clnoll deleted the catherine/add-connection-ids-to-metadata.yaml branch July 31, 2024 16:38
BenGalewsky pushed a commit to BenGalewsky/airbyte that referenced this pull request Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Live tests: automate test runs against sandbox accounts.
4 participants