Skip to content

allow cloud run job overrides #500

Open
@sleithart

Description

@sleithart

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImprovement to existing feature or Goblet in general

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions