MCPcopy Create free account

hub / github.com/fivetran/great_expectations / functions

Functions4,558 in github.com/fivetran/great_expectations

↓ 15 callersMethod_refresh_data_references_cache
( self, )
great_expectations/datasource/data_connector/data_connector.py:125
↓ 15 callersMethodadd
(self, key)
great_expectations/marshmallow__shade/orderedset.py:40
↓ 15 callersMethodexpect_column_to_exist
Expect the specified column to exist. expect_column_to_exist is a :func:`expectation \ <great_expectations.data_asset.data_asset.Data
great_expectations/dataset/dataset.py:468
↓ 15 callersMethodget_column_nonnull_count
Returns: int
great_expectations/dataset/dataset.py:264
↓ 15 callersMethodget_column_value_counts
Get a series containing the frequency counts of unique values from the named column. Args: column: the column for which to obtain
great_expectations/dataset/dataset.py:272
↓ 15 callersFunctionimport_library_module
:param module_name: a fully-qualified name of a module (e.g., "great_expectations.dataset.sqlalchemy_dataset") :return: raw source code of th
great_expectations/util.py:204
↓ 15 callersMethodlist_keys
(self)
great_expectations/data_context/store/store.py:136
↓ 15 callersFunctionparse_evaluation_parameter
Use the provided evaluation_parameters dict to parse a given parameter expression. Args: parameter_expression (str): A string, potentiall
great_expectations/core/evaluation_parameters.py:274
↓ 15 callersMethodrender
(self, document)
great_expectations/render/view/view.py:27
↓ 14 callersMethod_save_project_config
Save the current project to disk.
great_expectations/data_context/data_context.py:3419
↓ 14 callersMethod_validate_metric_value_between
( self, metric_name, configuration: ExpectationConfiguration, metrics: Dict,
great_expectations/expectations/expectation.py:1130
↓ 14 callersMethodadd_column_row_condition
EXPERIMENTAL Add a row condition for handling null filter. Args: domain_kwargs: the domain kwargs to use as the base and
great_expectations/execution_engine/execution_engine.py:298
↓ 14 callersMethodfrom_data_context
(data_context)
great_expectations/render/renderer/suite_edit_notebook_renderer.py:91
↓ 14 callersMethodget_sorted_batch_definitions
( self, batch_definitions: List[BatchDefinition] )
great_expectations/datasource/data_connector/sorter/sorter.py:23
↓ 14 callersMethodget_url_for_key
(self, key, protocol=None)
great_expectations/data_context/store/tuple_store_backend.py:637
↓ 13 callersMethod_find_evr_by_type
(cls, evrs, type_)
great_expectations/render/renderer/renderer.py:43
↓ 13 callersMethodadd_markdown_cell
Add the given markdown as a new markdown cell.
great_expectations/render/renderer/suite_edit_notebook_renderer.py:204
↓ 13 callersMethodexpect_compound_columns_to_be_unique
Expect that the columns are unique together, e.g. a multi-column primary key Note that all instances of any duplicates are considered
great_expectations/dataset/dataset.py:4698
↓ 13 callersFunctionget_expectation_impl
(expectation_name)
great_expectations/expectations/registry.py:252
↓ 13 callersMethodset_config_value
Setter for config value
great_expectations/validator/validator.py:667
↓ 13 callersMethodset_evaluation_parameter
Provide a value to be stored in the data_asset evaluation_parameters object and used to evaluate parameterized expectations.
great_expectations/validator/validator.py:1234
↓ 13 callersMethodvalidate_metric_value_between_configuration
( self, configuration: Optional[ExpectationConfiguration] )
great_expectations/expectations/expectation.py:1073
↓ 12 callersFunction_build_sa_engine
(df)
tests/test_utils.py:854
↓ 12 callersMethodadd_citation
Adds a citation to an existing Expectation Suite within the validator
great_expectations/validator/validator.py:1247
↓ 12 callersMethodexpect_column_max_to_be_between
Expect the column max to be between an min and max value expect_column_max_to_be_between is a \ :func:`column_aggregate_expectation <
great_expectations/dataset/dataset.py:3555
↓ 12 callersMethodexpect_file_line_regex_match_count_to_equal
Expect the number of times a regular expression appears on each line of a file to be between a maximum and minimum value. Ar
great_expectations/data_asset/file_data_asset.py:296
↓ 12 callersMethodget_batch_definition_list_from_batch_request
(self, batch_request: BatchRequest)
great_expectations/datasource/data_connector/configured_asset_sql_data_connector.py:140
↓ 12 callersFunctionhandle_strict_min_max
Utility function for the at least and at most conditions based on strictness. Args: params: dictionary containing "strict_min" and "
great_expectations/render/util.py:179
↓ 12 callersMethodrender_with_overwrite
( self, notebook_config: Optional[NotebookTemplateConfig], default_file_name: str,
great_expectations/render/renderer/suite_edit_notebook_renderer.py:142
↓ 12 callersMethodvalidate_config
(cls, project_config)
great_expectations/data_context/data_context.py:231
↓ 11 callersMethod__init__
( self, text, header=None, subheader=None, styling=None, content_block_type="text" )
great_expectations/render/types/__init__.py:357
↓ 11 callersFunction_convert_to_dataset_class
Convert a (pandas) dataframe to a great_expectations dataset, with (optional) expectation_suite Args: df: the DataFrame object to co
great_expectations/util.py:250
↓ 11 callersMethod_load_config_variables_file
Get all config variables from the default location.
great_expectations/data_context/data_context.py:822
↓ 11 callersFunctionassert_no_tracebacks
Assert no tracebacks. :param click_result: the Result object returned from click runner.invoke()
tests/cli/utils.py:93
↓ 11 callersFunctionconstruct_data_context_config
Construct a DataContextConfig fixture given the modifications in the input parameters Returns: Dictionary representation of a DataCon
tests/data_context/test_data_context_config_ui.py:30
↓ 11 callersMethodexpect_column_values_to_match_regex
( self, column, regex, mostly=None, result_format=None, row_co
great_expectations/dataset/pandas_dataset.py:1424
↓ 11 callersMethodexpect_file_line_regex_match_count_to_be_between
Expect the number of times a regular expression appears on each line of a file to be between a maximum and minimum value. Ar
great_expectations/data_asset/file_data_asset.py:173
↓ 11 callersMethodget_batch_kwargs_generator
Get the (named) BatchKwargGenerator from a datasource) Args: name (str): name of BatchKwargGenerator (default value is 'default')
great_expectations/datasource/datasource.py:259
↓ 11 callersMethodget_evaluation_dependencies
This should return a dictionary: { "dependency_name": MetricConfiguration, ... }
great_expectations/expectations/metrics/metric_provider.py:180
↓ 11 callersMethodget_substituted_config
( self, config: Optional[Union[CheckpointConfig, dict]] = None, runtime_kwargs: Option
great_expectations/checkpoint/checkpoint.py:115
↓ 11 callersMethodget_validation_result
Get validation results from a configured store. Args: data_asset_name: name of data asset for which to get validation result
great_expectations/data_context/data_context.py:2146
↓ 11 callersMethodhas_key
(self, key)
great_expectations/data_context/store/store.py:144
↓ 11 callersMethodhead
(self, n_rows=5, fetch_all=False)
great_expectations/core/batch.py:476
↓ 11 callersFunctionparse_substitution_variable
Parse and check whether the string contains a substitution variable of the case insensitive form ${SOME_VAR} or $SOME_VAR Args: subst
great_expectations/data_context/util.py:259
↓ 10 callersMethodbuild_data_docs
Build Data Docs for your project. These make it simple to visualize data quality in your project. These include Expectations
great_expectations/data_context/data_context.py:2232
↓ 10 callersMethodbuild_suite
User-facing expectation-suite building function. Works with an instantiated UserConfigurableProfiler object. Args: Returns:
great_expectations/profile/user_configurable_profiler.py:160
↓ 10 callersMethodexpect_column_values_to_be_unique
Expect each column value to be unique. This expectation detects duplicates. All duplicated values are counted as exceptions. For exa
great_expectations/dataset/dataset.py:969
↓ 10 callersMethodexpect_nothing
(self, expectation_argument)
tests/data_asset/test_parameter_substitution.py:31
↓ 10 callersMethodfrom_commented_map
(cls, commented_map: CommentedMap)
great_expectations/data_context/types/base.py:80
↓ 10 callersMethodget_batch_data_and_markers
(self, batch_spec)
great_expectations/execution_engine/execution_engine.py:159
↓ 10 callersMethodget_batch_list_from_batch_request
Processes batch_request and returns the (possibly empty) list of batch objects. Args: :batch_request encapsulation of re
great_expectations/datasource/new_datasource.py:100
↓ 10 callersMethodget_citations
(self, sort=True, require_batch_kwargs=False)
great_expectations/core/expectation_suite.py:179
↓ 10 callersMethodget_compute_domain
Uses a given batch dictionary and domain kwargs (which include a row condition and a condition parser) to obtain and/or query a batch. Returns
great_expectations/execution_engine/sparkdf_execution_engine.py:305
↓ 10 callersMethodget_compute_domain
Uses a given batch dictionary and domain kwargs (which include a row condition and a condition parser) to obtain and/or query a batch. Returns
great_expectations/execution_engine/pandas_execution_engine.py:270
↓ 10 callersMethodget_validation_dependencies
Returns the result format and metrics required to validate this Expectation using the provided result format.
great_expectations/expectations/expectation.py:539
↓ 10 callersMethodopen_data_docs
A stdlib cross-platform way to open a file in a browser. Args: resource_identifier: ExpectationSuiteIdentifier,
great_expectations/data_context/data_context.py:680
↓ 10 callersFunctionparse_result_format
This is a simple helper utility that can be used to parse a string result_format into the dict format used internally by great_expectations. It is
great_expectations/data_asset/util.py:19
↓ 10 callersMethodrender_string_template
(self, template)
great_expectations/render/view/view.py:310
↓ 10 callersMethodrun_checkpoint
Validate against a pre-defined checkpoint. (Experimental) Args: checkpoint_name: The name of a checkpoint defined via the
great_expectations/data_context/data_context.py:2903
↓ 10 callersMethodset_class
(self)
great_expectations/marshmallow__shade/schema.py:421
↓ 10 callersMethodto_tuple
(self)
great_expectations/core/metric.py:67
↓ 9 callersFunction_add_datasource_and_credentials_to_context
(context, datasource_name, sqlite_engine)
tests/cli/test_datasource_sqlite.py:64
↓ 9 callersMethod_get_header_content_block
(cls, header="", subheader="", highlight=True)
docs/example_code/custom_renderer.py:19
↓ 9 callersMethod_render_expectation_suite_notes
(cls, expectations)
great_expectations/render/renderer/page_renderer.py:696
↓ 9 callersMethodexpect_column_min_to_be_between
Expect the column minimum to be between an min and max value expect_column_min_to_be_between is a \ :func:`column_aggregate_expectati
great_expectations/dataset/dataset.py:3419
↓ 9 callersMethodexpect_column_pair_values_to_be_different
( self, column_A, column_B, keep_missing="either",
tests/data_asset/test_expectation_decorators.py:396
↓ 9 callersMethodexpect_column_values_to_be_odd
(self, column)
tests/data_asset/test_expectation_decorators.py:134
↓ 9 callersMethodexpect_column_values_to_be_of_type
Expect a column to contain values of a specified data type. expect_column_values_to_be_of_type is a :func:`column_aggregate_expectation \
great_expectations/dataset/dataset.py:1128
↓ 9 callersMethodgenerate_text_widget
( self, value, description="", description_tooltip="", continuous_upda
great_expectations/jupyter_ux/expectation_explorer.py:453
↓ 9 callersMethodget_batch
(self, batch_kwargs, batch_parameters=None)
great_expectations/datasource/sqlalchemy_datasource.py:366
↓ 9 callersMethodget_dataset
Bridges between Execution Engines in providing access to the batch data. Validates that Dataset classes contain proper type of data (
great_expectations/validator/validator.py:1399
↓ 9 callersMethodget_unmatched_data_references
(self)
great_expectations/datasource/data_connector/data_connector.py:154
↓ 9 callersMethodis_project_initialized
Return True if the project is initialized. To be considered initialized, all of the following must be true: - all project di
great_expectations/data_context/data_context.py:3555
↓ 9 callersMethodlimit
(self)
great_expectations/datasource/data_connector/partition_query.py:160
↓ 9 callersMethodlimit
(self)
great_expectations/core/batch.py:228
↓ 9 callersFunctionmatchFirstDigit
(value, digit)
contrib/experimental/great_expectations_experimental/expectations/expect_column_match_benfords_law.py:61
↓ 9 callersMethodprocess_batch_parameters
Use datasource-specific configuration to translate any batch parameters into batch kwargs at the datasource level. Args:
great_expectations/datasource/datasource.py:303
↓ 9 callersMethodsave_expectation_suite
Save the provided expectation suite into the DataContext. Args: expectation_suite: the suite to save expectation_suit
great_expectations/data_context/data_context.py:2003
↓ 9 callersMethodto_json_dict
:returns a JSON-serialiable dict containing the project configuration
great_expectations/data_context/types/base.py:107
↓ 8 callersMethod__init__
( self, data_context, )
great_expectations/checkpoint/actions.py:71
↓ 8 callersMethod_bind_to_schema
(self, field_name, schema)
great_expectations/marshmallow__shade/fields.py:684
↓ 8 callersFunction_build_spark_engine
(df, spark_session)
tests/expectations/metrics/test_core.py:20
↓ 8 callersMethod_get_container_client
(self)
great_expectations/data_context/store/tuple_store_backend.py:988
↓ 8 callersMethod_get_data_context_version
arg1: the first positional argument (can take on various types) **kwargs: variable arguments First check: Returns "
great_expectations/data_context/data_context.py:1303
↓ 8 callersMethod_initialize_expectations
Instantiates `_expectation_suite` as empty by default or with a specified expectation `config`. In addition, this always sets the `default_exp
great_expectations/validator/validator.py:544
↓ 8 callersFunction_invert_regex_to_data_reference_template
Create a string template based on a regex and corresponding list of group names. For example: filepath_template = _invert_regex_to_data_
great_expectations/datasource/data_connector/util.py:189
↓ 8 callersMethod_parse_value_set
(value_set)
great_expectations/dataset/dataset.py:4772
↓ 8 callersMethodadd_code_cell
Add the given code as a new code cell.
great_expectations/render/renderer/suite_edit_notebook_renderer.py:194
↓ 8 callersMethodanonymize_object_info
( self, anonymized_info_dict, ge_classes, object_=None, object_class=N
great_expectations/core/usage_statistics/anonymizers/anonymizer.py:31
↓ 8 callersMethoddiscard_failing_expectations
Removes any expectations from the validator where the validation has failed
great_expectations/validator/validator.py:716
↓ 8 callersMethodexpect_column_distinct_values_to_be_in_set
Expect the set of distinct column values to be contained by a given set. The success value for this expectation will match that of expect_col
great_expectations/dataset/dataset.py:2303
↓ 8 callersMethodexpect_column_values_to_be_between
( self, column, min_value=None, max_value=None, strict_min=False,
great_expectations/dataset/pandas_dataset.py:1152
↓ 8 callersMethodexpect_file_size_to_be_between
Expect file size to be between a user specified maxsize and minsize. Args: minsize(integer): minimum expected file size
great_expectations/data_asset/file_data_asset.py:434
↓ 8 callersMethodfind_expectation_indexes
This method is a thin wrapper for ExpectationSuite.find_expectation_indexes
great_expectations/data_asset/data_asset.py:397
↓ 8 callersMethodfind_expectation_indexes
This method is a thin wrapper for ExpectationSuite.find_expectation_indexes
great_expectations/validator/validator.py:619
↓ 8 callersMethodget_batch
class-private implementation of get_data_asset
great_expectations/datasource/sparkdf_datasource.py:171
↓ 8 callersMethodget_bind_params
(self, run_id)
great_expectations/data_context/store/metric_store.py:102
↓ 8 callersFunctionget_set_of_columns_and_expectations_from_suite
Args: suite: An expectation suite Returns: A tuple containing a set of columns and a set of expectations found in a suite
tests/profile/test_user_configurable_profiler.py:64
↓ 8 callersFunctionget_sqlite_temp_table_names
(engine)
tests/test_utils.py:1478
↓ 8 callersMethodremove_key
(self, key)
great_expectations/data_context/store/store_backend.py:181
← previousnext →101–200 of 4,558, ranked by callers