LICENSE
NOTICE
README.md
pyproject.toml
dataops_testgen.egg-info/PKG-INFO
dataops_testgen.egg-info/SOURCES.txt
dataops_testgen.egg-info/dependency_links.txt
dataops_testgen.egg-info/entry_points.txt
dataops_testgen.egg-info/requires.txt
dataops_testgen.egg-info/top_level.txt
testgen/__init__.py
testgen/__main__.py
testgen/settings.py
testgen/commands/__init__.py
testgen/commands/run_execute_cat_tests.py
testgen/commands/run_execute_tests.py
testgen/commands/run_generate_tests.py
testgen/commands/run_get_entities.py
testgen/commands/run_launch_db_config.py
testgen/commands/run_observability_exporter.py
testgen/commands/run_profiling_bridge.py
testgen/commands/run_quick_start.py
testgen/commands/run_setup_profiling_tools.py
testgen/commands/run_test_definition.py
testgen/commands/run_test_parameter_validation.py
testgen/commands/run_upgrade_db_config.py
testgen/commands/queries/__init__.py
testgen/commands/queries/execute_cat_tests_query.py
testgen/commands/queries/execute_tests_query.py
testgen/commands/queries/generate_tests_query.py
testgen/commands/queries/profiling_query.py
testgen/commands/queries/test_parameter_validation_query.py
testgen/common/__init__.py
testgen/common/clean_sql.py
testgen/common/credentials.py
testgen/common/date_service.py
testgen/common/display_service.py
testgen/common/docker_service.py
testgen/common/encrypt.py
testgen/common/get_pipeline_parms.py
testgen/common/logs.py
testgen/common/process_service.py
testgen/common/read_file.py
testgen/common/database/__init__.py
testgen/common/database/database_service.py
testgen/common/database/flavor/__init__.py
testgen/common/database/flavor/flavor_service.py
testgen/common/database/flavor/mssql_flavor_service.py
testgen/common/database/flavor/postgresql_flavor_service.py
testgen/common/database/flavor/redshift_flavor_service.py
testgen/common/database/flavor/snowflake_flavor_service.py
testgen/common/database/flavor/trino_flavor_service.py
testgen/template/dbsetup/010_create_base_schema.sql
testgen/template/dbsetup/020_create_standard_functions_sprocs.sql
testgen/template/dbsetup/030_initialize_new_schema_structure.sql
testgen/template/dbsetup/040_populate_new_schema_project.sql
testgen/template/dbsetup/050_populate_new_schema_metadata.sql
testgen/template/dbsetup/060_create_standard_views.sql
testgen/template/dbsetup/070_create_default_users.sql
testgen/template/dbsetup/075_grant_role_rights.sql
testgen/template/dbsetup/080_set_current_revision.sql
testgen/template/dbupgrade/0100_incremental_upgrade.sql
testgen/template/dbupgrade/0101_incremental_upgrade.sql
testgen/template/dbupgrade/0102_incremental_upgrade.sql
testgen/template/dbupgrade/0103_incremental_upgrade.sql
testgen/template/dbupgrade/0104_incremental_upgrade.sql
testgen/template/dbupgrade/0105_incremental_upgrade.sql
testgen/template/dbupgrade/0106_incremental_upgrade.sql
testgen/template/dbupgrade/0107_incremental_upgrade.sql
testgen/template/dbupgrade_helpers/get_tg_revision.sql
testgen/template/exec_cat_tests/ex_cat_build_agg_table_tests.sql
testgen/template/exec_cat_tests/ex_cat_get_distinct_tables.sql
testgen/template/exec_cat_tests/ex_cat_results_parse.sql
testgen/template/exec_cat_tests/ex_cat_retrieve_agg_test_parms.sql
testgen/template/exec_cat_tests/ex_cat_test_query.sql
testgen/template/execution/ex_finalize_test_run_results.sql
testgen/template/execution/ex_get_tests_non_cat.sql
testgen/template/execution/ex_update_test_record_in_testrun_table.sql
testgen/template/execution/ex_write_test_record_to_testrun_table.sql
testgen/template/flavors/generic/exec_query_tests/ex_aggregate_match_no_drops_generic.sql
testgen/template/flavors/generic/exec_query_tests/ex_aggregate_match_num_incr_generic.sql
testgen/template/flavors/generic/exec_query_tests/ex_aggregate_match_percent_above_generic.sql
testgen/template/flavors/generic/exec_query_tests/ex_aggregate_match_percent_within_generic.sql
testgen/template/flavors/generic/exec_query_tests/ex_aggregate_match_same_generic.sql
testgen/template/flavors/generic/exec_query_tests/ex_custom_query_generic.sql
testgen/template/flavors/generic/exec_query_tests/ex_data_match_2way_generic.sql
testgen/template/flavors/generic/exec_query_tests/ex_data_match_generic.sql
testgen/template/flavors/generic/exec_query_tests/ex_prior_match_generic.sql
testgen/template/flavors/generic/exec_query_tests/ex_relative_entropy_generic.sql
testgen/template/flavors/generic/exec_query_tests/ex_window_match_no_drops_generic.sql
testgen/template/flavors/generic/exec_query_tests/ex_window_match_same_generic.sql
testgen/template/flavors/generic/profiling/contingency_counts.sql
testgen/template/flavors/generic/validate_tests/ex_get_project_column_list_generic.sql
testgen/template/flavors/mssql/exec_query_tests/ex_relative_entropy_mssql.sql
testgen/template/flavors/mssql/profiling/project_ddf_query_mssql.sql
testgen/template/flavors/mssql/profiling/project_profiling_query_mssql.yaml
testgen/template/flavors/mssql/profiling/project_secondary_profiling_query_mssql.sql
testgen/template/flavors/mssql/setup_profiling_tools/00_drop_existing_functions_mssql.sql
testgen/template/flavors/mssql/setup_profiling_tools/01_create_functions_mssql.sql
testgen/template/flavors/mssql/setup_profiling_tools/02_create_functions_mssql.sql
testgen/template/flavors/mssql/setup_profiling_tools/create_qc_schema_mssql.sql
testgen/template/flavors/mssql/setup_profiling_tools/grant_execute_privileges_mssql.sql
testgen/template/flavors/postgresql/exec_query_tests/ex_window_match_no_drops_postgresql.sql
testgen/template/flavors/postgresql/exec_query_tests/ex_window_match_same_postgresql.sql
testgen/template/flavors/postgresql/profiling/project_ddf_query_postgresql.sql
testgen/template/flavors/postgresql/profiling/project_profiling_query_postgresql.yaml
testgen/template/flavors/postgresql/profiling/project_secondary_profiling_query_postgresql.sql
testgen/template/flavors/postgresql/setup_profiling_tools/create_functions_postgresql.sql
testgen/template/flavors/postgresql/setup_profiling_tools/create_qc_schema_postgresql.sql
testgen/template/flavors/postgresql/setup_profiling_tools/grant_execute_privileges_postgresql.sql
testgen/template/flavors/redshift/profiling/project_ddf_query_redshift.sql
testgen/template/flavors/redshift/profiling/project_profiling_query_redshift.yaml
testgen/template/flavors/redshift/profiling/project_secondary_profiling_query_redshift.sql
testgen/template/flavors/redshift/setup_profiling_tools/create_functions_redshift.sql
testgen/template/flavors/redshift/setup_profiling_tools/create_qc_schema_redshift.sql
testgen/template/flavors/redshift/setup_profiling_tools/grant_execute_privileges_redshift.sql
testgen/template/flavors/snowflake/profiling/project_ddf_query_snowflake.sql
testgen/template/flavors/snowflake/profiling/project_profiling_query_snowflake.yaml
testgen/template/flavors/snowflake/profiling/project_secondary_profiling_query_snowflake.sql
testgen/template/flavors/snowflake/setup_profiling_tools/create_functions_snowflake.sql
testgen/template/flavors/snowflake/setup_profiling_tools/create_qc_schema_snowflake.sql
testgen/template/flavors/snowflake/setup_profiling_tools/grant_execute_privileges_snowflake.sql
testgen/template/flavors/trino/profiling/project_profiling_query_trino.yaml
testgen/template/flavors/trino/setup_profiling_tools/create_functions_trino.sql
testgen/template/flavors/trino/setup_profiling_tools/create_qc_schema_trino.sql
testgen/template/gen_funny_cat_tests/gen_test_constant.sql
testgen/template/gen_funny_cat_tests/gen_test_distinct_value_ct.sql
testgen/template/gen_funny_cat_tests/gen_test_row_ct.sql
testgen/template/gen_funny_cat_tests/gen_test_row_ct_pct.sql
testgen/template/generation/gen_delete_old_tests.sql
testgen/template/generation/gen_insert_test_suite.sql
testgen/template/generation/gen_retrieve_or_insert_test_suite.sql
testgen/template/generation/gen_standard_test_type_list.sql
testgen/template/generation/gen_standard_tests.sql
testgen/template/get_entities/get_connection.sql
testgen/template/get_entities/get_connections_list.sql
testgen/template/get_entities/get_latest.sql
testgen/template/get_entities/get_profile.sql
testgen/template/get_entities/get_profile_info.sql
testgen/template/get_entities/get_profile_list.sql
testgen/template/get_entities/get_profile_screen.sql
testgen/template/get_entities/get_project_list.sql
testgen/template/get_entities/get_table_group_list.sql
testgen/template/get_entities/get_test_generation_list.sql
testgen/template/get_entities/get_test_info.sql
testgen/template/get_entities/get_test_results_for_run_cli.sql
testgen/template/get_entities/get_test_run_list.sql
testgen/template/get_entities/get_test_suite.sql
testgen/template/get_entities/get_test_suite_list.sql
testgen/template/get_entities/list_test_types.sql
testgen/template/observability/get_event_data.sql
testgen/template/observability/get_test_results.sql
testgen/template/observability/update_test_results_exported_to_observability.sql
testgen/template/parms/parms_profiling.sql
testgen/template/parms/parms_test_execution.sql
testgen/template/parms/parms_test_gen.sql
testgen/template/profiling/contingency_columns.sql
testgen/template/profiling/datatype_suggestions.sql
testgen/template/profiling/functional_datatype.sql
testgen/template/profiling/functional_tabletype_stage.sql
testgen/template/profiling/functional_tabletype_update.sql
testgen/template/profiling/pii_flag.sql
testgen/template/profiling/profile_anomalies_screen_column.sql
testgen/template/profiling/profile_anomalies_screen_multi_column.sql
testgen/template/profiling/profile_anomalies_screen_table.sql
testgen/template/profiling/profile_anomalies_screen_table_dates.sql
testgen/template/profiling/profile_anomalies_screen_variants.sql
testgen/template/profiling/profile_anomaly_types_get.sql
testgen/template/profiling/project_get_table_sample_count.sql
testgen/template/profiling/project_profile_run_record_insert.sql
testgen/template/profiling/project_profile_run_record_update.sql
testgen/template/profiling/project_profile_run_record_update_status.sql
testgen/template/profiling/project_update_profile_results_to_estimates.sql
testgen/template/profiling/refresh_anomalies.sql
testgen/template/profiling/refresh_data_chars_from_profiling.sql
testgen/template/profiling/secondary_profiling_columns.sql
testgen/template/profiling/secondary_profiling_delete.sql
testgen/template/profiling/secondary_profiling_update.sql
testgen/template/quick_start/populate_target_data.sql
testgen/template/quick_start/recreate_target_data_schema.sql
testgen/template/quick_start/update_target_data.sql
testgen/template/updates/create_tmp_test_definition.sql
testgen/template/updates/get_test_def_parms.sql
testgen/template/updates/populate_stg_test_definitions.sql
testgen/template/validate_tests/ex_disable_tests_test_definitions.sql
testgen/template/validate_tests/ex_flag_tests_test_definitions.sql
testgen/template/validate_tests/ex_get_project_column_list_generic.sql
testgen/template/validate_tests/ex_get_test_column_list_tg.sql
testgen/template/validate_tests/ex_write_test_val_errors.sql
testgen/ui/__init__.py
testgen/ui/app.py
testgen/ui/bootstrap.py
testgen/ui/session.py
testgen/ui/assets/dk_logo.svg
testgen/ui/assets/question_mark.png
testgen/ui/assets/scripts.js
testgen/ui/assets/style.css
testgen/ui/components/__init__.py
testgen/ui/components/frontend/index.html
testgen/ui/components/frontend/css/KFOlCnqEu92Fr1MmEU9fBBc4.woff2
testgen/ui/components/frontend/css/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2
testgen/ui/components/frontend/css/KFOmCnqEu92Fr1Mu4mxK.woff2
testgen/ui/components/frontend/css/KFOmCnqEu92Fr1Mu7GxKOzY.woff2
testgen/ui/components/frontend/css/material-symbols-rounded.css
testgen/ui/components/frontend/css/material-symbols-rounded.woff2
testgen/ui/components/frontend/css/roboto-font-faces.css
testgen/ui/components/frontend/css/shared.css
testgen/ui/components/frontend/img/dk_logo.svg
testgen/ui/components/frontend/js/main.js
testgen/ui/components/frontend/js/streamlit.js
testgen/ui/components/frontend/js/van.min.js
testgen/ui/components/frontend/js/components/breadcrumbs.js
testgen/ui/components/frontend/js/components/button.js
testgen/ui/components/frontend/js/components/location.js
testgen/ui/components/frontend/js/components/select.js
testgen/ui/components/frontend/js/components/sidebar.js
testgen/ui/components/utils/__init__.py
testgen/ui/components/utils/callbacks.py
testgen/ui/components/utils/component.py
testgen/ui/components/widgets/__init__.py
testgen/ui/components/widgets/breadcrumbs.py
testgen/ui/components/widgets/location.py
testgen/ui/components/widgets/modal.py
testgen/ui/components/widgets/sidebar.py
testgen/ui/navigation/__init__.py
testgen/ui/navigation/menu.py
testgen/ui/navigation/page.py
testgen/ui/navigation/router.py
testgen/ui/queries/__init__.py
testgen/ui/queries/authentication_queries.py
testgen/ui/queries/connection_queries.py
testgen/ui/queries/profiling_queries.py
testgen/ui/queries/project_queries.py
testgen/ui/queries/table_group_queries.py
testgen/ui/queries/test_definition_queries.py
testgen/ui/queries/test_run_queries.py
testgen/ui/queries/test_suite_queries.py
testgen/ui/scripts/__init__.py
testgen/ui/scripts/patch_streamlit.py
testgen/ui/services/__init__.py
testgen/ui/services/authentication_service.py
testgen/ui/services/connection_service.py
testgen/ui/services/database_service.py
testgen/ui/services/form_service.py
testgen/ui/services/javascript_service.py
testgen/ui/services/query_service.py
testgen/ui/services/string_service.py
testgen/ui/services/table_group_service.py
testgen/ui/services/test_definition_service.py
testgen/ui/services/test_run_service.py
testgen/ui/services/test_suite_service.py
testgen/ui/services/toolbar_service.py
testgen/ui/views/__init__.py
testgen/ui/views/app_log_modal.py
testgen/ui/views/connections.py
testgen/ui/views/connections_base.py
testgen/ui/views/login.py
testgen/ui/views/not_found.py
testgen/ui/views/overview.py
testgen/ui/views/profiling_anomalies.py
testgen/ui/views/profiling_details.py
testgen/ui/views/profiling_modal.py
testgen/ui/views/profiling_results.py
testgen/ui/views/profiling_summary.py
testgen/ui/views/project_settings.py
testgen/ui/views/table_groups.py
testgen/ui/views/test_definitions.py
testgen/ui/views/test_results.py
testgen/ui/views/test_runs.py
testgen/ui/views/test_suites.py
testgen/utils/__init__.py
testgen/utils/plugins.py
testgen/utils/singleton.py