Open
Conversation
This reverts commit 52288ff.
Contributor
Author
|
A couple updates still need to be made in the UI, specifically, a SQLite icon needs to be added for local development. It should be noted that we do not want to include SQLite for production for security purposes. |
Codecov ReportBase: 66.88% // Head: 71.10% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #67 +/- ##
==========================================
+ Coverage 66.88% 71.10% +4.21%
==========================================
Files 67 70 +3
Lines 3053 3267 +214
==========================================
+ Hits 2042 2323 +281
+ Misses 1011 944 -67
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
In this PR we are adding support for Sampling and improved expectation suggestions.
Sampling
You are now able to sample data in the following ways for physical tables.
Suggestions
We have moved to using the GE Data Assistant which provides far more suggestions than the Validator implementation.
Additional test coverage has also been added for
app.core.runner.Fixes # (issue)
Type of change
Please delete options that are not relevant.
Checklist: