Nicolas Metts
Nicolas Metts
We weren't calling any functions from gcsfs. Just having gcsfs in the requirements.txt file caused the Cloud Function to fail to deploy. As soon as we specified gcsfs==0.6.2 in requirements.txt...
Deploying from the Cloud Functions GUI results in the following: `Error: function terminated. Recommended action: inspect logs for termination reason. Function cannot be initialized.` Deploying from the Terminal in my...
Essentially Google Cloud Functions creates a container for code and deploys it on Google Cloud Platform to be invoked by some event (HTTP Call, message to Pub/Sub topic, etc.). You...
I'll see what I can find. If there are additional details somewhere it it not obvious where to find them. I'll open an issue with GCP as well.