Hello!
We have added specific metadata fields to our Cognite Functions (project name, git branch, git commit hash, git actor, etc) so we can target very specific deployments in debugging and development. But I am not able to list cognite functions with the python sdk by filtering on metadata. For example, the following
client.functions.list(metadata={"my_key": "my_val"}, limit=None)
just returns an empty list. I know the functions are there, since I can target some of them by using the external id prefix argument.
We have the same metadata fields to our time series and sequences, and I am able to successfully list these by using their metadata argument.
Is this a bug in the API?
Check the
documentation
Ask the
Community
Take a look
at
Academy
Cognite
Status
Page
Contact
Cognite Support

