Hi all, is it possible to use metaflow to run jobs on a different cloud provider? We don't want to lose our access to the past runs and also don't want to change service urls every time we need to run jobs on different providers.
For instance, keep the DB, service and any related stuff in AWS. But use GCP to run the job (it will access gcp buckets to read the data and store the results).
So that when the API is used, past Runs on both AWS and GCP can be seen.
If such setup is not possible, what would be the next best thing? Keeping the postgres in sync between GCP and AWS?