diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-09-30 11:03:15 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-09-30 11:03:15 +0700 |
| commit | 3a33619c8cfe0a29887b99a22281574a791bbad3 (patch) | |
| tree | 80ecf8fd344ec1ad80eb52392e24fae19c3a099a /refresh_materialized_view_fixco.ktr | |
| parent | 04318fc87516d28d05aeb2d4dd77f32e6114e776 (diff) | |
refresh table omset marketplace
Diffstat (limited to 'refresh_materialized_view_fixco.ktr')
| -rw-r--r-- | refresh_materialized_view_fixco.ktr | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/refresh_materialized_view_fixco.ktr b/refresh_materialized_view_fixco.ktr index eaf94a6..d89eff1 100644 --- a/refresh_materialized_view_fixco.ktr +++ b/refresh_materialized_view_fixco.ktr @@ -512,6 +512,11 @@ <to>Execute SQL script 6</to> <enabled>Y</enabled> </hop> + <hop> + <from>Execute SQL script 6</from> + <to>Execute SQL script 7</to> + <enabled>Y</enabled> + </hop> </order> <step> <name>Execute SQL script</name> @@ -741,6 +746,44 @@ <draw>Y</draw> </GUI> </step> + <step> + <name>Execute SQL script 7</name> + <type>ExecSQL</type> + <description/> + <distribute>Y</distribute> + <custom_distribution/> + <copies>1</copies> + <partitioning> + <method>none</method> + <schema_name/> + </partitioning> + <connection>dw bi fixco (localhost)</connection> + <execute_each_row>N</execute_each_row> + <single_statement>N</single_statement> + <replace_variables>N</replace_variables> + <quoteString>N</quoteString> + <sql>refresh materialized view mv_table_omset_per_marketplace</sql> + <set_params>N</set_params> + <insert_field/> + <update_field/> + <delete_field/> + <read_field/> + <arguments> + </arguments> + <attributes/> + <cluster_schema/> + <remotesteps> + <input> + </input> + <output> + </output> + </remotesteps> + <GUI> + <xloc>1008</xloc> + <yloc>208</yloc> + <draw>Y</draw> + </GUI> + </step> <step_error_handling> </step_error_handling> <slave-step-copy-partition-distribution> |
