LICENSE
MANIFEST.in
README.md
pip-delete-this-directory.txt
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
versioneer.py
examples/integrations/__init__.py
examples/integrations/airflow/__init__.py
examples/integrations/airflow/hooks/__init__.py
examples/integrations/airflow/hooks/db_hook.py
examples/integrations/airflow/hooks/s3_csv_hook.py
examples/integrations/airflow/operators/__init__.py
examples/integrations/airflow/operators/expectation_operator.py
great_expectations/__init__.py
great_expectations/_version.py
great_expectations/exceptions.py
great_expectations/util.py
great_expectations.egg-info/PKG-INFO
great_expectations.egg-info/SOURCES.txt
great_expectations.egg-info/dependency_links.txt
great_expectations.egg-info/entry_points.txt
great_expectations.egg-info/requires.txt
great_expectations.egg-info/top_level.txt
great_expectations/cli/__init__.py
great_expectations/cli/cli.py
great_expectations/cli/datasource.py
great_expectations/cli/init_messages.py
great_expectations/cli/util.py
great_expectations/data_asset/__init__.py
great_expectations/data_asset/data_asset.py
great_expectations/data_asset/file_data_asset.py
great_expectations/data_asset/util.py
great_expectations/data_context/__init__.py
great_expectations/data_context/data_context.py
great_expectations/data_context/templates.py
great_expectations/data_context/util.py
great_expectations/data_context/store/__init__.py
great_expectations/data_context/store/data_snapshot_store.py
great_expectations/data_context/store/evaluation_parameter_store.py
great_expectations/data_context/store/namespaced_read_write_store.py
great_expectations/data_context/store/store.py
great_expectations/data_context/store/store_backend.py
great_expectations/data_context/types/__init__.py
great_expectations/data_context/types/base.py
great_expectations/data_context/types/base_resource_identifiers.py
great_expectations/data_context/types/metrics.py
great_expectations/data_context/types/resource_identifiers.py
great_expectations/dataset/__init__.py
great_expectations/dataset/dataset.py
great_expectations/dataset/pandas_dataset.py
great_expectations/dataset/sparkdf_dataset.py
great_expectations/dataset/sqlalchemy_dataset.py
great_expectations/dataset/util.py
great_expectations/datasource/__init__.py
great_expectations/datasource/datasource.py
great_expectations/datasource/dbt_datasource.py
great_expectations/datasource/pandas_datasource.py
great_expectations/datasource/sparkdf_datasource.py
great_expectations/datasource/sqlalchemy_datasource.py
great_expectations/datasource/util.py
great_expectations/datasource/generator/__init__.py
great_expectations/datasource/generator/batch_generator.py
great_expectations/datasource/generator/databricks_generator.py
great_expectations/datasource/generator/glob_reader_generator.py
great_expectations/datasource/generator/in_memory_generator.py
great_expectations/datasource/generator/query_generator.py
great_expectations/datasource/generator/s3_generator.py
great_expectations/datasource/generator/subdir_reader_generator.py
great_expectations/datasource/generator/table_generator.py
great_expectations/datasource/types/__init__.py
great_expectations/datasource/types/batch_kwargs.py
great_expectations/datasource/types/reader_methods.py
great_expectations/init_notebooks/create_expectations.ipynb
great_expectations/init_notebooks/integrate_validation_into_pipeline.ipynb
great_expectations/jupyter_ux/__init__.py
great_expectations/jupyter_ux/expectation_explorer.py
great_expectations/profile/__init__.py
great_expectations/profile/base.py
great_expectations/profile/basic_dataset_profiler.py
great_expectations/profile/columns_exist.py
great_expectations/profile/metrics_store.py
great_expectations/profile/metrics_utils.py
great_expectations/profile/multi_batch_validation_meta_analysis.py
great_expectations/render/__init__.py
great_expectations/render/util.py
great_expectations/render/renderer/__init__.py
great_expectations/render/renderer/column_section_renderer.py
great_expectations/render/renderer/other_section_renderer.py
great_expectations/render/renderer/page_renderer.py
great_expectations/render/renderer/renderer.py
great_expectations/render/renderer/site_builder.py
great_expectations/render/renderer/site_index_page_renderer.py
great_expectations/render/renderer/slack_renderer.py
great_expectations/render/renderer/content_block/__init__.py
great_expectations/render/renderer/content_block/bullet_list_content_block.py
great_expectations/render/renderer/content_block/content_block.py
great_expectations/render/renderer/content_block/exception_list_content_block.py
great_expectations/render/renderer/content_block/expectation_string.py
great_expectations/render/renderer/content_block/profiling_overview_table_content_block.py
great_expectations/render/renderer/content_block/validation_results_table_content_block.py
great_expectations/render/types/__init__.py
great_expectations/render/view/__init__.py
great_expectations/render/view/view.py
great_expectations/render/view/templates/breadcrumbs.j2
great_expectations/render/view/templates/bullet_list.j2
great_expectations/render/view/templates/component.j2
great_expectations/render/view/templates/content_block_header.j2
great_expectations/render/view/templates/ge_info.j2
great_expectations/render/view/templates/graph.j2
great_expectations/render/view/templates/header.j2
great_expectations/render/view/templates/index_page.j2
great_expectations/render/view/templates/navbar.j2
great_expectations/render/view/templates/page.j2
great_expectations/render/view/templates/section.j2
great_expectations/render/view/templates/string_template.j2
great_expectations/render/view/templates/table.j2
great_expectations/render/view/templates/text.j2
great_expectations/render/view/templates/value_list.j2
great_expectations/types/__init__.py
great_expectations/types/base.py
great_expectations/types/configurations.py
great_expectations/types/expectations.py
great_expectations/validation_operators/__init__.py
great_expectations/validation_operators/actions.py
great_expectations/validation_operators/util.py
great_expectations/validation_operators/validation_operators.py
tests/__init__.py
tests/build_index_page.py
tests/conftest.py
tests/test_autoinspect.py
tests/test_cli.py
tests/test_configs.py
tests/test_data_asset.py
tests/test_data_asset_util.py
tests/test_dataset.py
tests/test_dataset_util.py
tests/test_expectation_decorators.py
tests/test_filedata_asset.py
tests/test_filedata_asset_expectations.py
tests/test_ge_utils.py
tests/test_great_expectations.py
tests/test_jupyter_ux.py
tests/test_pandas_dataset.py
tests/test_parameter_substitution.py
tests/test_utils.py
tests/actions/__init__.py
tests/actions/test_core_actions.py
tests/actions/test_validation_operators.py
tests/actions/test_validation_operators_in_data_context.py
tests/column_aggregate_expectations_distributional/__init__.py
tests/data_context/__init__.py
tests/data_context/conftest.py
tests/data_context/test_configuration_storage.py
tests/data_context/test_data_context.py
tests/data_context/test_data_context_config_errors.py
tests/data_context/test_data_context_config_variables.py
tests/data_context/test_data_context_store_configs.py
tests/data_context/test_data_context_types.py
tests/data_context/test_data_context_utils.py
tests/data_context/fixtures/bad_yml/great_expectations.yml
tests/data_context/fixtures/invalid_config_version/great_expectations.yml
tests/data_context/fixtures/invalid_top_level_key/great_expectations.yml
tests/data_context/fixtures/invalid_top_level_value_type/great_expectations.yml
tests/data_context/fixtures/missing_top_level_key/great_expectations.yml
tests/data_context/fixtures/old_config_version/great_expectations.yml
tests/data_context/fixtures/post_init_project_v0.8.0_A/data/bob-ross/README.md
tests/data_context/fixtures/post_init_project_v0.8.0_A/data/bob-ross/cluster-paintings.py
tests/data_context/fixtures/post_init_project_v0.8.0_A/data/bob-ross/elements-by-episode.csv
tests/data_context/fixtures/post_init_project_v0.8.0_A/great_expectations/.gitignore
tests/data_context/fixtures/post_init_project_v0.8.0_A/great_expectations/great_expectations.yml
tests/data_context/fixtures/post_init_project_v0.8.0_A/great_expectations/expectations/data__dir/default/bob-ross/BasicDatasetProfiler.json
tests/data_context/fixtures/post_init_project_v0.8.0_A/great_expectations/expectations/data__dir/default/bob-ross/failure.json
tests/data_context/fixtures/post_init_project_v0.8.0_A/great_expectations/expectations/data__dir/default/bob-ross/quarantine.json
tests/data_context/fixtures/post_init_project_v0.8.0_A/great_expectations/expectations/data__dir/default/bob-ross/warning.json
tests/data_context/fixtures/post_init_project_v0.8.0_A/great_expectations/notebooks/create_expectations.ipynb
tests/data_context/fixtures/post_init_project_v0.8.0_A/great_expectations/notebooks/integrate_validation_into_pipeline.ipynb
tests/data_context/fixtures/post_init_project_v0.8.0_A/great_expectations/uncommitted/documentation/local_site/index.html
tests/data_context/fixtures/post_init_project_v0.8.0_A/great_expectations/uncommitted/documentation/local_site/expectations/data__dir/default/bob-ross/BasicDatasetProfiler.html
tests/data_context/fixtures/post_init_project_v0.8.0_A/great_expectations/uncommitted/documentation/local_site/profiling/data__dir/default/bob-ross/BasicDatasetProfiler.html
tests/data_context/fixtures/post_init_project_v0.8.0_A/great_expectations/uncommitted/documentation/team_site/index.html
tests/data_context/fixtures/post_init_project_v0.8.0_A/great_expectations/uncommitted/documentation/team_site/expectations/data__dir/default/bob-ross/BasicDatasetProfiler.html
tests/data_context/fixtures/post_init_project_v0.8.0_A/great_expectations/uncommitted/validations/profiling/data__dir/default/bob-ross/BasicDatasetProfiler.json
tests/data_context/fixtures/version_zero/great_expectations.yml
tests/data_context/output/data_docs/local_site/index.html
tests/data_context/output/data_docs/local_site/expectations/random/default/f1/BasicDatasetProfiler.html
tests/data_context/output/data_docs/local_site/expectations/random/default/f2/BasicDatasetProfiler.html
tests/data_context/output/data_docs/local_site/expectations/titanic/default/Titanic/BasicDatasetProfiler.html
tests/data_context/output/data_docs/local_site/validations/profiling/random/default/f1/BasicDatasetProfiler.html
tests/data_context/output/data_docs/local_site/validations/profiling/random/default/f2/BasicDatasetProfiler.html
tests/data_context/output/data_docs/local_site/validations/profiling/titanic/default/Titanic/BasicDatasetProfiler.html
tests/data_context/output/documentation/local_site/index.html
tests/data_context/output/documentation/local_site/expectations/random/default/f1/BasicDatasetProfiler.html
tests/data_context/output/documentation/local_site/expectations/random/default/f2/BasicDatasetProfiler.html
tests/data_context/output/documentation/local_site/expectations/titanic/default/Titanic/BasicDatasetProfiler.html
tests/data_context/output/documentation/local_site/validations/profiling/random/default/f1/BasicDatasetProfiler.html
tests/data_context/output/documentation/local_site/validations/profiling/random/default/f2/BasicDatasetProfiler.html
tests/data_context/output/documentation/local_site/validations/profiling/titanic/default/Titanic/BasicDatasetProfiler.html
tests/data_context/output/documentation/team_site/index.html
tests/data_context/output/documentation/team_site/expectations/random/default/f1/BasicDatasetProfiler.html
tests/data_context/output/documentation/team_site/expectations/random/default/f2/BasicDatasetProfiler.html
tests/data_context/output/documentation/team_site/expectations/titanic/default/Titanic/BasicDatasetProfiler.html
tests/dataset/__init__.py
tests/dataset/test_util.py
tests/datasource/__init__.py
tests/datasource/test_batch_generators.py
tests/datasource/test_batch_kwargs.py
tests/datasource/test_pandas_datasource.py
tests/datasource/test_sparkdf_datasource.py
tests/datasource/test_sqlalchemy_datasource.py
tests/datasource/generator/__init__.py
tests/datasource/generator/test_batch_generator.py
tests/datasource/generator/test_glob_reader_generator.py
tests/datasource/generator/test_query_generator.py
tests/datasource/generator/test_s3_generator.py
tests/datasource/generator/test_subdir_reader_generator.py
tests/datasource/generator/test_table_generator.py
tests/profile/__init__.py
tests/profile/test_multi_batch_validation_meta_analysis.py
tests/profile/test_profile.py
tests/render/test_SlackRenderer.py
tests/render/test_column_section_renderer.py
tests/render/test_data_documentation_site_builder.py
tests/render/test_default_jinja_view.py
tests/render/test_page_renderer.py
tests/render/test_render.py
tests/render/test_render_BulletListContentBlock.py
tests/render/test_render_ExceptionListContentBlockRenderer.py
tests/render/test_render_ValidationResultsTableContentBlockRenderer.py
tests/render/test_renderer.py
tests/render/test_styled_string_template.py
tests/render/fixtures/BasicDatasetProfiler_evrs.json
tests/render/fixtures/BasicDatasetProfiler_evrs_with_exception.json
tests/render/fixtures/BasicDatasetProfiler_expectations.json
tests/render/fixtures/BasicDatasetProfiler_expectations_with_distribution.json
tests/render/output/.gitkeep
tests/render/output/test_SiteSectionBuilder.html
tests/render/output/test_full_oobe_flow.html
tests/render/output/test_render_bullet_list_content_block.json
tests/render/output/test_render_descriptive_column_section_renderer__Age.json
tests/render/output/test_render_descriptive_column_section_renderer__Name.json
tests/render/output/test_render_descriptive_column_section_renderer__PClass.json
tests/render/output/test_render_descriptive_column_section_renderer__Sex.json
tests/render/output/test_render_descriptive_column_section_renderer__SexCode.json
tests/render/output/test_render_descriptive_column_section_renderer__Survived.json
tests/render/output/test_render_descriptive_column_section_renderer_with_exception.html
tests/render/output/test_render_descriptive_page_renderer.json
tests/render/output/test_render_descriptive_page_view.html
tests/render/output/test_render_expectation_suite_column_section_rendererAge.json
tests/render/output/test_render_expectation_suite_column_section_rendererName.json
tests/render/output/test_render_expectation_suite_column_section_rendererPClass.json
tests/render/output/test_render_expectation_suite_column_section_rendererSex.json
tests/render/output/test_render_expectation_suite_column_section_rendererSexCode.json
tests/render/output/test_render_expectation_suite_column_section_rendererSurvived.json
tests/render/output/test_render_expectation_suite_column_section_rendererUnnamed_ 0.json
tests/render/output/test_render_prescriptive_column_section_rendererAge.json
tests/render/output/test_render_prescriptive_column_section_rendererName.json
tests/render/output/test_render_prescriptive_column_section_rendererPClass.json
tests/render/output/test_render_prescriptive_column_section_rendererSex.json
tests/render/output/test_render_prescriptive_column_section_rendererSexCode.json
tests/render/output/test_render_prescriptive_column_section_rendererSurvived.json
tests/render/output/test_render_profiled_fixture_evrs.html
tests/render/output/test_render_profiled_fixture_expectation_suite.html
tests/render/output/test_render_profiled_fixture_expectations.html
tests/render/output/test_render_profiling_results.html
tests/render/output/test_render_profiling_results_column_section_renderer__Age.json
tests/render/output/test_render_profiling_results_column_section_renderer__Name.json
tests/render/output/test_render_profiling_results_column_section_renderer__PClass.json
tests/render/output/test_render_profiling_results_column_section_renderer__Sex.json
tests/render/output/test_render_profiling_results_column_section_renderer__SexCode.json
tests/render/output/test_render_profiling_results_column_section_renderer__Survived.json
tests/render/output/test_render_profiling_results_column_section_renderer__Unnamed_ 0.json
tests/render/output/test_render_profiling_results_column_section_renderer_with_exception.html
tests/render/output/test_render_profiling_results_page_renderer.json
tests/render/output/test_render_validation_results.html
tests/render/output/test_render_validation_results_column_section_renderer__Age.json
tests/render/output/test_render_validation_results_column_section_renderer__Name.json
tests/render/output/test_render_validation_results_column_section_renderer__PClass.json
tests/render/output/test_render_validation_results_column_section_renderer__Sex.json
tests/render/output/test_render_validation_results_column_section_renderer__SexCode.json
tests/render/output/test_render_validation_results_column_section_renderer__Survived.json
tests/render/output/test_render_validation_results_column_section_renderer__Unnamed_ 0.json
tests/render/output/test_render_validation_results_page_renderer.json
tests/render/output/titanic_dataset_profiler_expectation_suite_with_distribution.html
tests/render/output/titanic_dataset_profiler_expectations_with_distribution.html
tests/render/output/documentation/local_site/index.html
tests/render/output/documentation/local_site/expectations/titanic/default/Titanic/BasicDatasetProfiler.html
tests/render/output/documentation/local_site/validations/profiling/titanic/default/Titanic/BasicDatasetProfiler.html
tests/render/output/documentation/local_site/validations/test_run_id_12345/titanic/default/Titanic/BasicDatasetProfiler.html
tests/render/renderer/__init__.py
tests/render/renderer/content_block/__init__.py
tests/render/renderer/content_block/test_expectation_string_renderer.py
tests/sqlalchemy_dataset/__init__.py
tests/sqlalchemy_dataset/test_sqlalchemydataset.py
tests/store/__init__.py
tests/store/test_html_site_store.py
tests/store/test_new_stores.py
tests/store/test_store_backends.py
tests/store/test_validation_store.py
tests/test_dataset_implementations/__init__.py
tests/test_dataset_implementations/test_dataset_implementations.json
tests/test_dataset_implementations/test_dataset_implementations.py
tests/test_definitions/__init__.py
tests/test_definitions/test_expectations.py
tests/test_definitions/column_aggregate_expectations/expect_column_distinct_values_to_be_in_set.json
tests/test_definitions/column_aggregate_expectations/expect_column_distinct_values_to_contain_set.json
tests/test_definitions/column_aggregate_expectations/expect_column_distinct_values_to_equal_set.json
tests/test_definitions/column_aggregate_expectations/expect_column_max_to_be_between.json
tests/test_definitions/column_aggregate_expectations/expect_column_mean_to_be_between.json
tests/test_definitions/column_aggregate_expectations/expect_column_median_to_be_between.json
tests/test_definitions/column_aggregate_expectations/expect_column_min_to_be_between.json
tests/test_definitions/column_aggregate_expectations/expect_column_most_common_value_to_be_in_set.json
tests/test_definitions/column_aggregate_expectations/expect_column_proportion_of_unique_values_to_be_between.json
tests/test_definitions/column_aggregate_expectations/expect_column_quantile_values_to_be_between.json
tests/test_definitions/column_aggregate_expectations/expect_column_stdev_to_be_between.json
tests/test_definitions/column_aggregate_expectations/expect_column_sum_to_be_between.json
tests/test_definitions/column_aggregate_expectations/expect_column_unique_value_count_to_be_between.json
tests/test_definitions/column_distributional_expectations/expect_column_chisquare_test_p_value_to_be_greater_than.json
tests/test_definitions/column_distributional_expectations/expect_column_kl_divergence_to_be_less_than.json
tests/test_definitions/column_distributional_expectations/expect_column_parameterized_distribution_ks_test_p_value_to_be_greater_than.json
tests/test_definitions/column_distributional_expectations/test_expect_column_bootstrapped_ks_test_p_value_to_be_greater_than.json
tests/test_definitions/column_map_expectations/expect_column_value_lengths_to_be_between.json
tests/test_definitions/column_map_expectations/expect_column_value_lengths_to_equal.json
tests/test_definitions/column_map_expectations/expect_column_values_to_be_between.json
tests/test_definitions/column_map_expectations/expect_column_values_to_be_decreasing.json
tests/test_definitions/column_map_expectations/expect_column_values_to_be_in_set.json
tests/test_definitions/column_map_expectations/expect_column_values_to_be_in_type_list.json
tests/test_definitions/column_map_expectations/expect_column_values_to_be_increasing.json
tests/test_definitions/column_map_expectations/expect_column_values_to_be_null.json
tests/test_definitions/column_map_expectations/expect_column_values_to_be_of_type.json
tests/test_definitions/column_map_expectations/expect_column_values_to_be_unique.json
tests/test_definitions/column_map_expectations/expect_column_values_to_match_json_schema.json
tests/test_definitions/column_map_expectations/expect_column_values_to_match_regex.json
tests/test_definitions/column_map_expectations/expect_column_values_to_match_regex_list.json
tests/test_definitions/column_map_expectations/expect_column_values_to_match_strftime_format.json
tests/test_definitions/column_map_expectations/expect_column_values_to_not_be_in_set.json
tests/test_definitions/column_map_expectations/expect_column_values_to_not_be_null.json
tests/test_definitions/column_map_expectations/expect_column_values_to_not_match_regex.json
tests/test_definitions/column_map_expectations/expect_column_values_to_not_match_regex_list.json
tests/test_definitions/column_pair_map_expectations/expect_column_pair_values_A_to_be_greater_than_B.json
tests/test_definitions/column_pair_map_expectations/expect_column_pair_values_to_be_equal.json
tests/test_definitions/column_pair_map_expectations/expect_column_pair_values_to_be_in_set.json
tests/test_definitions/multicolumn_map_expectations/expect_multicolumn_values_to_be_unique.json
tests/test_definitions/other_expectations/expect_column_to_exist.json
tests/test_definitions/other_expectations/expect_table_column_count_to_be_between.json
tests/test_definitions/other_expectations/expect_table_column_count_to_equal.json
tests/test_definitions/other_expectations/expect_table_columns_to_match_ordered_list_test_set.json
tests/test_definitions/other_expectations/expect_table_row_count_to_be_between.json
tests/test_definitions/other_expectations/expect_table_row_count_to_equal.json
tests/test_definitions/other_expectations/expect_this_test_to_be_suppressed.json
tests/test_fixtures/custom_pandas_dataset.py
tests/test_fixtures/custom_sparkdf_dataset.py
tests/test_fixtures/custom_sqlalchemy_dataset.py
tests/test_fixtures/distributional_expectations_partition_fixtures.py
tests/test_fixtures/fixed_distribution_data.py
tests/test_fixtures/great_expectations_basic.yml
tests/test_fixtures/great_expectations_basic_with_variables.yml
tests/test_fixtures/great_expectations_basic_without_config_variables_filepath.yml
tests/test_fixtures/great_expectations_site_builder.yml
tests/test_fixtures/great_expectations_titanic.yml
tests/test_fixtures/expectation_suites/parameterized_expectation_suite_fixture.json
tests/test_fixtures/rendering_fixtures/evr_suite_1.json
tests/test_fixtures/rendering_fixtures/evr_suite_3.json
tests/test_fixtures/rendering_fixtures/expectation_suite_3.json
tests/test_fixtures/rendering_fixtures/expectations_suite_1.json
tests/test_fixtures/rendering_fixtures/expectations_suite_2.json
tests/test_plugins/__init__.py
tests/test_plugins/fake_actions.py
tests/test_plugins/fake_configs.py
tests/test_sets/Titanic.csv
tests/test_sets/Titanic.parquet
tests/test_sets/Titanic_multi_sheet.xlsx
tests/test_sets/distributional_expectations_data_base.csv
tests/test_sets/distributional_expectations_data_base.json
tests/test_sets/distributional_expectations_data_test.csv
tests/test_sets/distributional_expectations_data_test.json
tests/test_sets/expected_cli_results_custom.json
tests/test_sets/expected_cli_results_default.json
tests/test_sets/expected_evrs_BasicDatasetProfiler_on_titanic.json
tests/test_sets/fixed_distributional_test_dataset.csv
tests/test_sets/fixed_distributional_test_dataset.json
tests/test_sets/invalid_json_file.json
tests/test_sets/json_test1_against_schema.json
tests/test_sets/json_test2_against_schema.json
tests/test_sets/nested_test_json_data_file.json
tests/test_sets/null_file.csv
tests/test_sets/same_column_names.csv
tests/test_sets/sample_schema.json
tests/test_sets/strf_test.csv
tests/test_sets/test_json_data_file.json
tests/test_sets/test_partition_serialized_infinity_bins.json
tests/test_sets/test_partitions.json
tests/test_sets/test_partitions_definition_fixture.json
tests/test_sets/titanic_custom_expectations.json
tests/test_sets/titanic_evaluation_parameters.json
tests/test_sets/titanic_expectations.json
tests/test_sets/titanic_expected_data_asset_validate_results.json
tests/test_sets/titanic_parameterized_expectations.json
tests/test_sets/toy_data_complete.csv
tests/test_sets/toy_data_incomplete.csv
tests/test_sets/unicode.csv
tests/test_sets/white_space.txt
tests/types/test_base_types.py
tests/types/test_expectation_types.py
tests/types/test_resource_identifiers.py