Open
Description
I'm trying to run a cloud run function that processes a GCS folder based on a parameter that's passed in. I'm not able to run the function because Goblet doesn't allow arbitrary arguments passed into the CLI.
Ideally, this would allow someone to capture an args
parameter or similar that's passed into the job, but it's easy enough to use something like sys.argv
to grab any arguments that are passed in.
Here's the RunJobRequest documentation that specifies allowing overrides: https://cloud.google.com/python/docs/reference/run/latest/google.cloud.run_v2.types.RunJobRequest