-
Notifications
You must be signed in to change notification settings - Fork 23
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
Release 1.2.0 #19
Merged
Release 1.2.0 #19
Conversation
This file contains 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
Owner
dqops
commented
Apr 25, 2024
- Small bug fixes
- Small layout changes (fonts)
- Updates in the documentation
- MySQL and Snowflake drivers upgraded
- Column list shows the status of data quality dimensions
- Corrections of queries for mysql, oracle
- The platform tracks the data quality status of tables and columns
The page about data quality dimensions lists all data quality checks. In-depth documentation of dimensions missing.
Related work items: #11462
… postgres regex recognize more dates
…ti.io/_git/dqoado into feature/10891_Datatype_detection_checks_should_detect_also_timestamps_with_a_fraction_of_seconds,_and_a_time_zone
- timestamp datatype detection is supported - updated javadoc and in-code comments with listing of available types - one table in docs updated which contain list of types Related work items: #10891
Improve connection management, support mysql on windows.
…TO_DATE to REGEXP_LIKE
…CONVERT and STR_TO_DATE... the previous use of the CONVERT and STR_TO_DATE worked differently depending on the execution environment, on my system the test passes the use of REGEXP_LIKE is more stable, independent of the environment configuration such as setting the SQL_MODE with ALLOW_INVALID_DATES The change also fixed the expected value, making it unified with other database engines Related work items: #11637
…ATE with specific date format so changed to regex verification
All 518 integration tests pass. Related work items: #11505
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.