ancient-fish-13211
08/29/2025, 10:04 AMfrom metaflow import FlowSpec, step, kubernetes, retry
FlowSpec and step import fine, but I get Cannot find reference errors for kubernetes and retry. If I launch a python console or a notebook the imports work fine so it seems like an indexing issue. I've tried the typical invalidate caches, with no luck. I'd rather not just disable the warnings if possible.
Has anyone had similar issues or have a solution? Many thanksfew-dress-69520
08/29/2025, 10:09 AMancient-fish-13211
08/29/2025, 10:13 AM