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

Release 1.2.0 #19

Merged
merged 307 commits into from
Apr 25, 2024
Merged

Release 1.2.0 #19

merged 307 commits into from
Apr 25, 2024

Conversation

dqops
Copy link
Owner

@dqops 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

piotrczarnas and others added 30 commits April 3, 2024 15:38
The page about data quality dimensions lists all data quality checks. In-depth documentation of dimensions missing.
Patryk Jatczak and others added 29 commits April 24, 2024 15:06
…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.
…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
@dqops dqops merged commit 714b089 into main Apr 25, 2024
1 check passed
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.

3 participants