APP-9757 : Update pyatlan search generators to handle latest model changes #763
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
β¨ Description
Jira link: https://atlanhq.atlassian.net/browse/APP-9757
π§© Type of change
Select all that apply:
β How has this been tested? (e.g. screenshots, logs, workflow links)
Describe how the change was tested. Include:
π Checklist
Note
Adds DELIMITER index handling (analyzer v2) to generators, introduces KeywordTextDelimitedField with match_delimited, and updates docs; also skips redundant TEXT subfields for descriptions.
IndexType.DELIMITERand mapatlan_text_analyzer_v2to it inclass_generator.get_search_type.KeywordTextDelimitedFieldwhen{KEYWORD, TEXT, DELIMITER}indexes are present.description/userDescriptionwhen main TEXT exists.KeywordTextDelimitedFieldinpyatlan/model/fields/atlan_fields.pywithdelimited_field_nameandmatch_delimited().KeywordTextDelimitedField.docs/field/keyword_text_delimited_field.rstand include it indocs/fields.rst.Written by Cursor Bugbot for commit fe288b2. This will update automatically on new commits. Configure here.