Skip to content

Commit

Permalink
[MAINTENANCE] Add great_expectations_cloud as a dependency (#8762)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Gore <gabriel59kg@gmail.com>
  • Loading branch information
cdkini and Kilo59 authored Sep 28, 2023
1 parent aac98f5 commit b4604c4
Show file tree
Hide file tree
Showing 45 changed files with 6 additions and 2,572 deletions.
74 changes: 0 additions & 74 deletions docs/sphinx_api_docs_source/public_api_excludes.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,56 +687,6 @@
"great_expectations/datasource/fluent/serializable_types/pyspark.py"
),
),
IncludeExcludeDefinition(
reason="Close is not included in the public API.",
name="close",
filepath=pathlib.Path("great_expectations/agent/message_service/subscriber.py"),
),
IncludeExcludeDefinition(
reason="Run is not included in the public API.",
name="run",
filepath=pathlib.Path("great_expectations/agent/agent.py"),
),
IncludeExcludeDefinition(
reason="Close is not included in the public API.",
name="close",
filepath=pathlib.Path(
"great_expectations/agent/message_service/asyncio_rabbit_mq_client.py"
),
),
IncludeExcludeDefinition(
reason="Close is not included in the public API.",
name="run",
filepath=pathlib.Path(
"great_expectations/agent/message_service/asyncio_rabbit_mq_client.py"
),
),
IncludeExcludeDefinition(
reason="Run is not included in the public API.",
name="run",
filepath=pathlib.Path(
"great_expectations/agent/actions/data_assistants/run_onboarding_data_assistant.py"
),
),
IncludeExcludeDefinition(
reason="Run is not included in the public API.",
name="run",
filepath=pathlib.Path(
"great_expectations/agent/actions/data_assistants/run_missingness_data_assistant.py"
),
),
IncludeExcludeDefinition(
reason="Run is not included in the public API.",
name="build_batch_request",
filepath=pathlib.Path(
"great_expectations/agent/actions/data_assistants/utils.py"
),
),
IncludeExcludeDefinition(
reason="Run is not included in the public API.",
name="run",
filepath=pathlib.Path("great_expectations/agent/actions/agent_action.py"),
),
IncludeExcludeDefinition(
reason='The "columns()" property in this module is not included in the public API',
name="columns",
Expand All @@ -749,23 +699,6 @@
"great_expectations/datasource/fluent/spark_generic_splitters.py"
),
),
IncludeExcludeDefinition(
reason="The run method shares a name with a public API method",
name="run",
filepath=pathlib.Path(
"great_expectations/agent/actions/run_column_descriptive_metrics_action.py"
),
),
IncludeExcludeDefinition(
reason="The run method shares a name with a public API method",
name="run",
filepath=pathlib.Path("great_expectations/agent/actions/list_table_names.py"),
),
IncludeExcludeDefinition(
reason="The agent is not part of the public API",
name="run",
filepath=pathlib.Path("great_expectations/agent/actions/run_checkpoint.py"),
),
IncludeExcludeDefinition(
reason="The add method shares a name with a public API method",
name="add",
Expand All @@ -787,13 +720,6 @@
"great_expectations/experimental/metric_repository/cloud_data_store.py"
),
),
IncludeExcludeDefinition(
reason="Run is not included in the public API.",
name="run",
filepath=pathlib.Path(
"great_expectations/agent/actions/draft_datasource_config_action.py"
),
),
IncludeExcludeDefinition(
reason="Metric values are not included in the public API.",
name="dict",
Expand Down
2 changes: 0 additions & 2 deletions great_expectations/agent/__init__.py

This file was deleted.

14 changes: 0 additions & 14 deletions great_expectations/agent/actions/__init__.py

This file was deleted.

24 changes: 0 additions & 24 deletions great_expectations/agent/actions/agent_action.py

This file was deleted.

6 changes: 0 additions & 6 deletions great_expectations/agent/actions/data_assistants/__init__.py

This file was deleted.

This file was deleted.

This file was deleted.

113 changes: 0 additions & 113 deletions great_expectations/agent/actions/data_assistants/utils.py

This file was deleted.

51 changes: 0 additions & 51 deletions great_expectations/agent/actions/draft_datasource_config_action.py

This file was deleted.

Loading

0 comments on commit b4604c4

Please sign in to comment.