From 96e5c79d4b86b89cfa3bc4c5948469d9619e00d2 Mon Sep 17 00:00:00 2001 From: Piotr Czarnas Date: Thu, 23 Nov 2023 15:29:15 +0100 Subject: [PATCH] Update version to 0.4.1 --- .run/dqo run.run.xml | 2 +- VERSION | 2 +- distribution/pom.xml | 2 +- .../dqops_assert_table_status_operator.py | 1 - ...ncing_distinct_count_30_days_check_spec.py | 12 +- ..._differencing_distinct_count_check_spec.py | 12 +- ...aly_differencing_sum_30_days_check_spec.py | 12 +- ...fferencing_row_count_30_days_check_spec.py | 12 +- ...omaly_differencing_row_count_check_spec.py | 12 +- distribution/python/dqops/version.py | 4 +- docs/checks/column/accuracy/index.md | 49 + docs/checks/column/anomaly/index.md | 154 + docs/checks/column/bool/index.md | 32 + docs/checks/column/comparisons/index.md | 68 + docs/checks/column/datatype/index.md | 32 + docs/checks/column/datetime/index.md | 41 + docs/checks/column/index.md | 1275 +++ docs/checks/column/integrity/index.md | 32 + docs/checks/column/nulls/index.md | 92 + docs/checks/column/numeric/index.md | 264 + docs/checks/column/pii/index.md | 59 + docs/checks/column/schema/index.md | 28 + docs/checks/column/sql/index.md | 41 + docs/checks/column/strings/index.md | 329 + docs/checks/column/uniqueness/index.md | 158 + docs/checks/index.md | 3 + docs/checks/table/accuracy/index.md | 21 + docs/checks/table/availability/index.md | 21 + docs/checks/table/comparisons/index.md | 30 + docs/checks/table/index.md | 236 + docs/checks/table/schema/index.md | 49 + docs/checks/table/sql/index.md | 41 + docs/checks/table/timeliness/index.md | 47 + docs/checks/table/volume/index.md | 75 + docs/reference/yaml/CheckDefinitionYaml.md | 20 +- docs/reference/yaml/ConnectionYaml.md | 268 +- docs/reference/yaml/DashboardYaml.md | 40 +- .../yaml/DefaultObservabilityChecksYaml.md | 160 +- docs/reference/yaml/RuleDefinitionYaml.md | 20 +- docs/reference/yaml/SensorDefinitionYaml.md | 50 +- docs/reference/yaml/TableYaml.md | 350 +- .../column-daily-monitoring-checks.md | 378 +- .../column-monthly-monitoring-checks.md | 344 +- .../table-daily-monitoring-checks.md | 62 +- .../table-monthly-monitoring-checks.md | 64 +- .../column-daily-partitioned-checks.md | 394 +- .../column-monthly-partitioned-checks.md | 244 +- .../table-daily-partitioned-checks.md | 76 +- .../table-monthly-partitioned-checks.md | 64 +- .../yaml/profiling/column-profiling-checks.md | 532 +- .../yaml/profiling/table-profiling-checks.md | 194 +- dqo | 2 +- dqo.cmd | 2 +- dqops/pom.xml | 2 +- dqops/src/main/frontend/package.json | 2 +- dqops/src/main/resources/banner.txt | 2 +- .../swagger-api/dqops-api-openapi-3.json | 8924 ++++++++--------- lib/pom.xml | 2 +- mkdocs.yml | 31 +- pom.xml | 2 +- 60 files changed, 9338 insertions(+), 6139 deletions(-) create mode 100644 docs/checks/column/accuracy/index.md create mode 100644 docs/checks/column/anomaly/index.md create mode 100644 docs/checks/column/bool/index.md create mode 100644 docs/checks/column/comparisons/index.md create mode 100644 docs/checks/column/datatype/index.md create mode 100644 docs/checks/column/datetime/index.md create mode 100644 docs/checks/column/index.md create mode 100644 docs/checks/column/integrity/index.md create mode 100644 docs/checks/column/nulls/index.md create mode 100644 docs/checks/column/numeric/index.md create mode 100644 docs/checks/column/pii/index.md create mode 100644 docs/checks/column/schema/index.md create mode 100644 docs/checks/column/sql/index.md create mode 100644 docs/checks/column/strings/index.md create mode 100644 docs/checks/column/uniqueness/index.md create mode 100644 docs/checks/table/accuracy/index.md create mode 100644 docs/checks/table/availability/index.md create mode 100644 docs/checks/table/comparisons/index.md create mode 100644 docs/checks/table/index.md create mode 100644 docs/checks/table/schema/index.md create mode 100644 docs/checks/table/sql/index.md create mode 100644 docs/checks/table/timeliness/index.md create mode 100644 docs/checks/table/volume/index.md diff --git a/.run/dqo run.run.xml b/.run/dqo run.run.xml index bd043cb3f8..f8712e7b5f 100644 --- a/.run/dqo run.run.xml +++ b/.run/dqo run.run.xml @@ -1,6 +1,6 @@ -