|
131 | 131 | from .check_template import CheckTemplate
|
132 | 132 | from .check_time_scale import CheckTimeScale
|
133 | 133 | from .check_type import CheckType
|
| 134 | +from .click_house_parameters_spec import ClickHouseParametersSpec |
| 135 | +from .click_house_parameters_spec_properties import ClickHouseParametersSpecProperties |
134 | 136 | from .cloud_synchronization_folders_status_model import (
|
135 | 137 | CloudSynchronizationFoldersStatusModel,
|
136 | 138 | )
|
|
1094 | 1096 | from .column_sql_import_custom_result_sensor_parameters_spec import (
|
1095 | 1097 | ColumnSqlImportCustomResultSensorParametersSpec,
|
1096 | 1098 | )
|
| 1099 | +from .column_sql_invalid_value_count_check_spec import ( |
| 1100 | + ColumnSqlInvalidValueCountCheckSpec, |
| 1101 | +) |
| 1102 | +from .column_sql_invalid_value_count_sensor_parameters_spec import ( |
| 1103 | + ColumnSqlInvalidValueCountSensorParametersSpec, |
| 1104 | +) |
1097 | 1105 | from .column_statistics_collectors_root_categories_spec import (
|
1098 | 1106 | ColumnStatisticsCollectorsRootCategoriesSpec,
|
1099 | 1107 | )
|
|
1552 | 1560 | from .json_records_type import JsonRecordsType
|
1553 | 1561 | from .label_model import LabelModel
|
1554 | 1562 | from .local_data_domain_model import LocalDataDomainModel
|
| 1563 | +from .maria_db_parameters_spec import MariaDbParametersSpec |
| 1564 | +from .maria_db_parameters_spec_properties import MariaDbParametersSpecProperties |
1555 | 1565 | from .max_count_rule_0_error_parameters_spec import MaxCountRule0ErrorParametersSpec
|
1556 | 1566 | from .max_count_rule_0_warning_parameters_spec import MaxCountRule0WarningParametersSpec
|
1557 | 1567 | from .max_count_rule_100_parameters_spec import MaxCountRule100ParametersSpec
|
|
1608 | 1618 | from .parquet_file_format_spec import ParquetFileFormatSpec
|
1609 | 1619 | from .partition_incremental_time_window_spec import PartitionIncrementalTimeWindowSpec
|
1610 | 1620 | from .physical_table_name import PhysicalTableName
|
| 1621 | +from .postgresql_engine_type import PostgresqlEngineType |
1611 | 1622 | from .postgresql_parameters_spec import PostgresqlParametersSpec
|
1612 | 1623 | from .postgresql_parameters_spec_properties import PostgresqlParametersSpecProperties
|
1613 | 1624 | from .postgresql_ssl_mode import PostgresqlSslMode
|
|
1623 | 1634 | from .provider_sensor_runner_type import ProviderSensorRunnerType
|
1624 | 1635 | from .provider_type import ProviderType
|
1625 | 1636 | from .quality_category_model import QualityCategoryModel
|
| 1637 | +from .quest_db_parameters_spec import QuestDbParametersSpec |
| 1638 | +from .quest_db_parameters_spec_properties import QuestDbParametersSpecProperties |
1626 | 1639 | from .redshift_authentication_mode import RedshiftAuthenticationMode
|
1627 | 1640 | from .redshift_parameters_spec import RedshiftParametersSpec
|
1628 | 1641 | from .redshift_parameters_spec_properties import RedshiftParametersSpecProperties
|
|
1643 | 1656 | from .run_checks_parameters import RunChecksParameters
|
1644 | 1657 | from .run_checks_queue_job_result import RunChecksQueueJobResult
|
1645 | 1658 | from .run_checks_result import RunChecksResult
|
| 1659 | +from .run_checks_target import RunChecksTarget |
1646 | 1660 | from .schedule_enabled_status_model import ScheduleEnabledStatusModel
|
1647 | 1661 | from .schema_model import SchemaModel
|
1648 | 1662 | from .schema_remote_model import SchemaRemoteModel
|
|
1986 | 2000 | from .table_sql_import_custom_result_sensor_parameters_spec import (
|
1987 | 2001 | TableSqlImportCustomResultSensorParametersSpec,
|
1988 | 2002 | )
|
| 2003 | +from .table_sql_invalid_record_count_check_spec import ( |
| 2004 | + TableSqlInvalidRecordCountCheckSpec, |
| 2005 | +) |
| 2006 | +from .table_sql_invalid_record_count_sensor_parameters_spec import ( |
| 2007 | + TableSqlInvalidRecordCountSensorParametersSpec, |
| 2008 | +) |
1989 | 2009 | from .table_statistics_collectors_root_categories_spec import (
|
1990 | 2010 | TableStatisticsCollectorsRootCategoriesSpec,
|
1991 | 2011 | )
|
|
2097 | 2117 | from .target_rule_severity_level import TargetRuleSeverityLevel
|
2098 | 2118 | from .target_table_pattern_spec import TargetTablePatternSpec
|
2099 | 2119 | from .temporal_unit import TemporalUnit
|
| 2120 | +from .teradata_parameters_spec import TeradataParametersSpec |
| 2121 | +from .teradata_parameters_spec_properties import TeradataParametersSpecProperties |
2100 | 2122 | from .text_built_in_date_formats import TextBuiltInDateFormats
|
2101 | 2123 | from .time_period_gradient import TimePeriodGradient
|
2102 | 2124 | from .time_window_filter_parameters import TimeWindowFilterParameters
|
|
2181 | 2203 | "CheckTemplate",
|
2182 | 2204 | "CheckTimeScale",
|
2183 | 2205 | "CheckType",
|
| 2206 | + "ClickHouseParametersSpec", |
| 2207 | + "ClickHouseParametersSpecProperties", |
2184 | 2208 | "CloudSynchronizationFoldersStatusModel",
|
2185 | 2209 | "CollectErrorSamplesOnTableParameters",
|
2186 | 2210 | "CollectErrorSamplesParameters",
|
|
2554 | 2578 | "ColumnSqlConditionPassedPercentSensorParametersSpec",
|
2555 | 2579 | "ColumnSqlImportCustomResultCheckSpec",
|
2556 | 2580 | "ColumnSqlImportCustomResultSensorParametersSpec",
|
| 2581 | + "ColumnSqlInvalidValueCountCheckSpec", |
| 2582 | + "ColumnSqlInvalidValueCountSensorParametersSpec", |
2557 | 2583 | "ColumnStatisticsCollectorsRootCategoriesSpec",
|
2558 | 2584 | "ColumnStatisticsModel",
|
2559 | 2585 | "ColumnStringsExpectedTextsInTopValuesCountSensorParametersSpec",
|
|
2796 | 2822 | "JsonRecordsType",
|
2797 | 2823 | "LabelModel",
|
2798 | 2824 | "LocalDataDomainModel",
|
| 2825 | + "MariaDbParametersSpec", |
| 2826 | + "MariaDbParametersSpecProperties", |
2799 | 2827 | "MaxCountRule0ErrorParametersSpec",
|
2800 | 2828 | "MaxCountRule0WarningParametersSpec",
|
2801 | 2829 | "MaxCountRule100ParametersSpec",
|
|
2840 | 2868 | "ParquetFileFormatSpec",
|
2841 | 2869 | "PartitionIncrementalTimeWindowSpec",
|
2842 | 2870 | "PhysicalTableName",
|
| 2871 | + "PostgresqlEngineType", |
2843 | 2872 | "PostgresqlParametersSpec",
|
2844 | 2873 | "PostgresqlParametersSpecProperties",
|
2845 | 2874 | "PostgresqlSslMode",
|
|
2853 | 2882 | "ProviderSensorRunnerType",
|
2854 | 2883 | "ProviderType",
|
2855 | 2884 | "QualityCategoryModel",
|
| 2885 | + "QuestDbParametersSpec", |
| 2886 | + "QuestDbParametersSpecProperties", |
2856 | 2887 | "RedshiftAuthenticationMode",
|
2857 | 2888 | "RedshiftParametersSpec",
|
2858 | 2889 | "RedshiftParametersSpecProperties",
|
|
2873 | 2904 | "RunChecksParameters",
|
2874 | 2905 | "RunChecksQueueJobResult",
|
2875 | 2906 | "RunChecksResult",
|
| 2907 | + "RunChecksTarget", |
2876 | 2908 | "ScheduleEnabledStatusModel",
|
2877 | 2909 | "SchemaModel",
|
2878 | 2910 | "SchemaRemoteModel",
|
|
3042 | 3074 | "TableSqlConditionPassedPercentSensorParametersSpec",
|
3043 | 3075 | "TableSqlImportCustomResultCheckSpec",
|
3044 | 3076 | "TableSqlImportCustomResultSensorParametersSpec",
|
| 3077 | + "TableSqlInvalidRecordCountCheckSpec", |
| 3078 | + "TableSqlInvalidRecordCountSensorParametersSpec", |
3045 | 3079 | "TableStatisticsCollectorsRootCategoriesSpec",
|
3046 | 3080 | "TableStatisticsModel",
|
3047 | 3081 | "TableTimelinessDailyMonitoringChecksSpec",
|
|
3085 | 3119 | "TargetRuleSeverityLevel",
|
3086 | 3120 | "TargetTablePatternSpec",
|
3087 | 3121 | "TemporalUnit",
|
| 3122 | + "TeradataParametersSpec", |
| 3123 | + "TeradataParametersSpecProperties", |
3088 | 3124 | "TextBuiltInDateFormats",
|
3089 | 3125 | "TimePeriodGradient",
|
3090 | 3126 | "TimestampColumnsSpec",
|
|
0 commit comments