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

Add mock for sql datasources that have connectivity issues #72

Merged
merged 8 commits into from Oct 7, 2022
Merged

Conversation

scottlepp
Copy link
Collaborator

This allows us to mock sql datasources that we have problems connecting to: SAP Hana, Databricks, Oracle, etc. Some of these sql datasources require a paid account or only provide temporary evaluation period. This can block development and make e2e testing impossible.

This mocking allows doing some simple local development, compatibility testing and e2e testing against sql plugins that are otherwise unable to get a real connection, or setting up a connection with docker etc is difficult.

@CLAassistant
Copy link

CLAassistant commented Oct 6, 2022

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@scottlepp scottlepp requested review from yesoreyeram and a team October 6, 2022 17:47
@scottlepp scottlepp merged commit 1bab138 into main Oct 7, 2022
@scottlepp scottlepp deleted the mock branch October 7, 2022 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants