LICENSE
MANIFEST.in
README.md
requirements-dev.txt
requirements.txt
setup.cfg
setup.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/exceptions.py
great_expectations/util.py
great_expectations/version.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.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/expectation_explorer.py
great_expectations/data_context/util.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_source.py
great_expectations/datasource/pandas_source.py
great_expectations/datasource/spark_source.py
great_expectations/datasource/sqlalchemy_source.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/filesystem_path_generator.py
great_expectations/datasource/generator/in_memory_generator.py
great_expectations/datasource/generator/query_generator.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/profile/__init__.py
great_expectations/profile/base.py
great_expectations/profile/basic_dataset_profiler.py
great_expectations/profile/columns_exist.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/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/table_content_block.py
great_expectations/render/renderer/content_block/value_list_content_block.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/component.j2
great_expectations/render/view/templates/ge_info.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
tests/__init__.py
tests/conftest.py
tests/test_autoinspect.py
tests/test_cli.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_profile.py
tests/test_slack.py
tests/test_utils.py
tests/column_aggregate_expectations_distributional/__init__.py
tests/data_context/__init__.py
tests/data_context/test_configuration_storage.py
tests/data_context/test_data_context.py
tests/data_context/output/documentation/index.html
tests/data_context/output/documentation/random/default/f1/2019-08-02T175019.659420Z-BasicDatasetProfiler.html
tests/data_context/output/documentation/random/default/f1/BasicDatasetProfiler.html
tests/data_context/output/documentation/random/default/f2/2019-08-02T175019.659420Z-BasicDatasetProfiler.html
tests/data_context/output/documentation/random/default/f2/BasicDatasetProfiler.html
tests/data_context/output/documentation/titanic/default/Titanic/2019-08-02T175019.495089Z-BasicDatasetProfiler.html
tests/data_context/output/documentation/titanic/default/Titanic/BasicDatasetProfiler.html
tests/datasource/__init__.py
tests/datasource/test_batch_generators.py
tests/datasource/test_datasources.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_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_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_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_expectations.html
tests/render/output/titanic_dataset_profiler_expectations_with_distribution.html
tests/sqlalchemy_dataset/__init__.py
tests/sqlalchemy_dataset/test_sqlalchemydataset.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_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_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_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_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/expect_column_values_to_be_between_test_set.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/expected_results_20180303.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_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