Skip to content

Conversation

@vaibhavatlan
Copy link
Collaborator

@vaibhavatlan vaibhavatlan commented Nov 13, 2025

✨ Description

Jira link: https://atlanhq.atlassian.net/browse/APP-9757


🧩 Type of change

Select all that apply:

  • πŸš€ New feature (non-breaking change that adds functionality)
  • πŸ› Bug fix (non-breaking change that fixes an issue) β€” please include tests! Refer testing-toolkit πŸ§ͺ
  • πŸ”„ Refactor (code change that neither fixes a bug nor adds a feature)
  • 🧹 Maintenance (chores, cleanup, minor improvements)
  • πŸ’₯ Breaking change (fix or feature that may break existing functionality)
  • πŸ“¦ Dependency upgrade/downgrade
  • πŸ“š Documentation updates

βœ… How has this been tested? (e.g. screenshots, logs, workflow links)

Describe how the change was tested. Include:

  • Steps to reproduce
  • Any relevant screenshots, logs, or links to successful workflow runs
  • Details on environment/setup if applicable

πŸ“‹ Checklist

  • My code follows the project’s style guidelines
  • I’ve performed a self-review of my code
  • I’ve added comments in tricky or complex areas
  • I’ve updated the documentation as needed
  • There are no new warnings from my changes
  • I’ve added tests to cover my changes
  • All new and existing tests pass locally

Note

Adds DELIMITER index handling (analyzer v2) to generators, introduces KeywordTextDelimitedField with match_delimited, and updates docs; also skips redundant TEXT subfields for descriptions.

  • Search/Generator:
    • Add IndexType.DELIMITER and map atlan_text_analyzer_v2 to it in class_generator.get_search_type.
    • Generate KeywordTextDelimitedField when {KEYWORD, TEXT, DELIMITER} indexes are present.
    • Skip adding duplicate TEXT subfields for description/userDescription when main TEXT exists.
  • Fields API:
    • Introduce KeywordTextDelimitedField in pyatlan/model/fields/atlan_fields.py with delimited_field_name and match_delimited().
    • Update template imports to include KeywordTextDelimitedField.
  • Docs:
    • Add docs/field/keyword_text_delimited_field.rst and include it in docs/fields.rst.

Written by Cursor Bugbot for commit fe288b2. This will update automatically on new commits. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants