GoogleApi.Composer.V1.Model.ExecuteAirflowCommandRequest (google_api_composer v0.36.3)
View SourceExecute Airflow Command request.
Attributes
-
command(type:String.t, default:nil) - Airflow command. -
parameters(type:list(String.t), default:nil) - Parameters for the Airflow command/subcommand as an array of arguments. It may contain positional arguments like["my-dag-id"], key-value parameters like["--foo=bar"]or["--foo","bar"], or other flags like["-f"]. -
subcommand(type:String.t, default:nil) - Airflow subcommand.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.