Skip to content

Commit

Permalink
#80: Fixed file path in mds
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Hoffmann <[email protected]>
  • Loading branch information
dh1542 committed Nov 30, 2024
1 parent c452701 commit 0594827
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
::: src.sdk.python.rtdip_sdk.pipelines.data_quality.monitoring.spark.data_quality.check_value_ranges
::: src.sdk.python.rtdip_sdk.pipelines.data_quality.monitoring.spark.check_value_ranges
Original file line number Diff line number Diff line change
@@ -1 +1 @@
::: src.sdk.python.rtdip_sdk.pipelines.data_quality.monitoring.spark.data_quality.flatline_detection
::: src.sdk.python.rtdip_sdk.pipelines.data_quality.monitoring.spark.flatline_detection
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Great Expectations is a Python-based open-source library for validating, documenting, and profiling your data. It helps you to maintain data quality and improve communication about data between teams.

::: src.sdk.python.rtdip_sdk.pipelines.data_quality.monitoring.spark.data_quality.great_expectations_data_quality
::: src.sdk.python.rtdip_sdk.pipelines.data_quality.monitoring.spark.great_expectations_data_quality
Original file line number Diff line number Diff line change
@@ -1 +1 @@
::: src.sdk.python.rtdip_sdk.pipelines.data_quality.monitoring.spark.data_quality.identify_missing_data_interval
::: src.sdk.python.rtdip_sdk.pipelines.data_quality.monitoring.spark.identify_missing_data_interval
Original file line number Diff line number Diff line change
@@ -1 +1 @@
::: src.sdk.python.rtdip_sdk.pipelines.data_quality.monitoring.spark.data_quality.identify_missing_data_pattern
::: src.sdk.python.rtdip_sdk.pipelines.data_quality.monitoring.spark.identify_missing_data_pattern
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 2022 RTDIP
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 2022 RTDIP
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

0 comments on commit 0594827

Please sign in to comment.