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):
- OS: Linux
- PyApacheAtlas Version (
python -m pyapacheatlas --version): 0.16.0
Additional context
Add any other context about the problem here.