Expose state and defer arguments to RPC run method #2678
Labels
enhancement
New feature or request
rpc
Issues related to dbt's RPC server
state
Stateful selection (state:modified, defer)
Milestone
Describe the feature
The new
--state
and--defer
arguments are available via the CLI and the environment, but aren't available to RPCrun
method. It should be!We should also add tests for using it via the RPC server - it happens to work for
cli_args
now, but that's just because of how that method handles arguments.Describe alternatives you've considered
cli_args
works with--state
and--defer
, so you can use that.Who will this benefit?
RPC users.
The text was updated successfully, but these errors were encountered: