How do I return the entity through PurviewClient.get_entity if the qualifiedName value has spaces in it? #286
Labels
purview question
A question more about Purview and less about PyApacheAtlas
What is your desired outcome
When calling the PurviewClient.get_entity with qualifiedname and typeName, the method should return the entity even if the qualifiedname has space in it. Having a space in the qualifiedname parameter should still return the entity
What have you tried so far
Tried to escape the space character with , %20 and using string.format
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
python -m pyapacheatlas --version
): 0.16.0Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: