Hello everyone, and thanks for the help :pray: Cur...
# welcome
a
Hello everyone, and thanks for the help 🙏 Currently working at Guiker, in the process of making our data team projects more robust (Python GCP Cloud Run / Cloud Function). Fun fact, I initially started the monorepo with Poetry / Yarn / Custom CLI before to look at migrating to Pants. Yarn choice is weird, but it was helping for command discoverability, and we were looking into serverless for deployment (Which we ended up not using, as the GCP support is lacking a little bit) I’ll probably be looking into Cloud Run service deployment in the future, and maybe make it a plugin
🙌 1
👋 6
w
This is cool, I didn't know we had this https://www.pantsbuild.org/docs/google-cloud-function-python
I guess my memory is failing me, because I thought cloud functions didn't run pex files
a
I haven’t got a chance to look at it yet, but it’s next on my list 🙂
h
yes, thanks to @worried-salesclerk-37834 🙂
w
Neat - is the output a pex file to the cloud?
Looks like a zip, so I'm guessing a zip of the .py files?