diff --git a/python_modules/dagster/dagster/_config/pythonic_config/resource.py b/python_modules/dagster/dagster/_config/pythonic_config/resource.py index a67f1fade45b2..0d205814f0b0c 100644 --- a/python_modules/dagster/dagster/_config/pythonic_config/resource.py +++ b/python_modules/dagster/dagster/_config/pythonic_config/resource.py @@ -649,7 +649,7 @@ def _is_fully_configured(resource: "CoercibleToResource") -> bool: is True ) - return res + return res and not isinstance(resource, PartialResource) class PartialResourceState(NamedTuple):