-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
source-mongodb-v2: enable SAT #20484
Conversation
/test connector=connectors/source-mongodb-v2
Build FailedTest summary info:
|
/test connector=connectors/source-mongodb-v2
Build PassedTest summary info:
|
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.
🥳 Tests are green, so 👍 from me!
What
Closes #19897
Enable SAT on
source-mongodb-v2
How
sample-airbnb
database existing on our mongo db instancediscovery
,connection
,basic_read
andfull_refresh
tests.#N.B.
The credentials used for java acceptance test (which are also running on
/test
) have a different structure than the connector configuration. I did not try to align the java credentials structure to the connector configuration as this is out of the scope of this story. I created a second GSM secret for SAT. We have two GSM secrets for this connector: one for SAT, one for Java acceptance tests