Bases: airflow.models.BaseOperator
PowerShell Remoting Protocol operator.
- Parameters
psrp_conn_id (str) -- connection id
command (str) -- command to execute on remote host. (templated)
powershell (str) -- powershell to execute on remote host. (templated)
-
template_fields = ['command', 'powershell'][source]
-
template_fields_renderers[source]
-
ui_color = #901dd2[source]
-
execute(self, context: dict)[source]