Skip to content

Commit

Permalink
[MAINTENANCE] Clean up public_api excludes (#6846)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyburdi committed Jan 20, 2023
1 parent 350caf0 commit ce6f960
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/public_api_report.py
Expand Up @@ -991,6 +991,11 @@ class CodeReferenceFilter:
name="head",
filepath=pathlib.Path("great_expectations/dataset/sqlalchemy_dataset.py"),
),
IncludeExcludeDefinition(
reason="self_check is mentioned but in the docs we currently recommend using test_yaml_config which uses self_check under the hood. E.g. https://docs.greatexpectations.io/docs/guides/setup/configuring_data_contexts/how_to_configure_datacontext_components_using_test_yaml_config/#steps",
name="self_check",
filepath=pathlib.Path("great_expectations/checkpoint/checkpoint.py"),
),
IncludeExcludeDefinition(
reason="self_check is mentioned but in the docs we currently recommend using test_yaml_config which uses self_check under the hood. E.g. https://docs.greatexpectations.io/docs/guides/setup/configuring_data_contexts/how_to_configure_datacontext_components_using_test_yaml_config/#steps",
name="self_check",
Expand Down

0 comments on commit ce6f960

Please sign in to comment.