Skip to content

Commit

Permalink
add note that excludeName is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-cartwright committed Dec 16, 2023
1 parent 73fba17 commit 6762f0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion datahub-classify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Infotype configuration is a dictionary with all infotypes at root level key. Eac
2. Description
3. Datatype
4. Values
- `ExcludeName` - exact match list for column names to exclude from classification for this info_type
- `ExcludeName` - optional exact match list for column names to exclude from classification for this info_type
- `Name` - regex list which is to be matched against column name
- `Description` - regex list which is to be matched against column description
- `Datatype` - list of datatypes to be matched against column datatype
Expand Down
2 changes: 0 additions & 2 deletions datahub-classify/tests/test_info_type_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import pytest

from exclude_name_test_config import exclude_name_test_config
from datahub_classify.helper_classes import ColumnInfo, Metadata
from datahub_classify.infotype_utils import perform_basic_checks
Expand Down

0 comments on commit 6762f0f

Please sign in to comment.