diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-09-25 16:57:37 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-09-25 16:57:37 +0700 |
| commit | 684f88af82b8620b9289e49275f38c9eda45191c (patch) | |
| tree | 401ff8e6d9e7c9669cdccdc4c320709dc689a800 /refresh_materialized_view.ktr | |
| parent | 9453ae1a61603f78d48232cf09edc3d0d687018a (diff) | |
add materialized view and add import account move header
Diffstat (limited to 'refresh_materialized_view.ktr')
| -rw-r--r-- | refresh_materialized_view.ktr | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/refresh_materialized_view.ktr b/refresh_materialized_view.ktr index 3b68317..7e2bb98 100644 --- a/refresh_materialized_view.ktr +++ b/refresh_materialized_view.ktr @@ -512,6 +512,16 @@ <to>update quarter</to> <enabled>Y</enabled> </hop> + <hop> + <from>update quarter</from> + <to>growth existing customer</to> + <enabled>Y</enabled> + </hop> + <hop> + <from>growth existing customer</from> + <to>growth salesperson</to> + <enabled>Y</enabled> + </hop> </order> <step> <name>accurate</name> @@ -666,6 +676,44 @@ </GUI> </step> <step> + <name>growth existing customer</name> + <type>ExecSQL</type> + <description/> + <distribute>Y</distribute> + <custom_distribution/> + <copies>1</copies> + <partitioning> + <method>none</method> + <schema_name/> + </partitioning> + <connection>dw bi indoteknik (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_growth_existing_customer</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>1200</xloc> + <yloc>160</yloc> + <draw>Y</draw> + </GUI> + </step> + <step> <name>salesperson</name> <type>ExecSQL</type> <description/> @@ -741,6 +789,44 @@ <draw>Y</draw> </GUI> </step> + <step> + <name>growth salesperson</name> + <type>ExecSQL</type> + <description/> + <distribute>Y</distribute> + <custom_distribution/> + <copies>1</copies> + <partitioning> + <method>none</method> + <schema_name/> + </partitioning> + <connection>dw bi indoteknik (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_growth_salesperson</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>1200</xloc> + <yloc>304</yloc> + <draw>Y</draw> + </GUI> + </step> <step_error_handling> </step_error_handling> <slave-step-copy-partition-distribution> |
