Hello!
I have a question regarding running workflows localy vs in a cluster:
Are workflows designed to be agnostic of their execution context? How do you handle local vs cluster data input?
f
freezing-airport-6809
01/26/2025, 6:13 PM
Yes they can be completely portable unless you directly depend on some technology
freezing-airport-6809
01/26/2025, 6:14 PM
The context is auto determined by the cluster in which they are run or by the data paths for example <s3//|s3//> or / or gcs:// etc
freezing-airport-6809
01/26/2025, 6:15 PM
If th code just uses Flyte objects like flytefile etc or dataframes - it should just work