feature: Add convert_query_response
to Python Transforms
#281
Labels
priority/2
This issue stalls work on the project or its dependents, it's a blocker for a release
state/need-triage
This issue needs to be triaged
type/feature
New feature or request
Component
infrahubctl CLI, Python SDK
Describe the Feature Request
Allow the same functionality of converting the GraphQL response into
InfrahubNode
objects for Python transformations.Describe the Use Case
We fetch device IDs in our GraphQL query for the transform and would like to fetch those devices later on in the transform by using the Infrahub store that holds the objects from the query in the store to be retrieved later. This allows us to not have to run further queries to get the device information within the Python transform.
Additional Information
No response
The text was updated successfully, but these errors were encountered: