-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
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 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 |
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.
Intentionally keeping this commented for now?
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.
Yes, the sandbox connection isn't passing check
and it has low usage.
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.
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
Thanks @alafanechere I made those changes. |
cbed420
to
d284219
Compare
d284219
to
7d2c152
Compare
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.
@clnoll I'll 👍 when we'll get passing QA checks on connectors, which will mean that metadata with the news fields are valid.
321f246
to
3f1cf83
Compare
/approve-regression-tests
|
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.
LGTM!
3f1cf83
to
e4a82d3
Compare
e4a82d3
to
4f8cbda
Compare
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.