You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run finder.model_id(model_id) on the metlife-dev.indico.domains and the call to self.get_workflow_data just hangs. Is it possible the query backing it is not in IPA v4.11.3?
Also begs the question on how to handle versioning. It's likely customers will not be on the most recent version of IPA and we need a way to control for older versions. Decorators on functionality that check if users IPA version is > what's needed for the function?
Also, is the IPA version exposed in the python client?
The text was updated successfully, but these errors were encountered:
Trying to run
finder.model_id(model_id)
on the metlife-dev.indico.domains and the call toself.get_workflow_data
just hangs. Is it possible the query backing it is not in IPA v4.11.3?Also begs the question on how to handle versioning. It's likely customers will not be on the most recent version of IPA and we need a way to control for older versions. Decorators on functionality that check if users IPA version is > what's needed for the function?
Also, is the IPA version exposed in the python client?
The text was updated successfully, but these errors were encountered: