Hi friends, is `RunConfig` not yet supported in `R...
# ask-community
q
Hi friends, is
RunConfig
not yet supported in
RunRequest
? I have this in my job
Copy code
RunRequest(
        run_key=None,
        run_config=RunConfig(
            {"update_job": SFConfig(name=person_filter)}
        ),
)
but I got this error:
Copy code
dagster._check.ParameterCheckError: Param "run_config" is not one of ['Mapping']. Got <dagster._core.definitions.run_config.RunConfig object at 0x7f4df91efcd0> which is type <class 'dagster._core.definitions.run_config.RunConfig'>.
Is this currently supported?
s
@ben - mind chiming in here?