-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Verify datasource connections #10621
Conversation
…option of a connection check function.
Implement PG connection verification
Verify airtable connection
Verify google sheets connection
…chema Setup CONNECTION_CHECKING feature
Implement firestore connection checks
Update tests to check new interfaces
Check elastic search connection settings
Oracle connection checking
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## develop #10621 +/- ##
===========================================
- Coverage 69.98% 69.50% -0.48%
===========================================
Files 536 536
Lines 19562 19691 +129
Branches 3896 3904 +8
===========================================
- Hits 13690 13687 -3
- Misses 5439 5565 +126
- Partials 433 439 +6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Description
Adding a new endpoint that will allow validating a given datasource configuration. This will be used from the frontend to verify it before creating or updating it.
The PR creates this new endpoint and the verification for the datasources. Also some basic connection tests were added into the qa-test, running in there given that they are slow and pretty static
This PR only contains these already approved PRs: