It is possible to trigger the launch of Google clo...
# ask-community
o
It is possible to trigger the launch of Google cloud functions from dagster (I know that this is possible by calling the endpoint url), but is it possible to somehow catch all the logs returned by cloudFunction?
d
Hi Alex - I don't think we have a built-in way to support this currently. If there was some way to pull them from the logs from the google cloud functions API, those logs could be then passed into Dagster logging API calls - but nothing we currently support in a built-in way
I do see this which makes it seem like it wouldn't be too hard to pull them in Python? https://cloud.google.com/functions/docs/monitoring/logging#functions-log-retrieve-python
o
hmm. Good idea. Need to try. Thanks