I would like to start GCP Dataflow from Custom Dataflow Template, with Region set to Europe. As result I'm getting region equal to europe-west1 in Pipeline Options and my VM is running in Europe too, but Job option's region is set to us-central1 (in Job summary part - region where metadata is stored and handled for this job).
When I uploaded my template I put in options --region=europe-west1.
When I start my dataflow from template I also set region to europe-west1. I tried to set zones as well and set region to Europe wherever it is possible, but I still was getting the same result. Documentation on setting Job region - regional endpoints is only mentioning this one parameter (region).
Am I missing something? How can I set Job region to Europe too?
UPDATE: It worked from command line with --region=europe-west1, but I need to start my Dataflow from Airflow.