Test that callback functionality works for ExecutionMode.VIRTUALENV #1399
Labels
area:execution
Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc
execution:virtualenv
Related to Virtualenv execution environment
Since the ability to specify a callback argument is already supported in
ExecutionMode.LOCAL
(as demonstrated in this code reference), and PR #1389 showcases how to leverage this functionality, we need to verify that this callback support is inherited and functions correctly withExecutionMode.VIRTUALENV
, given thatDbtVirtualenvBaseOperator
extendsDbtLocalBaseOperator
.Related: #1349
The text was updated successfully, but these errors were encountered: