opsmill / infrahub-sdk-python

Python SDK to interact with Infrahub
https://www.opsmill.com
Apache License 2.0
4 stars 2 forks source link

Remove local validation of query filters when calling client.filters() #41

Closed dgarros closed 2 months ago

dgarros commented 2 months ago

Fixes #9 #10 #30

Remove the local validation of the query filters when calling client.filters()

I completely removed the code since the filters will be removed from infrahub in the next version

dgarros commented 2 months ago

LGTM, can we also delete the FilterNotFoundError exception entirely from the exceptions file?

Good point, I removed FilterNotFoundError completely