LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
dqops/__init__.py
dqops/__main__.py
dqops/install.py
dqops/py.typed
dqops/startdqo.py
dqops/version.py
dqops.egg-info/PKG-INFO
dqops.egg-info/SOURCES.txt
dqops.egg-info/dependency_links.txt
dqops.egg-info/entry_points.txt
dqops.egg-info/requires.txt
dqops.egg-info/top_level.txt
dqops/client/__init__.py
dqops/client/client.py
dqops/client/errors.py
dqops/client/types.py
dqops/client/api/__init__.py
dqops/client/api/check_results/__init__.py
dqops/client/api/check_results/get_column_partitioned_checks_results.py
dqops/client/api/check_results/get_column_profiling_checks_results.py
dqops/client/api/check_results/get_column_recurring_checks_results.py
dqops/client/api/check_results/get_table_data_quality_status.py
dqops/client/api/check_results/get_table_partitioned_checks_results.py
dqops/client/api/check_results/get_table_profiling_checks_results.py
dqops/client/api/check_results/get_table_recurring_checks_results.py
dqops/client/api/check_results_overview/__init__.py
dqops/client/api/check_results_overview/get_column_partitioned_checks_overview.py
dqops/client/api/check_results_overview/get_column_profiling_checks_overview.py
dqops/client/api/check_results_overview/get_column_recurring_checks_overview.py
dqops/client/api/check_results_overview/get_table_partitioned_checks_overview.py
dqops/client/api/check_results_overview/get_table_profiling_checks_overview.py
dqops/client/api/check_results_overview/get_table_recurring_checks_overview.py
dqops/client/api/checks/__init__.py
dqops/client/api/checks/create_check.py
dqops/client/api/checks/delete_check.py
dqops/client/api/checks/get_all_checks.py
dqops/client/api/checks/get_check.py
dqops/client/api/checks/get_check_folder_tree.py
dqops/client/api/checks/update_check.py
dqops/client/api/columns/__init__.py
dqops/client/api/columns/create_column.py
dqops/client/api/columns/delete_column.py
dqops/client/api/columns/get_column.py
dqops/client/api/columns/get_column_basic.py
dqops/client/api/columns/get_column_comments.py
dqops/client/api/columns/get_column_labels.py
dqops/client/api/columns/get_column_partitioned_checks_basic_model.py
dqops/client/api/columns/get_column_partitioned_checks_daily.py
dqops/client/api/columns/get_column_partitioned_checks_model.py
dqops/client/api/columns/get_column_partitioned_checks_model_filter.py
dqops/client/api/columns/get_column_partitioned_checks_monthly.py
dqops/client/api/columns/get_column_profiling_checks.py
dqops/client/api/columns/get_column_profiling_checks_basic_model.py
dqops/client/api/columns/get_column_profiling_checks_model.py
dqops/client/api/columns/get_column_profiling_checks_model_filter.py
dqops/client/api/columns/get_column_recurring_checks_basic_model.py
dqops/client/api/columns/get_column_recurring_checks_daily.py
dqops/client/api/columns/get_column_recurring_checks_model.py
dqops/client/api/columns/get_column_recurring_checks_model_filter.py
dqops/client/api/columns/get_column_recurring_checks_monthly.py
dqops/client/api/columns/get_column_statistics.py
dqops/client/api/columns/get_columns.py
dqops/client/api/columns/get_columns_statistics.py
dqops/client/api/columns/update_column.py
dqops/client/api/columns/update_column_basic.py
dqops/client/api/columns/update_column_comments.py
dqops/client/api/columns/update_column_labels.py
dqops/client/api/columns/update_column_partitioned_checks_daily.py
dqops/client/api/columns/update_column_partitioned_checks_model.py
dqops/client/api/columns/update_column_partitioned_checks_monthly.py
dqops/client/api/columns/update_column_profiling_checks.py
dqops/client/api/columns/update_column_profiling_checks_model.py
dqops/client/api/columns/update_column_recurring_checks_daily.py
dqops/client/api/columns/update_column_recurring_checks_model.py
dqops/client/api/columns/update_column_recurring_checks_monthly.py
dqops/client/api/connections/__init__.py
dqops/client/api/connections/bulk_disable_connection_checks.py
dqops/client/api/connections/bulk_enable_connection_checks.py
dqops/client/api/connections/create_connection.py
dqops/client/api/connections/create_connection_basic.py
dqops/client/api/connections/delete_connection.py
dqops/client/api/connections/get_all_connections.py
dqops/client/api/connections/get_connection.py
dqops/client/api/connections/get_connection_basic.py
dqops/client/api/connections/get_connection_comments.py
dqops/client/api/connections/get_connection_common_columns.py
dqops/client/api/connections/get_connection_default_grouping_configuration.py
dqops/client/api/connections/get_connection_incident_grouping.py
dqops/client/api/connections/get_connection_labels.py
dqops/client/api/connections/get_connection_scheduling_group.py
dqops/client/api/connections/update_connection.py
dqops/client/api/connections/update_connection_basic.py
dqops/client/api/connections/update_connection_comments.py
dqops/client/api/connections/update_connection_default_grouping_configuration.py
dqops/client/api/connections/update_connection_incident_grouping.py
dqops/client/api/connections/update_connection_labels.py
dqops/client/api/connections/update_connection_scheduling_group.py
dqops/client/api/dashboards/__init__.py
dqops/client/api/dashboards/get_all_dashboards.py
dqops/client/api/dashboards/get_dashboard_level_1.py
dqops/client/api/dashboards/get_dashboard_level_2.py
dqops/client/api/dashboards/get_dashboard_level_3.py
dqops/client/api/dashboards/get_dashboard_level_4.py
dqops/client/api/dashboards/get_dashboard_level_5.py
dqops/client/api/data_grouping_configurations/__init__.py
dqops/client/api/data_grouping_configurations/create_table_grouping_configuration.py
dqops/client/api/data_grouping_configurations/delete_table_grouping_configuration.py
dqops/client/api/data_grouping_configurations/get_table_grouping_configuration.py
dqops/client/api/data_grouping_configurations/get_table_grouping_configurations.py
dqops/client/api/data_grouping_configurations/set_table_default_grouping_configuration.py
dqops/client/api/data_grouping_configurations/update_table_grouping_configuration.py
dqops/client/api/data_sources/__init__.py
dqops/client/api/data_sources/get_remote_data_source_schemas.py
dqops/client/api/data_sources/get_remote_data_source_tables.py
dqops/client/api/data_sources/test_connection.py
dqops/client/api/environment/__init__.py
dqops/client/api/environment/get_dqo_settings.py
dqops/client/api/environment/get_user_profile.py
dqops/client/api/errors/__init__.py
dqops/client/api/errors/get_column_partitioned_errors.py
dqops/client/api/errors/get_column_profiling_errors.py
dqops/client/api/errors/get_column_recurring_errors.py
dqops/client/api/errors/get_table_partitioned_errors.py
dqops/client/api/errors/get_table_profiling_errors.py
dqops/client/api/errors/get_table_recurring_errors.py
dqops/client/api/incidents/__init__.py
dqops/client/api/incidents/find_connection_incident_stats.py
dqops/client/api/incidents/find_recent_incidents_on_connection.py
dqops/client/api/incidents/get_incident.py
dqops/client/api/incidents/get_incident_histogram.py
dqops/client/api/incidents/get_incident_issues.py
dqops/client/api/incidents/set_incident_issue_url.py
dqops/client/api/incidents/set_incident_status.py
dqops/client/api/jobs/__init__.py
dqops/client/api/jobs/cancel_job.py
dqops/client/api/jobs/collect_statistics_on_data_groups.py
dqops/client/api/jobs/collect_statistics_on_table.py
dqops/client/api/jobs/delete_stored_data.py
dqops/client/api/jobs/get_all_jobs.py
dqops/client/api/jobs/get_job.py
dqops/client/api/jobs/get_job_changes_since.py
dqops/client/api/jobs/import_tables.py
dqops/client/api/jobs/is_cron_scheduler_running.py
dqops/client/api/jobs/run_checks.py
dqops/client/api/jobs/start_cron_scheduler.py
dqops/client/api/jobs/stop_cron_scheduler.py
dqops/client/api/jobs/synchronize_folders.py
dqops/client/api/jobs/wait_for_job.py
dqops/client/api/jobs/wait_for_run_checks_job.py
dqops/client/api/log_shipping/__init__.py
dqops/client/api/log_shipping/log_debug.py
dqops/client/api/log_shipping/log_error.py
dqops/client/api/log_shipping/log_info.py
dqops/client/api/log_shipping/log_warn.py
dqops/client/api/rules/__init__.py
dqops/client/api/rules/create_rule.py
dqops/client/api/rules/delete_rule.py
dqops/client/api/rules/get_all_rules.py
dqops/client/api/rules/get_rule.py
dqops/client/api/rules/get_rule_folder_tree.py
dqops/client/api/rules/update_rule.py
dqops/client/api/schemas/__init__.py
dqops/client/api/schemas/get_schema_partitioned_checks_model.py
dqops/client/api/schemas/get_schema_partitioned_checks_templates.py
dqops/client/api/schemas/get_schema_profiling_checks_model.py
dqops/client/api/schemas/get_schema_profiling_checks_templates.py
dqops/client/api/schemas/get_schema_recurring_checks_model.py
dqops/client/api/schemas/get_schema_recurring_checks_templates.py
dqops/client/api/schemas/get_schemas.py
dqops/client/api/sensor_readouts/__init__.py
dqops/client/api/sensor_readouts/get_column_partitioned_sensor_readouts.py
dqops/client/api/sensor_readouts/get_column_profiling_sensor_readouts.py
dqops/client/api/sensor_readouts/get_column_recurring_sensor_readouts.py
dqops/client/api/sensor_readouts/get_table_partitioned_sensor_readouts.py
dqops/client/api/sensor_readouts/get_table_profiling_sensor_readouts.py
dqops/client/api/sensor_readouts/get_table_recurring_sensor_readouts.py
dqops/client/api/sensors/__init__.py
dqops/client/api/sensors/create_sensor.py
dqops/client/api/sensors/delete_sensor.py
dqops/client/api/sensors/get_all_sensors.py
dqops/client/api/sensors/get_sensor.py
dqops/client/api/sensors/get_sensor_folder_tree.py
dqops/client/api/sensors/update_sensor.py
dqops/client/api/settings/__init__.py
dqops/client/api/settings/get_default_data_observability_daily_recurring_column_checks.py
dqops/client/api/settings/get_default_data_observability_daily_recurring_table_checks.py
dqops/client/api/settings/get_default_data_observability_monthly_recurring_column_checks.py
dqops/client/api/settings/get_default_data_observability_monthly_recurring_table_checks.py
dqops/client/api/settings/get_default_profiling_column_checks.py
dqops/client/api/settings/get_default_profiling_table_checks.py
dqops/client/api/settings/update_default_data_observability_daily_recurring_column_checks.py
dqops/client/api/settings/update_default_data_observability_daily_recurring_table_checks.py
dqops/client/api/settings/update_default_data_observability_monthly_recurring_column_checks.py
dqops/client/api/settings/update_default_data_observability_monthly_recurring_table_checks.py
dqops/client/api/settings/update_default_profiling_column_checks.py
dqops/client/api/settings/update_default_profiling_table_checks.py
dqops/client/api/table_comparison_results/__init__.py
dqops/client/api/table_comparison_results/get_table_comparison_partitioned_results.py
dqops/client/api/table_comparison_results/get_table_comparison_profiling_results.py
dqops/client/api/table_comparison_results/get_table_comparison_recurring_results.py
dqops/client/api/table_comparisons/__init__.py
dqops/client/api/table_comparisons/create_table_comparison_configuration.py
dqops/client/api/table_comparisons/create_table_comparison_partitioned_daily.py
dqops/client/api/table_comparisons/create_table_comparison_partitioned_monthly.py
dqops/client/api/table_comparisons/create_table_comparison_profiling.py
dqops/client/api/table_comparisons/create_table_comparison_recurring_daily.py
dqops/client/api/table_comparisons/create_table_comparison_recurring_monthly.py
dqops/client/api/table_comparisons/delete_table_comparison_configuration.py
dqops/client/api/table_comparisons/get_table_comparison_configuration.py
dqops/client/api/table_comparisons/get_table_comparison_configurations.py
dqops/client/api/table_comparisons/get_table_comparison_partitioned_daily.py
dqops/client/api/table_comparisons/get_table_comparison_partitioned_monthly.py
dqops/client/api/table_comparisons/get_table_comparison_profiling.py
dqops/client/api/table_comparisons/get_table_comparison_recurring_daily.py
dqops/client/api/table_comparisons/get_table_comparison_recurring_monthly.py
dqops/client/api/table_comparisons/update_table_comparison_configuration.py
dqops/client/api/table_comparisons/update_table_comparison_partitioned_daily.py
dqops/client/api/table_comparisons/update_table_comparison_partitioned_monthly.py
dqops/client/api/table_comparisons/update_table_comparison_profiling.py
dqops/client/api/table_comparisons/update_table_comparison_recurring_daily.py
dqops/client/api/table_comparisons/update_table_comparison_recurring_monthly.py
dqops/client/api/tables/__init__.py
dqops/client/api/tables/create_table.py
dqops/client/api/tables/delete_table.py
dqops/client/api/tables/get_table.py
dqops/client/api/tables/get_table_basic.py
dqops/client/api/tables/get_table_columns_partitioned_checks_model.py
dqops/client/api/tables/get_table_columns_profiling_checks_model.py
dqops/client/api/tables/get_table_columns_recurring_checks_model.py
dqops/client/api/tables/get_table_comments.py
dqops/client/api/tables/get_table_daily_partitioned_checks.py
dqops/client/api/tables/get_table_daily_recurring_checks.py
dqops/client/api/tables/get_table_default_grouping_configuration.py
dqops/client/api/tables/get_table_incident_grouping.py
dqops/client/api/tables/get_table_labels.py
dqops/client/api/tables/get_table_partitioned_checks_basic_model.py
dqops/client/api/tables/get_table_partitioned_checks_model.py
dqops/client/api/tables/get_table_partitioned_checks_model_filter.py
dqops/client/api/tables/get_table_partitioned_checks_monthly.py
dqops/client/api/tables/get_table_partitioned_checks_templates.py
dqops/client/api/tables/get_table_partitioning.py
dqops/client/api/tables/get_table_profiling_checks.py
dqops/client/api/tables/get_table_profiling_checks_basic_model.py
dqops/client/api/tables/get_table_profiling_checks_model.py
dqops/client/api/tables/get_table_profiling_checks_model_filter.py
dqops/client/api/tables/get_table_profiling_checks_templates.py
dqops/client/api/tables/get_table_recurring_checks_basic_model.py
dqops/client/api/tables/get_table_recurring_checks_model.py
dqops/client/api/tables/get_table_recurring_checks_model_filter.py
dqops/client/api/tables/get_table_recurring_checks_monthly.py
dqops/client/api/tables/get_table_recurring_checks_templates.py
dqops/client/api/tables/get_table_scheduling_group_override.py
dqops/client/api/tables/get_table_statistics.py
dqops/client/api/tables/get_tables.py
dqops/client/api/tables/update_table.py
dqops/client/api/tables/update_table_basic.py
dqops/client/api/tables/update_table_comments.py
dqops/client/api/tables/update_table_daily_recurring_checks.py
dqops/client/api/tables/update_table_default_grouping_configuration.py
dqops/client/api/tables/update_table_incident_grouping.py
dqops/client/api/tables/update_table_labels.py
dqops/client/api/tables/update_table_partitioned_checks_daily.py
dqops/client/api/tables/update_table_partitioned_checks_model.py
dqops/client/api/tables/update_table_partitioned_checks_monthly.py
dqops/client/api/tables/update_table_partitioning.py
dqops/client/api/tables/update_table_profiling_checks.py
dqops/client/api/tables/update_table_profiling_checks_model.py
dqops/client/api/tables/update_table_recurring_checks_model.py
dqops/client/api/tables/update_table_recurring_checks_monthly.py
dqops/client/api/tables/update_table_scheduling_group_override.py
dqops/client/api/timezones/__init__.py
dqops/client/api/timezones/get_available_zone_ids.py
dqops/client/models/__init__.py
dqops/client/models/all_checks_patch_parameters.py
dqops/client/models/all_checks_patch_parameters_selected_tables_to_columns.py
dqops/client/models/anomaly_differencing_percentile_moving_average_30_days_rule_01_parameters_spec.py
dqops/client/models/anomaly_differencing_percentile_moving_average_30_days_rule_05_parameters_spec.py
dqops/client/models/anomaly_differencing_percentile_moving_average_30_days_rule_1_parameters_spec.py
dqops/client/models/anomaly_differencing_percentile_moving_average_rule_01_parameters_spec.py
dqops/client/models/anomaly_differencing_percentile_moving_average_rule_05_parameters_spec.py
dqops/client/models/anomaly_differencing_percentile_moving_average_rule_1_parameters_spec.py
dqops/client/models/anomaly_stationary_percentile_moving_average_30_days_rule_01_parameters_spec.py
dqops/client/models/anomaly_stationary_percentile_moving_average_30_days_rule_05_parameters_spec.py
dqops/client/models/anomaly_stationary_percentile_moving_average_30_days_rule_1_parameters_spec.py
dqops/client/models/anomaly_stationary_percentile_moving_average_rule_01_parameters_spec.py
dqops/client/models/anomaly_stationary_percentile_moving_average_rule_05_parameters_spec.py
dqops/client/models/anomaly_stationary_percentile_moving_average_rule_1_parameters_spec.py
dqops/client/models/authenticated_dashboard_model.py
dqops/client/models/between_floats_rule_parameters_spec.py
dqops/client/models/big_query_parameters_spec.py
dqops/client/models/big_query_parameters_spec_authentication_mode.py
dqops/client/models/bulk_check_disable_parameters.py
dqops/client/models/bulk_check_disable_parameters_selected_tables_to_columns.py
dqops/client/models/change_percent_1_day_rule_10_parameters_spec.py
dqops/client/models/change_percent_1_day_rule_20_parameters_spec.py
dqops/client/models/change_percent_1_day_rule_50_parameters_spec.py
dqops/client/models/change_percent_30_days_rule_10_parameters_spec.py
dqops/client/models/change_percent_30_days_rule_20_parameters_spec.py
dqops/client/models/change_percent_30_days_rule_50_parameters_spec.py
dqops/client/models/change_percent_7_days_rule_10_parameters_spec.py
dqops/client/models/change_percent_7_days_rule_20_parameters_spec.py
dqops/client/models/change_percent_7_days_rule_50_parameters_spec.py
dqops/client/models/change_percent_rule_10_parameters_spec.py
dqops/client/models/change_percent_rule_20_parameters_spec.py
dqops/client/models/change_percent_rule_50_parameters_spec.py
dqops/client/models/check_basic_model.py
dqops/client/models/check_configuration_model.py
dqops/client/models/check_configuration_model_check_target.py
dqops/client/models/check_configuration_model_check_time_scale.py
dqops/client/models/check_configuration_model_check_type.py
dqops/client/models/check_container_basic_model.py
dqops/client/models/check_container_model.py
dqops/client/models/check_container_model_effective_schedule_enabled_status.py
dqops/client/models/check_container_type_model.py
dqops/client/models/check_container_type_model_check_time_scale.py
dqops/client/models/check_container_type_model_check_type.py
dqops/client/models/check_model.py
dqops/client/models/check_model_check_target.py
dqops/client/models/check_model_configuration_requirements_errors_item.py
dqops/client/models/check_model_schedule_enabled_status.py
dqops/client/models/check_result_detailed_single_model.py
dqops/client/models/check_results_detailed_data_model.py
dqops/client/models/check_results_overview_data_model.py
dqops/client/models/check_results_overview_data_model_statuses_item.py
dqops/client/models/check_search_filters.py
dqops/client/models/check_search_filters_check_target.py
dqops/client/models/check_search_filters_check_type.py
dqops/client/models/check_search_filters_time_scale.py
dqops/client/models/check_spec_basic_model.py
dqops/client/models/check_spec_folder_basic_model.py
dqops/client/models/check_spec_folder_basic_model_folders.py
dqops/client/models/check_spec_model.py
dqops/client/models/check_template.py
dqops/client/models/check_template_check_target.py
dqops/client/models/cloud_synchronization_folders_status_model.py
dqops/client/models/cloud_synchronization_folders_status_model_checks.py
dqops/client/models/cloud_synchronization_folders_status_model_data_check_results.py
dqops/client/models/cloud_synchronization_folders_status_model_data_errors.py
dqops/client/models/cloud_synchronization_folders_status_model_data_incidents.py
dqops/client/models/cloud_synchronization_folders_status_model_data_sensor_readouts.py
dqops/client/models/cloud_synchronization_folders_status_model_data_statistics.py
dqops/client/models/cloud_synchronization_folders_status_model_rules.py
dqops/client/models/cloud_synchronization_folders_status_model_sensors.py
dqops/client/models/cloud_synchronization_folders_status_model_sources.py
dqops/client/models/collect_statistics_on_table_queue_job_parameters.py
dqops/client/models/collect_statistics_on_table_queue_job_parameters_data_scope.py
dqops/client/models/collect_statistics_queue_job_parameters.py
dqops/client/models/collect_statistics_queue_job_parameters_data_scope.py
dqops/client/models/collect_statistics_queue_job_result.py
dqops/client/models/column_accuracy_daily_partitioned_checks_spec.py
dqops/client/models/column_accuracy_daily_recurring_checks_spec.py
dqops/client/models/column_accuracy_monthly_partitioned_checks_spec.py
dqops/client/models/column_accuracy_monthly_recurring_checks_spec.py
dqops/client/models/column_accuracy_profiling_checks_spec.py
dqops/client/models/column_accuracy_total_average_match_percent_check_spec.py
dqops/client/models/column_accuracy_total_average_match_percent_sensor_parameters_spec.py
dqops/client/models/column_accuracy_total_max_match_percent_check_spec.py
dqops/client/models/column_accuracy_total_max_match_percent_sensor_parameters_spec.py
dqops/client/models/column_accuracy_total_min_match_percent_check_spec.py
dqops/client/models/column_accuracy_total_min_match_percent_sensor_parameters_spec.py
dqops/client/models/column_accuracy_total_not_null_count_match_percent_check_spec.py
dqops/client/models/column_accuracy_total_not_null_count_match_percent_sensor_parameters_spec.py
dqops/client/models/column_accuracy_total_sum_match_percent_check_spec.py
dqops/client/models/column_accuracy_total_sum_match_percent_sensor_parameters_spec.py
dqops/client/models/column_anomaly_daily_partitioned_checks_spec.py
dqops/client/models/column_anomaly_daily_recurring_checks_spec.py
dqops/client/models/column_anomaly_differencing_sum_30_days_check_spec.py
dqops/client/models/column_anomaly_differencing_sum_check_spec.py
dqops/client/models/column_anomaly_monthly_partitioned_checks_spec.py
dqops/client/models/column_anomaly_monthly_recurring_checks_spec.py
dqops/client/models/column_anomaly_profiling_checks_spec.py
dqops/client/models/column_anomaly_stationary_mean_30_days_check_spec.py
dqops/client/models/column_anomaly_stationary_mean_check_spec.py
dqops/client/models/column_anomaly_stationary_median_30_days_check_spec.py
dqops/client/models/column_anomaly_stationary_median_check_spec.py
dqops/client/models/column_anomaly_stationary_null_percent_30_days_check_spec.py
dqops/client/models/column_anomaly_stationary_null_percent_check_spec.py
dqops/client/models/column_anomaly_stationary_partition_sum_30_days_check_spec.py
dqops/client/models/column_anomaly_stationary_partition_sum_check_spec.py
dqops/client/models/column_basic_model.py
dqops/client/models/column_bool_daily_partitioned_checks_spec.py
dqops/client/models/column_bool_daily_recurring_checks_spec.py
dqops/client/models/column_bool_false_percent_sensor_parameters_spec.py
dqops/client/models/column_bool_monthly_partitioned_checks_spec.py
dqops/client/models/column_bool_monthly_recurring_checks_spec.py
dqops/client/models/column_bool_profiling_checks_spec.py
dqops/client/models/column_bool_true_percent_sensor_parameters_spec.py
dqops/client/models/column_change_mean_check_spec.py
dqops/client/models/column_change_mean_since_30_days_check_spec.py
dqops/client/models/column_change_mean_since_7_days_check_spec.py
dqops/client/models/column_change_mean_since_yesterday_check_spec.py
dqops/client/models/column_change_median_check_spec.py
dqops/client/models/column_change_median_since_30_days_check_spec.py
dqops/client/models/column_change_median_since_7_days_check_spec.py
dqops/client/models/column_change_median_since_yesterday_check_spec.py
dqops/client/models/column_change_null_percent_check_spec.py
dqops/client/models/column_change_null_percent_since_30_days_check_spec.py
dqops/client/models/column_change_null_percent_since_7_days_check_spec.py
dqops/client/models/column_change_null_percent_since_yesterday_check_spec.py
dqops/client/models/column_change_sum_check_spec.py
dqops/client/models/column_change_sum_since_30_days_check_spec.py
dqops/client/models/column_change_sum_since_7_days_check_spec.py
dqops/client/models/column_change_sum_since_yesterday_check_spec.py
dqops/client/models/column_column_exists_sensor_parameters_spec.py
dqops/client/models/column_column_type_hash_sensor_parameters_spec.py
dqops/client/models/column_comparison_daily_partitioned_checks_spec.py
dqops/client/models/column_comparison_daily_recurring_checks_spec.py
dqops/client/models/column_comparison_max_match_check_spec.py
dqops/client/models/column_comparison_mean_match_check_spec.py
dqops/client/models/column_comparison_min_match_check_spec.py
dqops/client/models/column_comparison_model.py
dqops/client/models/column_comparison_monthly_partitioned_checks_spec.py
dqops/client/models/column_comparison_monthly_recurring_checks_spec.py
dqops/client/models/column_comparison_not_null_count_match_check_spec.py
dqops/client/models/column_comparison_null_count_match_check_spec.py
dqops/client/models/column_comparison_profiling_checks_spec.py
dqops/client/models/column_comparison_sum_match_check_spec.py
dqops/client/models/column_daily_partitioned_check_categories_spec.py
dqops/client/models/column_daily_partitioned_check_categories_spec_comparisons.py
dqops/client/models/column_daily_partitioned_check_categories_spec_custom.py
dqops/client/models/column_daily_recurring_check_categories_spec.py
dqops/client/models/column_daily_recurring_check_categories_spec_comparisons.py
dqops/client/models/column_daily_recurring_check_categories_spec_custom.py
dqops/client/models/column_datatype_daily_partitioned_checks_spec.py
dqops/client/models/column_datatype_daily_recurring_checks_spec.py
dqops/client/models/column_datatype_date_match_format_percent_check_spec.py
dqops/client/models/column_datatype_date_match_format_percent_sensor_parameters_spec.py
dqops/client/models/column_datatype_date_match_format_percent_sensor_parameters_spec_date_formats.py
dqops/client/models/column_datatype_monthly_partitioned_checks_spec.py
dqops/client/models/column_datatype_monthly_recurring_checks_spec.py
dqops/client/models/column_datatype_profiling_checks_spec.py
dqops/client/models/column_datatype_string_datatype_changed_check_spec.py
dqops/client/models/column_date_values_in_future_percent_check_spec.py
dqops/client/models/column_datetime_daily_partitioned_checks_spec.py
dqops/client/models/column_datetime_daily_recurring_checks_spec.py
dqops/client/models/column_datetime_date_values_in_future_percent_sensor_parameters_spec.py
dqops/client/models/column_datetime_monthly_partitioned_checks_spec.py
dqops/client/models/column_datetime_monthly_recurring_checks_spec.py
dqops/client/models/column_datetime_profiling_checks_spec.py
dqops/client/models/column_datetime_value_in_range_date_percent_check_spec.py
dqops/client/models/column_datetime_value_in_range_date_percent_sensor_parameters_spec.py
dqops/client/models/column_distinct_count_check_spec.py
dqops/client/models/column_distinct_percent_check_spec.py
dqops/client/models/column_duplicate_count_check_spec.py
dqops/client/models/column_duplicate_percent_check_spec.py
dqops/client/models/column_expected_numbers_in_use_count_check_spec.py
dqops/client/models/column_expected_strings_in_top_values_count_check_spec.py
dqops/client/models/column_expected_strings_in_use_count_check_spec.py
dqops/client/models/column_false_percent_check_spec.py
dqops/client/models/column_integrity_daily_partitioned_checks_spec.py
dqops/client/models/column_integrity_daily_recurring_checks_spec.py
dqops/client/models/column_integrity_foreign_key_match_percent_check_spec.py
dqops/client/models/column_integrity_foreign_key_match_percent_sensor_parameters_spec.py
dqops/client/models/column_integrity_foreign_key_not_match_count_check_spec.py
dqops/client/models/column_integrity_foreign_key_not_match_count_sensor_parameters_spec.py
dqops/client/models/column_integrity_monthly_partitioned_checks_spec.py
dqops/client/models/column_integrity_monthly_recurring_checks_spec.py
dqops/client/models/column_integrity_profiling_checks_spec.py
dqops/client/models/column_invalid_latitude_count_check_spec.py
dqops/client/models/column_invalid_longitude_count_check_spec.py
dqops/client/models/column_max_in_range_check_spec.py
dqops/client/models/column_mean_in_range_check_spec.py
dqops/client/models/column_median_in_range_check_spec.py
dqops/client/models/column_min_in_range_check_spec.py
dqops/client/models/column_model.py
dqops/client/models/column_monthly_partitioned_check_categories_spec.py
dqops/client/models/column_monthly_partitioned_check_categories_spec_comparisons.py
dqops/client/models/column_monthly_partitioned_check_categories_spec_custom.py
dqops/client/models/column_monthly_recurring_check_categories_spec.py
dqops/client/models/column_monthly_recurring_check_categories_spec_comparisons.py
dqops/client/models/column_monthly_recurring_check_categories_spec_custom.py
dqops/client/models/column_negative_count_check_spec.py
dqops/client/models/column_negative_percent_check_spec.py
dqops/client/models/column_non_negative_count_check_spec.py
dqops/client/models/column_non_negative_percent_check_spec.py
dqops/client/models/column_not_nulls_count_check_spec.py
dqops/client/models/column_not_nulls_percent_check_spec.py
dqops/client/models/column_nulls_count_check_spec.py
dqops/client/models/column_nulls_daily_partitioned_checks_spec.py
dqops/client/models/column_nulls_daily_recurring_checks_spec.py
dqops/client/models/column_nulls_monthly_partitioned_checks_spec.py
dqops/client/models/column_nulls_monthly_recurring_checks_spec.py
dqops/client/models/column_nulls_not_nulls_count_sensor_parameters_spec.py
dqops/client/models/column_nulls_not_nulls_count_statistics_collector_spec.py
dqops/client/models/column_nulls_not_nulls_percent_sensor_parameters_spec.py
dqops/client/models/column_nulls_not_nulls_percent_statistics_collector_spec.py
dqops/client/models/column_nulls_nulls_count_sensor_parameters_spec.py
dqops/client/models/column_nulls_nulls_count_statistics_collector_spec.py
dqops/client/models/column_nulls_nulls_percent_sensor_parameters_spec.py
dqops/client/models/column_nulls_nulls_percent_statistics_collector_spec.py
dqops/client/models/column_nulls_percent_check_spec.py
dqops/client/models/column_nulls_profiling_checks_spec.py
dqops/client/models/column_nulls_statistics_collectors_spec.py
dqops/client/models/column_number_value_in_set_percent_check_spec.py
dqops/client/models/column_numeric_daily_partitioned_checks_spec.py
dqops/client/models/column_numeric_daily_recurring_checks_spec.py
dqops/client/models/column_numeric_expected_numbers_in_use_count_sensor_parameters_spec.py
dqops/client/models/column_numeric_invalid_latitude_count_sensor_parameters_spec.py
dqops/client/models/column_numeric_invalid_longitude_count_sensor_parameters_spec.py
dqops/client/models/column_numeric_max_sensor_parameters_spec.py
dqops/client/models/column_numeric_mean_sensor_parameters_spec.py
dqops/client/models/column_numeric_median_sensor_parameters_spec.py
dqops/client/models/column_numeric_min_sensor_parameters_spec.py
dqops/client/models/column_numeric_monthly_partitioned_checks_spec.py
dqops/client/models/column_numeric_monthly_recurring_checks_spec.py
dqops/client/models/column_numeric_negative_count_sensor_parameters_spec.py
dqops/client/models/column_numeric_negative_percent_sensor_parameters_spec.py
dqops/client/models/column_numeric_non_negative_count_sensor_parameters_spec.py
dqops/client/models/column_numeric_non_negative_percent_sensor_parameters_spec.py
dqops/client/models/column_numeric_number_value_in_set_percent_sensor_parameters_spec.py
dqops/client/models/column_numeric_percentile_10_sensor_parameters_spec.py
dqops/client/models/column_numeric_percentile_25_sensor_parameters_spec.py
dqops/client/models/column_numeric_percentile_75_sensor_parameters_spec.py
dqops/client/models/column_numeric_percentile_90_sensor_parameters_spec.py
dqops/client/models/column_numeric_percentile_sensor_parameters_spec.py
dqops/client/models/column_numeric_population_stddev_sensor_parameters_spec.py
dqops/client/models/column_numeric_population_variance_sensor_parameters_spec.py
dqops/client/models/column_numeric_profiling_checks_spec.py
dqops/client/models/column_numeric_sample_stddev_sensor_parameters_spec.py
dqops/client/models/column_numeric_sample_variance_sensor_parameters_spec.py
dqops/client/models/column_numeric_sum_sensor_parameters_spec.py
dqops/client/models/column_numeric_valid_latitude_percent_sensor_parameters_spec.py
dqops/client/models/column_numeric_valid_longitude_percent_sensor_parameters_spec.py
dqops/client/models/column_numeric_value_above_max_value_count_sensor_parameters_spec.py
dqops/client/models/column_numeric_value_above_max_value_percent_sensor_parameters_spec.py
dqops/client/models/column_numeric_value_below_min_value_count_sensor_parameters_spec.py
dqops/client/models/column_numeric_value_below_min_value_percent_sensor_parameters_spec.py
dqops/client/models/column_numeric_values_in_range_integers_percent_sensor_parameters_spec.py
dqops/client/models/column_numeric_values_in_range_numeric_percent_sensor_parameters_spec.py
dqops/client/models/column_partitioned_checks_root_spec.py
dqops/client/models/column_percentile_10_in_range_check_spec.py
dqops/client/models/column_percentile_25_in_range_check_spec.py
dqops/client/models/column_percentile_75_in_range_check_spec.py
dqops/client/models/column_percentile_90_in_range_check_spec.py
dqops/client/models/column_percentile_in_range_check_spec.py
dqops/client/models/column_pii_contains_email_percent_check_spec.py
dqops/client/models/column_pii_contains_email_percent_sensor_parameters_spec.py
dqops/client/models/column_pii_contains_ip_4_percent_check_spec.py
dqops/client/models/column_pii_contains_ip_4_percent_sensor_parameters_spec.py
dqops/client/models/column_pii_contains_ip_6_percent_check_spec.py
dqops/client/models/column_pii_contains_ip_6_percent_sensor_parameters_spec.py
dqops/client/models/column_pii_contains_usa_phone_percent_check_spec.py
dqops/client/models/column_pii_contains_usa_phone_percent_sensor_parameters_spec.py
dqops/client/models/column_pii_contains_usa_zipcode_percent_check_spec.py
dqops/client/models/column_pii_contains_usa_zipcode_percent_sensor_parameters_spec.py
dqops/client/models/column_pii_daily_partitioned_checks_spec.py
dqops/client/models/column_pii_daily_recurring_checks_spec.py
dqops/client/models/column_pii_monthly_partitioned_checks_spec.py
dqops/client/models/column_pii_monthly_recurring_checks_spec.py
dqops/client/models/column_pii_profiling_checks_spec.py
dqops/client/models/column_pii_valid_email_percent_check_spec.py
dqops/client/models/column_pii_valid_email_percent_sensor_parameters_spec.py
dqops/client/models/column_pii_valid_ip_4_address_percent_check_spec.py
dqops/client/models/column_pii_valid_ip_4_address_percent_sensor_parameters_spec.py
dqops/client/models/column_pii_valid_ip_6_address_percent_check_spec.py
dqops/client/models/column_pii_valid_ip_6_address_percent_sensor_parameters_spec.py
dqops/client/models/column_pii_valid_usa_phone_percent_check_spec.py
dqops/client/models/column_pii_valid_usa_phone_percent_sensor_parameters_spec.py
dqops/client/models/column_pii_valid_usa_zipcode_percent_check_spec.py
dqops/client/models/column_pii_valid_usa_zipcode_percent_sensor_parameters_spec.py
dqops/client/models/column_population_stddev_in_range_check_spec.py
dqops/client/models/column_population_variance_in_range_check_spec.py
dqops/client/models/column_profiling_check_categories_spec.py
dqops/client/models/column_profiling_check_categories_spec_comparisons.py
dqops/client/models/column_profiling_check_categories_spec_custom.py
dqops/client/models/column_range_max_value_sensor_parameters_spec.py
dqops/client/models/column_range_max_value_statistics_collector_spec.py
dqops/client/models/column_range_median_value_statistics_collector_spec.py
dqops/client/models/column_range_min_value_sensor_parameters_spec.py
dqops/client/models/column_range_min_value_statistics_collector_spec.py
dqops/client/models/column_range_statistics_collectors_spec.py
dqops/client/models/column_range_sum_value_statistics_collector_spec.py
dqops/client/models/column_recurring_checks_root_spec.py
dqops/client/models/column_sample_stddev_in_range_check_spec.py
dqops/client/models/column_sample_variance_in_range_check_spec.py
dqops/client/models/column_sampling_column_samples_sensor_parameters_spec.py
dqops/client/models/column_sampling_column_samples_statistics_collector_spec.py
dqops/client/models/column_sampling_statistics_collectors_spec.py
dqops/client/models/column_schema_column_exists_check_spec.py
dqops/client/models/column_schema_daily_recurring_checks_spec.py
dqops/client/models/column_schema_monthly_recurring_checks_spec.py
dqops/client/models/column_schema_profiling_checks_spec.py
dqops/client/models/column_schema_type_changed_check_spec.py
dqops/client/models/column_spec.py
dqops/client/models/column_sql_aggregate_expr_check_spec.py
dqops/client/models/column_sql_aggregated_expression_sensor_parameters_spec.py
dqops/client/models/column_sql_condition_failed_count_check_spec.py
dqops/client/models/column_sql_condition_failed_count_sensor_parameters_spec.py
dqops/client/models/column_sql_condition_passed_percent_check_spec.py
dqops/client/models/column_sql_condition_passed_percent_sensor_parameters_spec.py
dqops/client/models/column_sql_daily_partitioned_checks_spec.py
dqops/client/models/column_sql_daily_recurring_checks_spec.py
dqops/client/models/column_sql_monthly_partitioned_checks_spec.py
dqops/client/models/column_sql_monthly_recurring_checks_spec.py
dqops/client/models/column_sql_profiling_checks_spec.py
dqops/client/models/column_statistics_collectors_root_categories_spec.py
dqops/client/models/column_statistics_model.py
dqops/client/models/column_string_boolean_placeholder_percent_check_spec.py
dqops/client/models/column_string_datatype_detected_check_spec.py
dqops/client/models/column_string_empty_count_check_spec.py
dqops/client/models/column_string_empty_percent_check_spec.py
dqops/client/models/column_string_invalid_email_count_check_spec.py
dqops/client/models/column_string_invalid_ip_4_address_count_check_spec.py
dqops/client/models/column_string_invalid_ip_6_address_count_check_spec.py
dqops/client/models/column_string_invalid_uuid_count_check_spec.py
dqops/client/models/column_string_length_above_max_length_count_check_spec.py
dqops/client/models/column_string_length_above_max_length_percent_check_spec.py
dqops/client/models/column_string_length_below_min_length_count_check_spec.py
dqops/client/models/column_string_length_below_min_length_percent_check_spec.py
dqops/client/models/column_string_length_in_range_percent_check_spec.py
dqops/client/models/column_string_match_date_regex_percent_check_spec.py
dqops/client/models/column_string_match_name_regex_percent_check_spec.py
dqops/client/models/column_string_match_regex_percent_check_spec.py
dqops/client/models/column_string_max_length_check_spec.py
dqops/client/models/column_string_mean_length_check_spec.py
dqops/client/models/column_string_min_length_check_spec.py
dqops/client/models/column_string_not_match_date_regex_count_check_spec.py
dqops/client/models/column_string_not_match_regex_count_check_spec.py
dqops/client/models/column_string_null_placeholder_count_check_spec.py
dqops/client/models/column_string_null_placeholder_percent_check_spec.py
dqops/client/models/column_string_parsable_to_float_percent_check_spec.py
dqops/client/models/column_string_parsable_to_integer_percent_check_spec.py
dqops/client/models/column_string_surrounded_by_whitespace_count_check_spec.py
dqops/client/models/column_string_surrounded_by_whitespace_percent_check_spec.py
dqops/client/models/column_string_valid_country_code_percent_check_spec.py
dqops/client/models/column_string_valid_currency_code_percent_check_spec.py
dqops/client/models/column_string_valid_dates_percent_check_spec.py
dqops/client/models/column_string_valid_uuid_percent_check_spec.py
dqops/client/models/column_string_value_in_set_percent_check_spec.py
dqops/client/models/column_string_whitespace_count_check_spec.py
dqops/client/models/column_string_whitespace_percent_check_spec.py
dqops/client/models/column_strings_daily_partitioned_checks_spec.py
dqops/client/models/column_strings_daily_recurring_checks_spec.py
dqops/client/models/column_strings_expected_strings_in_top_values_count_sensor_parameters_spec.py
dqops/client/models/column_strings_expected_strings_in_use_count_sensor_parameters_spec.py
dqops/client/models/column_strings_monthly_partitioned_checks_spec.py
dqops/client/models/column_strings_monthly_recurring_checks_spec.py
dqops/client/models/column_strings_profiling_checks_spec.py
dqops/client/models/column_strings_statistics_collectors_spec.py
dqops/client/models/column_strings_string_boolean_placeholder_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_datatype_detect_sensor_parameters_spec.py
dqops/client/models/column_strings_string_datatype_detect_statistics_collector_spec.py
dqops/client/models/column_strings_string_empty_count_sensor_parameters_spec.py
dqops/client/models/column_strings_string_empty_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_invalid_email_count_sensor_parameters_spec.py
dqops/client/models/column_strings_string_invalid_ip_4_address_count_sensor_parameters_spec.py
dqops/client/models/column_strings_string_invalid_ip_6_address_count_sensor_parameters_spec.py
dqops/client/models/column_strings_string_invalid_uuid_count_sensor_parameters_spec.py
dqops/client/models/column_strings_string_length_above_max_length_count_sensor_parameters_spec.py
dqops/client/models/column_strings_string_length_above_max_length_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_length_below_min_length_count_sensor_parameters_spec.py
dqops/client/models/column_strings_string_length_below_min_length_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_length_in_range_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_match_date_regex_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_match_date_regex_percent_sensor_parameters_spec_date_formats.py
dqops/client/models/column_strings_string_match_name_regex_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_match_regex_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_max_length_sensor_parameters_spec.py
dqops/client/models/column_strings_string_max_length_statistics_collector_spec.py
dqops/client/models/column_strings_string_mean_length_sensor_parameters_spec.py
dqops/client/models/column_strings_string_mean_length_statistics_collector_spec.py
dqops/client/models/column_strings_string_min_length_sensor_parameters_spec.py
dqops/client/models/column_strings_string_min_length_statistics_collector_spec.py
dqops/client/models/column_strings_string_not_match_date_regex_count_sensor_parameters_spec.py
dqops/client/models/column_strings_string_not_match_date_regex_count_sensor_parameters_spec_date_formats.py
dqops/client/models/column_strings_string_not_match_regex_count_sensor_parameters_spec.py
dqops/client/models/column_strings_string_null_placeholder_count_sensor_parameters_spec.py
dqops/client/models/column_strings_string_null_placeholder_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_parsable_to_float_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_parsable_to_integer_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_surrounded_by_whitespace_count_sensor_parameters_spec.py
dqops/client/models/column_strings_string_surrounded_by_whitespace_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_valid_country_code_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_valid_currency_code_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_valid_date_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_valid_uuid_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_value_in_set_percent_sensor_parameters_spec.py
dqops/client/models/column_strings_string_whitespace_count_sensor_parameters_spec.py
dqops/client/models/column_strings_string_whitespace_percent_sensor_parameters_spec.py
dqops/client/models/column_sum_in_range_check_spec.py
dqops/client/models/column_true_percent_check_spec.py
dqops/client/models/column_type_snapshot_spec.py
dqops/client/models/column_uniqueness_daily_partitioned_checks_spec.py
dqops/client/models/column_uniqueness_daily_recurring_checks_spec.py
dqops/client/models/column_uniqueness_distinct_count_sensor_parameters_spec.py
dqops/client/models/column_uniqueness_distinct_count_statistics_collector_spec.py
dqops/client/models/column_uniqueness_distinct_percent_sensor_parameters_spec.py
dqops/client/models/column_uniqueness_distinct_percent_statistics_collector_spec.py
dqops/client/models/column_uniqueness_duplicate_count_sensor_parameters_spec.py
dqops/client/models/column_uniqueness_duplicate_count_statistics_collector_spec.py
dqops/client/models/column_uniqueness_duplicate_percent_sensor_parameters_spec.py
dqops/client/models/column_uniqueness_duplicate_percent_statistics_collector_spec.py
dqops/client/models/column_uniqueness_monthly_partitioned_checks_spec.py
dqops/client/models/column_uniqueness_monthly_recurring_checks_spec.py
dqops/client/models/column_uniqueness_profiling_checks_spec.py
dqops/client/models/column_uniqueness_statistics_collectors_spec.py
dqops/client/models/column_valid_latitude_percent_check_spec.py
dqops/client/models/column_valid_longitude_percent_check_spec.py
dqops/client/models/column_value_above_max_value_count_check_spec.py
dqops/client/models/column_value_above_max_value_percent_check_spec.py
dqops/client/models/column_value_below_min_value_count_check_spec.py
dqops/client/models/column_value_below_min_value_percent_check_spec.py
dqops/client/models/column_values_in_range_integers_percent_check_spec.py
dqops/client/models/column_values_in_range_numeric_percent_check_spec.py
dqops/client/models/comment_spec.py
dqops/client/models/common_column_model.py
dqops/client/models/compare_thresholds_model.py
dqops/client/models/comparison_check_result_model.py
dqops/client/models/connection_basic_model.py
dqops/client/models/connection_basic_model_provider_type.py
dqops/client/models/connection_incident_grouping_spec.py
dqops/client/models/connection_incident_grouping_spec_grouping_level.py
dqops/client/models/connection_incident_grouping_spec_minimum_severity.py
dqops/client/models/connection_model.py
dqops/client/models/connection_remote_model.py
dqops/client/models/connection_remote_model_connection_status.py
dqops/client/models/connection_spec.py
dqops/client/models/connection_spec_provider_type.py
dqops/client/models/custom_check_spec.py
dqops/client/models/custom_rule_parameters_spec.py
dqops/client/models/custom_sensor_parameters_spec.py
dqops/client/models/dashboard_spec.py
dqops/client/models/dashboard_spec_parameters.py
dqops/client/models/dashboards_folder_spec.py
dqops/client/models/data_grouping_configuration_basic_model.py
dqops/client/models/data_grouping_configuration_model.py
dqops/client/models/data_grouping_configuration_spec.py
dqops/client/models/data_grouping_configuration_trimmed_model.py
dqops/client/models/data_grouping_dimension_spec.py
dqops/client/models/data_grouping_dimension_spec_source.py
dqops/client/models/datatype_equals_rule_parameters_spec.py
dqops/client/models/delete_stored_data_queue_job_parameters.py
dqops/client/models/dqo_job_change_model.py
dqops/client/models/dqo_job_change_model_status.py
dqops/client/models/dqo_job_entry_parameters_model.py
dqops/client/models/dqo_job_history_entry_model.py
dqops/client/models/dqo_job_history_entry_model_job_type.py
dqops/client/models/dqo_job_history_entry_model_status.py
dqops/client/models/dqo_job_queue_incremental_snapshot_model.py
dqops/client/models/dqo_job_queue_initial_snapshot_model.py
dqops/client/models/dqo_queue_job_id.py
dqops/client/models/dqo_settings_model.py
dqops/client/models/dqo_settings_model_properties.py
dqops/client/models/dqo_settings_model_properties_additional_property.py
dqops/client/models/dqo_user_profile_model.py
dqops/client/models/duration.py
dqops/client/models/effective_schedule_model.py
dqops/client/models/effective_schedule_model_schedule_group.py
dqops/client/models/effective_schedule_model_schedule_level.py
dqops/client/models/equals_integer_1_rule_parameters_spec.py
dqops/client/models/equals_integer_rule_parameters_spec.py
dqops/client/models/error_detailed_single_model.py
dqops/client/models/errors_detailed_data_model.py
dqops/client/models/external_log_entry.py
dqops/client/models/field_model.py
dqops/client/models/find_recent_incidents_on_connection_direction.py
dqops/client/models/find_recent_incidents_on_connection_order.py
dqops/client/models/get_column_partitioned_checks_basic_model_time_scale.py
dqops/client/models/get_column_partitioned_checks_model_filter_time_scale.py
dqops/client/models/get_column_partitioned_checks_model_time_scale.py
dqops/client/models/get_column_partitioned_checks_overview_time_scale.py
dqops/client/models/get_column_partitioned_checks_results_time_scale.py
dqops/client/models/get_column_partitioned_errors_time_scale.py
dqops/client/models/get_column_partitioned_sensor_readouts_time_scale.py
dqops/client/models/get_column_recurring_checks_basic_model_time_scale.py
dqops/client/models/get_column_recurring_checks_model_filter_time_scale.py
dqops/client/models/get_column_recurring_checks_model_time_scale.py
dqops/client/models/get_column_recurring_checks_overview_time_scale.py
dqops/client/models/get_column_recurring_checks_results_time_scale.py
dqops/client/models/get_column_recurring_errors_time_scale.py
dqops/client/models/get_column_recurring_sensor_readouts_time_scale.py
dqops/client/models/get_connection_scheduling_group_scheduling_group.py
dqops/client/models/get_incident_issues_direction.py
dqops/client/models/get_incident_issues_order.py
dqops/client/models/get_schema_partitioned_checks_model_check_target.py
dqops/client/models/get_schema_partitioned_checks_model_time_scale.py
dqops/client/models/get_schema_partitioned_checks_templates_check_target.py
dqops/client/models/get_schema_partitioned_checks_templates_time_scale.py
dqops/client/models/get_schema_profiling_checks_model_check_target.py
dqops/client/models/get_schema_profiling_checks_templates_check_target.py
dqops/client/models/get_schema_recurring_checks_model_check_target.py
dqops/client/models/get_schema_recurring_checks_model_time_scale.py
dqops/client/models/get_schema_recurring_checks_templates_check_target.py
dqops/client/models/get_schema_recurring_checks_templates_time_scale.py
dqops/client/models/get_table_columns_partitioned_checks_model_time_scale.py
dqops/client/models/get_table_columns_recurring_checks_model_time_scale.py
dqops/client/models/get_table_comparison_configurations_check_time_scale.py
dqops/client/models/get_table_comparison_configurations_check_type.py
dqops/client/models/get_table_comparison_partitioned_results_time_scale.py
dqops/client/models/get_table_comparison_recurring_results_time_scale.py
dqops/client/models/get_table_data_quality_status_check_time_scale.py
dqops/client/models/get_table_data_quality_status_check_type.py
dqops/client/models/get_table_partitioned_checks_basic_model_time_scale.py
dqops/client/models/get_table_partitioned_checks_model_filter_time_scale.py
dqops/client/models/get_table_partitioned_checks_model_time_scale.py
dqops/client/models/get_table_partitioned_checks_overview_time_scale.py
dqops/client/models/get_table_partitioned_checks_results_time_scale.py
dqops/client/models/get_table_partitioned_checks_templates_time_scale.py
dqops/client/models/get_table_partitioned_errors_time_scale.py
dqops/client/models/get_table_partitioned_sensor_readouts_time_scale.py
dqops/client/models/get_table_recurring_checks_basic_model_time_scale.py
dqops/client/models/get_table_recurring_checks_model_filter_time_scale.py
dqops/client/models/get_table_recurring_checks_model_time_scale.py
dqops/client/models/get_table_recurring_checks_overview_time_scale.py
dqops/client/models/get_table_recurring_checks_results_time_scale.py
dqops/client/models/get_table_recurring_checks_templates_time_scale.py
dqops/client/models/get_table_recurring_errors_time_scale.py
dqops/client/models/get_table_recurring_sensor_readouts_time_scale.py
dqops/client/models/get_table_scheduling_group_override_scheduling_group.py
dqops/client/models/hierarchy_id_model.py
dqops/client/models/hierarchy_id_model_path_item.py
dqops/client/models/import_schema_queue_job_parameters.py
dqops/client/models/import_tables_queue_job_parameters.py
dqops/client/models/incident_daily_issues_count.py
dqops/client/models/incident_issue_histogram_model.py
dqops/client/models/incident_issue_histogram_model_checks.py
dqops/client/models/incident_issue_histogram_model_columns.py
dqops/client/models/incident_issue_histogram_model_days.py
dqops/client/models/incident_model.py
dqops/client/models/incident_model_status.py
dqops/client/models/incident_webhook_notifications_spec.py
dqops/client/models/incidents_per_connection_model.py
dqops/client/models/max_count_rule_0_parameters_spec.py
dqops/client/models/max_count_rule_10_parameters_spec.py
dqops/client/models/max_count_rule_15_parameters_spec.py
dqops/client/models/max_days_rule_1_parameters_spec.py
dqops/client/models/max_days_rule_2_parameters_spec.py
dqops/client/models/max_days_rule_7_parameters_spec.py
dqops/client/models/max_diff_percent_rule_0_parameters_spec.py
dqops/client/models/max_diff_percent_rule_1_parameters_spec.py
dqops/client/models/max_diff_percent_rule_5_parameters_spec.py
dqops/client/models/max_failures_rule_0_parameters_spec.py
dqops/client/models/max_failures_rule_10_parameters_spec.py
dqops/client/models/max_failures_rule_5_parameters_spec.py
dqops/client/models/max_missing_rule_0_parameters_spec.py
dqops/client/models/max_missing_rule_1_parameters_spec.py
dqops/client/models/max_missing_rule_2_parameters_spec.py
dqops/client/models/max_percent_rule_0_parameters_spec.py
dqops/client/models/max_percent_rule_100_parameters_spec.py
dqops/client/models/max_percent_rule_1_parameters_spec.py
dqops/client/models/max_percent_rule_2_parameters_spec.py
dqops/client/models/max_percent_rule_5_parameters_spec.py
dqops/client/models/max_percent_rule_95_parameters_spec.py
dqops/client/models/max_percent_rule_99_parameters_spec.py
dqops/client/models/max_value_rule_parameters_spec.py
dqops/client/models/min_count_rule_0_parameters_spec.py
dqops/client/models/min_count_rule_fatal_parameters_spec.py
dqops/client/models/min_count_rule_warning_parameters_spec.py
dqops/client/models/min_percent_rule_0_parameters_spec.py
dqops/client/models/min_percent_rule_100_parameters_spec.py
dqops/client/models/min_percent_rule_2_parameters_spec.py
dqops/client/models/min_percent_rule_5_parameters_spec.py
dqops/client/models/min_percent_rule_95_parameters_spec.py
dqops/client/models/min_percent_rule_99_parameters_spec.py
dqops/client/models/min_value_rule_parameters_spec.py
dqops/client/models/mono.py
dqops/client/models/mono_dqo_queue_job_id.py
dqops/client/models/mono_object.py
dqops/client/models/mysql_parameters_spec.py
dqops/client/models/mysql_parameters_spec_properties.py
dqops/client/models/mysql_parameters_spec_sslmode.py
dqops/client/models/optional.py
dqops/client/models/optional_check_container_model.py
dqops/client/models/optional_column_daily_partitioned_check_categories_spec.py
dqops/client/models/optional_column_daily_recurring_check_categories_spec.py
dqops/client/models/optional_column_monthly_partitioned_check_categories_spec.py
dqops/client/models/optional_column_monthly_recurring_check_categories_spec.py
dqops/client/models/optional_column_profiling_check_categories_spec.py
dqops/client/models/optional_comments_list_spec.py
dqops/client/models/optional_connection_incident_grouping_spec.py
dqops/client/models/optional_data_grouping_configuration_spec.py
dqops/client/models/optional_label_set_spec.py
dqops/client/models/optional_recurring_schedule_spec.py
dqops/client/models/optional_table_daily_partitioned_check_categories_spec.py
dqops/client/models/optional_table_daily_recurring_check_categories_spec.py
dqops/client/models/optional_table_incident_grouping_spec.py
dqops/client/models/optional_table_monthly_partitioned_check_categories_spec.py
dqops/client/models/optional_table_monthly_recurring_check_categories_spec.py
dqops/client/models/optional_table_profiling_check_categories_spec.py
dqops/client/models/oracle_parameters_spec.py
dqops/client/models/oracle_parameters_spec_properties.py
dqops/client/models/parameter_definition_spec.py
dqops/client/models/parameter_definition_spec_data_type.py
dqops/client/models/parameter_definition_spec_display_hint.py
dqops/client/models/partition_incremental_time_window_spec.py
dqops/client/models/physical_table_name.py
dqops/client/models/postgresql_parameters_spec.py
dqops/client/models/postgresql_parameters_spec_properties.py
dqops/client/models/postgresql_parameters_spec_sslmode.py
dqops/client/models/provider_sensor_basic_model.py
dqops/client/models/provider_sensor_basic_model_provider_type.py
dqops/client/models/provider_sensor_definition_spec.py
dqops/client/models/provider_sensor_definition_spec_parameters.py
dqops/client/models/provider_sensor_definition_spec_type.py
dqops/client/models/provider_sensor_model.py
dqops/client/models/provider_sensor_model_provider_type.py
dqops/client/models/quality_category_model.py
dqops/client/models/recurring_schedule_spec.py
dqops/client/models/recurring_schedules_spec.py
dqops/client/models/redshift_parameters_spec.py
dqops/client/models/redshift_parameters_spec_properties.py
dqops/client/models/repair_stored_data_queue_job_parameters.py
dqops/client/models/rule_basic_folder_model.py
dqops/client/models/rule_basic_folder_model_folders.py
dqops/client/models/rule_basic_model.py
dqops/client/models/rule_model.py
dqops/client/models/rule_model_mode.py
dqops/client/models/rule_model_parameters.py
dqops/client/models/rule_model_type.py
dqops/client/models/rule_parameters_model.py
dqops/client/models/rule_thresholds_model.py
dqops/client/models/rule_time_window_settings_spec.py
dqops/client/models/rule_time_window_settings_spec_historic_data_point_grouping.py
dqops/client/models/run_checks_job_result.py
dqops/client/models/run_checks_job_result_highest_severity.py
dqops/client/models/run_checks_on_table_parameters.py
dqops/client/models/run_checks_parameters.py
dqops/client/models/run_checks_queue_job_result.py
dqops/client/models/run_checks_queue_job_result_status.py
dqops/client/models/schema_model.py
dqops/client/models/schema_remote_model.py
dqops/client/models/sensor_basic_folder_model.py
dqops/client/models/sensor_basic_folder_model_folders.py
dqops/client/models/sensor_basic_model.py
dqops/client/models/sensor_definition_spec.py
dqops/client/models/sensor_definition_spec_parameters.py
dqops/client/models/sensor_model.py
dqops/client/models/sensor_readout_detailed_single_model.py
dqops/client/models/sensor_readouts_detailed_data_model.py
dqops/client/models/set_incident_status_status.py
dqops/client/models/similar_check_model.py
dqops/client/models/similar_check_model_check_target.py
dqops/client/models/similar_check_model_check_type.py
dqops/client/models/similar_check_model_time_scale.py
dqops/client/models/snowflake_parameters_spec.py
dqops/client/models/snowflake_parameters_spec_properties.py
dqops/client/models/spring_error_payload.py
dqops/client/models/sql_server_parameters_spec.py
dqops/client/models/sql_server_parameters_spec_properties.py
dqops/client/models/statistics_collector_search_filters.py
dqops/client/models/statistics_collector_search_filters_target.py
dqops/client/models/statistics_metric_model.py
dqops/client/models/statistics_metric_model_result.py
dqops/client/models/statistics_metric_model_result_data_type.py
dqops/client/models/synchronize_multiple_folders_dqo_queue_job_parameters.py
dqops/client/models/synchronize_multiple_folders_dqo_queue_job_parameters_direction.py
dqops/client/models/synchronize_root_folder_dqo_queue_job_parameters.py
dqops/client/models/synchronize_root_folder_parameters.py
dqops/client/models/synchronize_root_folder_parameters_direction.py
dqops/client/models/synchronize_root_folder_parameters_folder.py
dqops/client/models/table_accuracy_daily_recurring_checks_spec.py
dqops/client/models/table_accuracy_monthly_recurring_checks_spec.py
dqops/client/models/table_accuracy_profiling_checks_spec.py
dqops/client/models/table_accuracy_total_row_count_match_percent_check_spec.py
dqops/client/models/table_accuracy_total_row_count_match_percent_sensor_parameters_spec.py
dqops/client/models/table_anomaly_differencing_row_count_30_days_check_spec.py
dqops/client/models/table_anomaly_differencing_row_count_check_spec.py
dqops/client/models/table_anomaly_stationary_partition_row_count_30_days_check_spec.py
dqops/client/models/table_anomaly_stationary_partition_row_count_check_spec.py
dqops/client/models/table_availability_check_spec.py
dqops/client/models/table_availability_daily_recurring_checks_spec.py
dqops/client/models/table_availability_monthly_recurring_checks_spec.py
dqops/client/models/table_availability_profiling_checks_spec.py
dqops/client/models/table_availability_sensor_parameters_spec.py
dqops/client/models/table_basic_model.py
dqops/client/models/table_change_row_count_check_spec.py
dqops/client/models/table_change_row_count_since_30_days_check_spec.py
dqops/client/models/table_change_row_count_since_7_days_check_spec.py
dqops/client/models/table_change_row_count_since_yesterday_check_spec.py
dqops/client/models/table_column_count_sensor_parameters_spec.py
dqops/client/models/table_column_list_ordered_hash_sensor_parameters_spec.py
dqops/client/models/table_column_list_unordered_hash_sensor_parameters_spec.py
dqops/client/models/table_column_types_hash_sensor_parameters_spec.py
dqops/client/models/table_columns_statistics_model.py
dqops/client/models/table_comparison_configuration_model.py
dqops/client/models/table_comparison_configuration_model_check_type.py
dqops/client/models/table_comparison_configuration_model_time_scale.py
dqops/client/models/table_comparison_configuration_spec.py
dqops/client/models/table_comparison_configuration_spec_check_type.py
dqops/client/models/table_comparison_configuration_spec_time_scale.py
dqops/client/models/table_comparison_daily_partitioned_checks_spec.py
dqops/client/models/table_comparison_daily_recurring_checks_spec.py
dqops/client/models/table_comparison_grouping_column_pair_model.py
dqops/client/models/table_comparison_grouping_columns_pair_spec.py
dqops/client/models/table_comparison_model.py
dqops/client/models/table_comparison_monthly_partitioned_checks_spec.py
dqops/client/models/table_comparison_monthly_recurring_checks_spec.py
dqops/client/models/table_comparison_profiling_checks_spec.py
dqops/client/models/table_comparison_results_model.py
dqops/client/models/table_comparison_results_model_column_comparison_results.py
dqops/client/models/table_comparison_results_model_column_comparison_results_additional_property.py
dqops/client/models/table_comparison_results_model_table_comparison_results.py
dqops/client/models/table_comparison_row_count_match_check_spec.py
dqops/client/models/table_daily_partitioned_check_categories_spec.py
dqops/client/models/table_daily_partitioned_check_categories_spec_comparisons.py
dqops/client/models/table_daily_partitioned_check_categories_spec_custom.py
dqops/client/models/table_daily_recurring_check_categories_spec.py
dqops/client/models/table_daily_recurring_check_categories_spec_comparisons.py
dqops/client/models/table_daily_recurring_check_categories_spec_custom.py
dqops/client/models/table_data_freshness_check_spec.py
dqops/client/models/table_data_ingestion_delay_check_spec.py
dqops/client/models/table_data_quality_status_model.py
dqops/client/models/table_data_quality_status_model_failed_checks_statuses.py
dqops/client/models/table_data_quality_status_model_failed_checks_statuses_additional_property.py
dqops/client/models/table_data_staleness_check_spec.py
dqops/client/models/table_incident_grouping_spec.py
dqops/client/models/table_incident_grouping_spec_grouping_level.py
dqops/client/models/table_incident_grouping_spec_minimum_severity.py
dqops/client/models/table_model.py
dqops/client/models/table_monthly_partitioned_check_categories_spec.py
dqops/client/models/table_monthly_partitioned_check_categories_spec_comparisons.py
dqops/client/models/table_monthly_partitioned_check_categories_spec_custom.py
dqops/client/models/table_monthly_recurring_check_categories_spec.py
dqops/client/models/table_monthly_recurring_check_categories_spec_comparisons.py
dqops/client/models/table_monthly_recurring_check_categories_spec_custom.py
dqops/client/models/table_owner_spec.py
dqops/client/models/table_partition_reload_lag_check_spec.py
dqops/client/models/table_partitioned_checks_root_spec.py
dqops/client/models/table_partitioning_model.py
dqops/client/models/table_profiling_check_categories_spec.py
dqops/client/models/table_profiling_check_categories_spec_comparisons.py
dqops/client/models/table_profiling_check_categories_spec_custom.py
dqops/client/models/table_profiling_check_categories_spec_result_truncation.py
dqops/client/models/table_recurring_checks_spec.py
dqops/client/models/table_remote_basic_model.py
dqops/client/models/table_row_count_check_spec.py
dqops/client/models/table_schema_column_count_changed_check_spec.py
dqops/client/models/table_schema_column_count_check_spec.py
dqops/client/models/table_schema_column_list_changed_check_spec.py
dqops/client/models/table_schema_column_list_or_order_changed_check_spec.py
dqops/client/models/table_schema_column_types_changed_check_spec.py
dqops/client/models/table_schema_daily_recurring_checks_spec.py
dqops/client/models/table_schema_monthly_recurring_checks_spec.py
dqops/client/models/table_schema_profiling_checks_spec.py
dqops/client/models/table_spec.py
dqops/client/models/table_spec_columns.py
dqops/client/models/table_spec_groupings.py
dqops/client/models/table_spec_table_comparisons.py
dqops/client/models/table_sql_aggregate_expr_check_spec.py
dqops/client/models/table_sql_aggregated_expression_sensor_parameters_spec.py
dqops/client/models/table_sql_condition_failed_count_check_spec.py
dqops/client/models/table_sql_condition_failed_count_sensor_parameters_spec.py
dqops/client/models/table_sql_condition_passed_percent_check_spec.py
dqops/client/models/table_sql_condition_passed_percent_sensor_parameters_spec.py
dqops/client/models/table_sql_daily_partitioned_checks_spec.py
dqops/client/models/table_sql_daily_recurring_checks_spec.py
dqops/client/models/table_sql_monthly_partitioned_checks_spec.py
dqops/client/models/table_sql_monthly_recurring_checks_spec.py
dqops/client/models/table_sql_profiling_checks_spec.py
dqops/client/models/table_statistics_collectors_root_categories_spec.py
dqops/client/models/table_statistics_model.py
dqops/client/models/table_timeliness_daily_partitioned_checks_spec.py
dqops/client/models/table_timeliness_daily_recurring_checks_spec.py
dqops/client/models/table_timeliness_data_freshness_sensor_parameters_spec.py
dqops/client/models/table_timeliness_data_ingestion_delay_sensor_parameters_spec.py
dqops/client/models/table_timeliness_data_staleness_sensor_parameters_spec.py
dqops/client/models/table_timeliness_monthly_partitioned_checks_spec.py
dqops/client/models/table_timeliness_monthly_recurring_checks_spec.py
dqops/client/models/table_timeliness_partition_reload_lag_sensor_parameters_spec.py
dqops/client/models/table_timeliness_profiling_checks_spec.py
dqops/client/models/table_volume_daily_partitioned_checks_spec.py
dqops/client/models/table_volume_daily_recurring_checks_spec.py
dqops/client/models/table_volume_monthly_partitioned_checks_spec.py
dqops/client/models/table_volume_monthly_recurring_checks_spec.py
dqops/client/models/table_volume_profiling_checks_spec.py
dqops/client/models/table_volume_row_count_sensor_parameters_spec.py
dqops/client/models/table_volume_row_count_statistics_collector_spec.py
dqops/client/models/table_volume_statistics_collectors_spec.py
dqops/client/models/temporal_unit.py
dqops/client/models/time_window_filter_parameters.py
dqops/client/models/timestamp_columns_spec.py
dqops/client/models/update_column_partitioned_checks_model_time_scale.py
dqops/client/models/update_column_recurring_checks_model_time_scale.py
dqops/client/models/update_connection_scheduling_group_scheduling_group.py
dqops/client/models/update_table_partitioned_checks_model_time_scale.py
dqops/client/models/update_table_recurring_checks_model_time_scale.py
dqops/client/models/update_table_scheduling_group_override_scheduling_group.py
dqops/client/models/value_changed_parameters_spec.py