MCPcopy Create free account

hub / github.com/fivetran/great_expectations / functions

Functions4,558 in github.com/fivetran/great_expectations

↓ 2 callersMethod_render_validation_header
(cls, validation_results)
great_expectations/render/renderer/page_renderer.py:263
↓ 2 callersMethod_render_validation_info
(cls, validation_results)
great_expectations/render/renderer/page_renderer.py:342
↓ 2 callersMethod_render_validation_statistics
(cls, validation_results)
great_expectations/render/renderer/page_renderer.py:498
↓ 2 callersMethod_render_variable_types
(cls, evrs, content_blocks)
great_expectations/render/renderer/profiling_results_overview_section_renderer.py:125
↓ 2 callersMethod_run_validator
( self, validator_func, output, *, original_data, error_store,
great_expectations/marshmallow__shade/schema.py:771
↓ 2 callersFunction_should_hide_input
This is a workaround to help identify Windows and adjust the prompts accordingly since hidden prompts may freeze in certain Windows terminals
great_expectations/cli/datasource.py:593
↓ 2 callersMethod_store_metrics
requested_metrics is a dictionary like this: requested_metrics: *: # The asterisk here matches *any* expectat
great_expectations/data_context/data_context.py:2027
↓ 2 callersFunction_suite_new
( suite: str, directory: str, empty: bool, jupyter: bool, view: bool, batch_kwargs,
great_expectations/cli/suite.py:290
↓ 2 callersMethod_test_collection
(self, value)
great_expectations/marshmallow__shade/fields.py:566
↓ 2 callersMethod_upgrade_store_backend
(self, store_backend, store_name=None, site_name=None)
great_expectations/cli/upgrade_helpers/upgrade_helper_v11.py:187
↓ 2 callersMethod_validate_batch_request
(self, batch_request: BatchRequest)
great_expectations/datasource/new_datasource.py:285
↓ 2 callersMethod_validate_key
(self, key)
great_expectations/data_context/store/html_site_store.py:292
↓ 2 callersMethod_validate_sorters_configuration
(self, data_asset_name: Optional[str] = None)
great_expectations/datasource/data_connector/file_path_data_connector.py:266
↓ 2 callersFunction_verify_postgresql_dependent_modules
()
great_expectations/cli/datasource.py:1381
↓ 2 callersMethodadd_citation
( self, comment, batch_kwargs=None, batch_markers=None, batch_paramete
great_expectations/core/expectation_suite.py:79
↓ 2 callersMethodadd_datasource
Add a new datasource to the data context, with configuration provided as kwargs. Args: name: the name for the new datasource to ad
great_expectations/data_context/data_context.py:1646
↓ 2 callersMethodanonymize_datasource_info
(self, name, config)
great_expectations/core/usage_statistics/anonymizers/datasource_anonymizer.py:22
↓ 2 callersMethodanonymize_site_builder_info
(self, site_builder_config)
great_expectations/core/usage_statistics/anonymizers/site_builder_anonymizer.py:18
↓ 2 callersMethodanonymize_store_backend_info
( self, store_backend_obj=None, store_backend_object_config=None )
great_expectations/core/usage_statistics/anonymizers/store_backend_anonymizer.py:28
↓ 2 callersFunctionassert_how_to_buttons
Helper function to assert presence or non-presence of how-to buttons and related content in various Data Docs pages.
tests/render/test_data_documentation_site_builder.py:22
↓ 2 callersMethodattempt_allowing_relative_error
Subclasses can override this method if the respective data source (e.g., Redshift) supports "approximate" mode. In certain cases (e.g
great_expectations/dataset/dataset.py:4778
↓ 2 callersMethodattempt_allowing_relative_error
(self)
great_expectations/dataset/sqlalchemy_dataset.py:605
↓ 2 callersMethodbuild
Build a Checkpoint.
great_expectations/checkpoint/configurator.py:106
↓ 2 callersMethodbuild_batch_spec
Builds batch_spec from batch_definition by generating batch_spec params and adding any pass_through params Args: batch_d
great_expectations/datasource/data_connector/data_connector.py:104
↓ 2 callersMethodbuild_batch_spec
Build BatchSpec from batch_definition by calling DataConnector's build_batch_spec function. Args: batch_definition (Batc
great_expectations/datasource/data_connector/configured_asset_s3_data_connector.py:93
↓ 2 callersFunctionbuild_test_backends_list
(metafunc)
tests/conftest.py:124
↓ 2 callersFunctionbuild_test_backends_list
( include_pandas=True, include_spark=True, include_sqlalchemy=True, include_postgresql=False,
great_expectations/expectations/self_check_util.py:1659
↓ 2 callersFunctioncheck_json_test_result
(test, result, data_asset=None)
tests/test_utils.py:1230
↓ 2 callersFunctioncheck_json_test_result
(test, result, data_asset=None)
great_expectations/expectations/self_check_util.py:1190
↓ 2 callersFunctioncheck_sql_engine_dialect
( actual_sql_engine_dialect: Any, candidate_sql_engine_dialect: Any, )
great_expectations/execution_engine/util.py:514
↓ 2 callersFunctioncheck_sql_engine_dialect
( actual_sql_engine_dialect: Any, candidate_sql_engine_dialect: Any, )
great_expectations/dataset/util.py:629
↓ 2 callersMethodclean_site
(self)
great_expectations/data_context/store/html_site_store.py:343
↓ 2 callersMethodclean_site
(self)
great_expectations/render/renderer/site_builder.py:269
↓ 2 callersFunctioncolumn_reflection_fallback
If we can't reflect the table, use a query to at least get column names.
great_expectations/expectations/metrics/util.py:215
↓ 2 callersFunctiondataset_sample_data
(test_backend)
tests/conftest.py:2149
↓ 2 callersFunctiondelete_config_from_filesystem
( configuration_store_class_name: str, configuration_store_module_name: str, store_name: str,
tests/test_utils.py:1662
↓ 2 callersMethoddump
Serialize an object to native Python data types according to this Schema's fields. :param obj: The object to serialize. :para
great_expectations/marshmallow__shade/schema.py:533
↓ 2 callersMethodexception_expectation
( self, result_format=None, include_config=True, catch_exceptions=None, meta=None )
tests/data_asset/test_expectation_decorators.py:30
↓ 2 callersFunctionexecute_shell_command
Wrap subprocess command in a try/except block to provide a convenient method for pip installing dependencies. :param command: bash command -
assets/scripts/build_gallery.py:23
↓ 2 callersFunctionexecute_shell_command_with_progress_polling
Execute a shell (bash in the present case) command from inside Python program with polling (to enable progress bar). :param command: bash co
great_expectations/cli/python_subprocess.py:63
↓ 2 callersMethodexpect_column_pair_values_A_to_be_greater_than_B
Expect values in column A to be greater than column B. Args: column_A (str): The first column name column_B
great_expectations/dataset/dataset.py:4489
↓ 2 callersMethodexpect_column_unique_value_count_to_be_between
Expect the number of unique values to be between a minimum value and a maximum value. expect_column_unique_value_count_to_be_between is a \
great_expectations/dataset/dataset.py:3054
↓ 2 callersMethodexpect_column_value_lengths_to_equal
Expect column entries to be strings with length equal to the provided value. This expectation only works for string-type values. Invoking it
great_expectations/dataset/dataset.py:1700
↓ 2 callersMethodexpect_compound_columns_to_be_unique
( self, column_list, mostly=None, ignore_row_if="all_values_are_missing",
great_expectations/dataset/pandas_dataset.py:1938
↓ 2 callersMethodexpect_file_to_exist
Checks to see if a file specified by the user actually exists Args: filepath (str or None): \ The filepa
great_expectations/data_asset/file_data_asset.py:512
↓ 2 callersMethodexpectation
Manages configuration and running of expectation objects. Expectation builds and saves a new expectation configuration to the DataAsset objec
great_expectations/data_asset/data_asset.py:143
↓ 2 callersMethodfail
Helper method that raises a `ValidationError` with an error message from ``self.error_messages``. .. deprecated:: 3.0.0 U
great_expectations/marshmallow__shade/fields.py:259
↓ 2 callersMethodfrom_dataset
This base implementation naively passes arguments on to the real constructor, which is suitable really when a constructor knows to take its ow
great_expectations/dataset/dataset.py:247
↓ 2 callersMethodfrom_fixed_length_tuple
(cls, tuple_)
great_expectations/core/metric.py:77
↓ 2 callersMethodgenerate_expectation_result_detail_widgets
(self, result=None)
great_expectations/jupyter_ux/expectation_explorer.py:1723
↓ 2 callersMethodgenerate_expectation_suite_editor_widgets
(self, data_asset, expectation_suite)
great_expectations/jupyter_ux/expectation_explorer.py:1939
↓ 2 callersMethodgenerate_expectation_type_widget
(self, expectation_type)
great_expectations/jupyter_ux/expectation_explorer.py:1670
↓ 2 callersFunctiongenerate_new_data
(seed)
tests/test_fixtures/distributional_expectations_partition_fixtures.py:22
↓ 2 callersMethodgenerate_radio_buttons_widget
( self, value, options=None, description="", description_tooltip="" )
great_expectations/jupyter_ux/expectation_explorer.py:475
↓ 2 callersMethodgenerate_text_area_widget
( self, value, description="", description_tooltip="", continuous_upda
great_expectations/jupyter_ux/expectation_explorer.py:433
↓ 2 callersMethodget_available_data_asset_names
(self)
great_expectations/datasource/batch_kwargs_generator/table_batch_kwargs_generator.py:199
↓ 2 callersMethodget_available_partition_ids
(self, generator_asset=None, data_asset_name=None)
great_expectations/datasource/batch_kwargs_generator/glob_reader_batch_kwargs_generator.py:122
↓ 2 callersMethodget_available_partition_ids
Applies the current _partitioner to the batches available on data_asset_name and returns a list of valid partition_id strings that ca
great_expectations/datasource/batch_kwargs_generator/batch_kwargs_generator.py:191
↓ 2 callersMethodget_available_partition_ids
(self, generator_asset=None, data_asset_name=None)
great_expectations/datasource/batch_kwargs_generator/manual_batch_kwargs_generator.py:80
↓ 2 callersMethodget_batch_from_batch_definition
Note: this method should *not* be used when getting a Batch from a BatchRequest, since it does not capture BatchRequest metadata.
great_expectations/datasource/new_datasource.py:59
↓ 2 callersMethodget_binned_values
Get binned values of series. Args: Series (pd.Series): Input series bins (list): Bins for th
great_expectations/dataset/pandas_dataset.py:556
↓ 2 callersMethodget_column_count
Returns: int, table column count
great_expectations/dataset/dataset.py:256
↓ 2 callersMethodget_column_count_in_range
Returns: int
great_expectations/dataset/dataset.py:398
↓ 2 callersMethodget_column_expectations
Return a list of column map expectations.
great_expectations/core/expectation_suite.py:195
↓ 2 callersMethodget_column_hist
Get a histogram of column values Args: column: the column for which to generate the histogram bins (tuple): the bins t
great_expectations/dataset/dataset.py:389
↓ 2 callersMethodget_column_median
Returns: Any
great_expectations/dataset/dataset.py:309
↓ 2 callersMethodget_column_unique_count
Returns: int
great_expectations/dataset/dataset.py:301
↓ 2 callersMethodget_column_value_counts
(self, column, sort="value", collate=None)
great_expectations/dataset/pandas_dataset.py:465
↓ 2 callersFunctionget_datetime_string_from_strftime_format
This utility function takes a string with strftime format elements and substitutes those elements using either the provided datetime_obj or c
great_expectations/core/util.py:314
↓ 2 callersMethodget_domain_kwargs
( self, configuration: Optional[ExpectationConfiguration] = None )
great_expectations/expectations/expectation.py:556
↓ 2 callersMethodget_engine
(self, connection_string)
tests/test_utils.py:174
↓ 2 callersMethodget_engine
(self, connection_string)
great_expectations/expectations/self_check_util.py:192
↓ 2 callersFunctionget_filesystem_one_level_directory_glob_path_list
List file names, relative to base_directory_path one level deep, with expansion specified by glob_directive. :param base_directory_path -- ba
great_expectations/datasource/data_connector/util.py:270
↓ 2 callersMethodget_init_kwargs
(self)
great_expectations/dataset/sqlalchemy_dataset.py:132
↓ 2 callersMethodget_json_dict
(self)
great_expectations/core/batch.py:235
↓ 2 callersMethodget_parser
(self)
great_expectations/core/evaluation_parameters.py:84
↓ 2 callersMethodget_partition_key
(self, batch_definition: BatchDefinition)
great_expectations/datasource/data_connector/sorter/custom_list_sorter.py:39
↓ 2 callersMethodget_raw_configuration
(self)
great_expectations/core/expectation_configuration.py:830
↓ 2 callersMethodget_row_count
(self, table_name=None)
great_expectations/dataset/sqlalchemy_dataset.py:665
↓ 2 callersMethodget_runtime_kwargs
( self, configuration: Optional[ExpectationConfiguration] = None, runtime_configuratio
great_expectations/expectations/expectation.py:589
↓ 2 callersFunctionget_test_validator_with_data
Utility to create datasets for json-formatted tests.
tests/test_utils.py:647
↓ 2 callersFunctionget_test_validator_with_data
Utility to create datasets for json-formatted tests.
great_expectations/expectations/self_check_util.py:620
↓ 2 callersFunctionget_usage_statistics_handler
(args_array)
great_expectations/core/usage_statistics/usage_statistics.py:213
↓ 2 callersMethodhead
(self, *args, **kwargs)
great_expectations/execution_engine/execution_engine.py:40
↓ 2 callersFunctionis_aware
(datetime: dt.datetime)
great_expectations/marshmallow__shade/utils.py:91
↓ 2 callersFunctionis_iterable_but_not_string
Return True if ``obj`` is an iterable object that isn't a string.
great_expectations/marshmallow__shade/utils.py:50
↓ 2 callersFunctionis_library_loadable
(library_name: str)
great_expectations/util.py:219
↓ 2 callersFunctionis_list_of_strings
(_list)
great_expectations/util.py:933
↓ 2 callersFunctionis_numeric
(value: Any)
great_expectations/util.py:891
↓ 2 callersFunctionis_parseable_date
(value: Any, fuzzy: bool = False)
great_expectations/util.py:911
↓ 2 callersFunctionis_sane_slack_webhook
Really basic sanity checking.
great_expectations/util.py:925
↓ 2 callersMethodis_valid
(self)
tests/conftest.py:61
↓ 2 callersFunctionis_valid_partition_object
Tests whether a given object is a valid continuous or categorical partition object. :param partition_object: The partition_object to evaluate
great_expectations/execution_engine/util.py:22
↓ 2 callersMethodlist_available_expectation_types
Returns a list of all expectations available to the validator
great_expectations/validator/validator.py:284
↓ 2 callersMethodlist_keys
(self, prefix=())
great_expectations/data_context/store/tuple_store_backend.py:344
↓ 2 callersMethodlist_keys
(self)
great_expectations/data_context/store/tuple_store_backend.py:871
↓ 2 callersMethodlist_keys
(self)
great_expectations/data_context/store/tuple_store_backend.py:1026
↓ 2 callersFunctionlist_s3_bucket_contents
List the contents of an s3 bucket as a set of strings given bucket name and prefix Args: bucket: s3 bucket prefix: prefix for
tests/data_context/test_data_context_in_code_config.py:139
↓ 2 callersFunctionlist_s3_keys
For InferredAssetS3DataConnector, we take bucket and prefix and search for files using RegEx at and below the level specified by that bucket
great_expectations/datasource/data_connector/util.py:287
↓ 2 callersMethodlist_stores
List currently-configured Stores on this context
great_expectations/data_context/data_context.py:1874
← previousnext →601–700 of 4,558, ranked by callers