diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-08-18 11:15:52 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-08-18 11:15:52 +0700 |
| commit | 8c03405b8cfe0e75f0ed961de01673c54ea79f05 (patch) | |
| tree | ffe2dac59aa94079aa640604ce205da21ce355a6 /import_product_product.ktr | |
| parent | c1431664f24b1f199c138cca7cbc303dd23c8704 (diff) | |
import purchase order, purchase pricelist, and counter of trx po
Diffstat (limited to 'import_product_product.ktr')
| -rw-r--r-- | import_product_product.ktr | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/import_product_product.ktr b/import_product_product.ktr index c2e94e5..654299e 100644 --- a/import_product_product.ktr +++ b/import_product_product.ktr @@ -550,6 +550,44 @@ </hop> </order> <step> + <name>Execute SQL script</name> + <type>ExecSQL</type> + <description/> + <distribute>Y</distribute> + <custom_distribution/> + <copies>1</copies> + <partitioning> + <method>none</method> + <schema_name/> + </partitioning> + <connection>dw bi indoteknik</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>576</xloc> + <yloc>128</yloc> + <draw>Y</draw> + </GUI> + </step> + <step> <name>Insert / update</name> <type>InsertUpdate</type> <description/> @@ -912,44 +950,6 @@ where pp.write_date >= (now() - '5 days'::interval)</sql> <draw>Y</draw> </GUI> </step> - <step> - <name>Execute SQL script</name> - <type>ExecSQL</type> - <description/> - <distribute>Y</distribute> - <custom_distribution/> - <copies>1</copies> - <partitioning> - <method>none</method> - <schema_name/> - </partitioning> - <connection>dw bi indoteknik</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>576</xloc> - <yloc>128</yloc> - <draw>Y</draw> - </GUI> - </step> <step_error_handling> </step_error_handling> <slave-step-copy-partition-distribution> |
