I already have a method to ID a Release Configuration (setting a variable in the Release Configuration overrides).
I am looking to find a way to ID the Workflow Configuration (a Schedule) on run. This way I can use different code patterns in files based on which Workflow Configuration is running. Does anyone have a solution?
Alternatively is there a way to get the run-start time when using the built in Workflow configurations instead of Airflow?
Hi jaugust-1674854,
Welcome to the Google Cloud Community!
To identify the Workflow Configuration (Schedule) on run, you can use the environment variables approach. Here’s how you can do it:
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.