-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from dqops/1.9.0
1.9.0
- Loading branch information
Showing
2,352 changed files
with
292,967 additions
and
46,914 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="run app with paid extensions" type="Application" factoryName="Application"> | ||
<option name="ALTERNATIVE_JRE_PATH" value="temurin-17" /> | ||
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" /> | ||
<classpathModifications> | ||
<entry path="$PROJECT_DIR$/userhome/jars/paid/dqops-paid-bin.jar" /> | ||
</classpathModifications> | ||
<envs> | ||
<env name="DQO_HOME" value="$PROJECT_DIR$/home" /> | ||
<env name="DQO_USER_HOME" value="$PROJECT_DIR$/userhome" /> | ||
<env name="HADOOP_HOME" value="$PROJECT_DIR$/home" /> | ||
<env name="AZURE_ENABLE_HTTP_CLIENT_SHARING" value="true" /> | ||
</envs> | ||
<option name="MAIN_CLASS_NAME" value="com.dqops.cli.CliApplication" /> | ||
<module name="dqo-dqops" /> | ||
<option name="PROGRAM_PARAMETERS" value="--server.port=8888 --dqo.webserver.authentication-method=oauth2" /> | ||
<shortenClasspath name="ARGS_FILE" /> | ||
<option name="VM_PARAMETERS" value="-XX:MaxRAMPercentage=60.0 --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED" /> | ||
<extension name="software.aws.toolkits.jetbrains.core.execution.JavaAwsConnectionExtension"> | ||
<option name="credential" /> | ||
<option name="region" /> | ||
<option name="useCurrentConnection" value="false" /> | ||
</extension> | ||
<method v="2"> | ||
<option name="Make" enabled="false" /> | ||
</method> | ||
</configuration> | ||
</component> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# 1.8.0 | ||
# 1.9.0 | ||
|
||
* Small layout fixes in the UI, mostly related to the colors of issue severity colors | ||
* Documentation for the data quality process and rule mining | ||
* Duplicate record detection check | ||
* Some column-level checks fixed to skip NULL values, instead of treating them as invalid (not passing checks) | ||
* Store data lineage definition (links to source tables) | ||
* Default observability check patterns renamed to data quality policies | ||
* Default quality policy named "default" deleted, and replaced with multiple smaller policies to allow more control | ||
* SAP HANA support | ||
* IBM DB2 support | ||
* Improvements to the anomaly rules | ||
* Missing UI for the data domains added | ||
* Incident histogram shows time periods, not the execution day | ||
* Incident notifications fixed to send notifications used a dedicated queue and work even when fallback addresses are not configured | ||
* Data lineage flow diagrams | ||
* Table similarity search to build data lineage | ||
* Table and column screens have a new primary tab to show the data observability status, which is a shortened status | ||
* Basic statistics are scheduled by CRON and reuse the profiling schedule | ||
* Connections support configuring a CRON expression to import new tables |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.8.0 | ||
1.9.0 |
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
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
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
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
Oops, something went wrong.