Azure / Azure/azure-sdk-for-python
Glossary term not visible in Purview
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
- **Package Name**: azure.purview.datamap.operations
- **Package Version**: [1.0.0b1](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-purview-datamap/1.0.0b1/index.html)
- **Operating System**: Win 11
- **Python Version**: 3.11.0
**Describe the bug**
When a glossary term is created, it does not show up in the glossary (Classic Type) in purview . I know that the term has been created because when I call the [get_terms](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-purview-datamap/1.0.0b1/azure.purview.datamap.operations.html#azure.purview.datamap.operations.GlossaryOperations) function, I get the terms that I have created.
**To Reproduce**
Steps to reproduce the behavior:
1. Create the glossary using the [create](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-purview-datamap/1.0.0b1/azure.purview.datamap.operations.html#azure.purview.datamap.operations.GlossaryOperations) function with the request body taken from [sample glossary body](https://learn.microsoft.com/en-us/rest/api/purview/datamapdataplane/glossary/create?view=rest-purview-datamapdataplane-2024-03-01-preview&tabs=HTTP)
2. Create terms using with request body taken from [sample request body](https://learn.microsoft.com/en-us/rest/api/purview/datamapdataplane/glossary/create-terms?view=rest-purview-datamapdataplane-2024-03-01-preview&tabs=HTTP#atlasrelatedobjectid) with the [create_term](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-purview-datamap/1.0.0b1/azure.purview.datamap.operations.html#azure.purview.datamap.operations.GlossaryOperations#create) function
**Expected behavior**
Glossary terms show up under the classic glossary type in purview (Enterprise glossary is in preview)
**Additional context**
This issue could be as purview has changed recently and the SDK has not released a new version of this package since the last 3 years or something.
Contributor guide
Assessment
This issue has not been assessed yet.