mammoth-rainbow-82717
04/17/2023, 9:57 AMkubernetes
decorator specified on a flow. (It complains about the need for a remote datastore.)
I'm a bit surprised by this, so I was wondering if someone could explain the reasoning behind this error? I thought one of the points of Metaflow was to be able to run the same code locally and remotely, so was surprised that this decorator stops one from running a flow locally. Naively I'd expect this check to happen only when the step is actually run on Kubernetes, not when you run the flow locally.