With the introduction of ForkingExecutor, I started noticing some errors on BQ flo tasks.
It seems to be related to the fact that I am running the flo process with -DGOOGLE_CLOUD_PROJECT=my-gcp-project and that system property definition is not passed to the the forked task subprocess.
To fix that would require some changes on ForkingExecutor, I guess something related to this.
With the introduction of ForkingExecutor, I started noticing some errors on BQ flo tasks.
It seems to be related to the fact that I am running the flo process with
-DGOOGLE_CLOUD_PROJECT=my-gcp-projectand that system property definition is not passed to the the forked task subprocess.To fix that would require some changes on
ForkingExecutor, I guess something related to this.