lib/gooddata/lcm/actions/apply_custom_maql.rb in gooddata-0.6.51 vs lib/gooddata/lcm/actions/apply_custom_maql.rb in gooddata-0.6.52
- old
+ new
@@ -15,9 +15,18 @@
# table as we will need custom Release brick action which will populate it.
class ApplyCustomMaql < BaseAction
DESCRIPTION = 'Apply Custom MAQL DDL'
PARAMS = define_params(self) do
+ description 'Client Used for Connecting to GD'
+ param :gdc_gd_client, instance_of(Type::GdClientType), required: true
+
+ description 'Organization Name'
+ param :organization, instance_of(Type::StringType), required: true
+
+ description 'Segments to manage'
+ param :segments, array_of(instance_of(Type::SegmentType)), required: true
+
description 'Should be custom MAQL DDL Applied'
param :apply_maql_ddl, instance_of(Type::BooleanType), required: false, default: false
end
RESULT_HEADER = [