Class: Google::Cloud::Dataform::V1beta1::WorkflowInvocationAction::BigQueryAction
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::WorkflowInvocationAction::BigQueryAction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Represents a workflow action that will run against BigQuery.
Instance Attribute Summary collapse
-
#sql_script ⇒ ::String
readonly
Output only.
Instance Attribute Details
#sql_script ⇒ ::String (readonly)
Returns Output only. The generated BigQuery SQL script that will be executed.
1906 1907 1908 1909 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1906 class BigQueryAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |