Class: Google::Cloud::Dataform::V1beta1::WorkflowInvocationAction::BigQueryAction

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#sql_script::String (readonly)

Returns Output only. The generated BigQuery SQL script that will be executed.

Returns:

  • (::String)

    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