blob: c6744139fe8efa541a6be685ab659df54ab1f06c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<pipeline>
<info>
<name>0010-execute-sql-row</name>
<name_sync_with_filename>Y</name_sync_with_filename>
<description/>
<extended_description/>
<pipeline_version/>
<pipeline_type>Normal</pipeline_type>
<parameters>
</parameters>
<capture_transform_performance>N</capture_transform_performance>
<transform_performance_capturing_delay>1000</transform_performance_capturing_delay>
<transform_performance_capturing_size_limit>100</transform_performance_capturing_size_limit>
<created_user>-</created_user>
<created_date>2021/04/30 11:01:28.333</created_date>
<modified_user>-</modified_user>
<modified_date>2021/04/30 11:01:28.333</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
</info>
<notepads>
</notepads>
<order>
<hop>
<from>count rows</from>
<to>validate count</to>
<enabled>Y</enabled>
</hop>
<hop>
<from>validate count</from>
<to>success</to>
<enabled>Y</enabled>
</hop>
<hop>
<from>validate count</from>
<to>failed on count</to>
<enabled>Y</enabled>
</hop>
<hop>
<from>Generate rows</from>
<to>Dynamic SQL row</to>
<enabled>Y</enabled>
</hop>
<hop>
<from>Dynamic SQL row</from>
<to>count rows</to>
<enabled>Y</enabled>
</hop>
</order>
<transform>
<name>Generate rows</name>
<type>RowGenerator</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<fields>
<field>
<name>sql</name>
<type>String</type>
<format/>
<currency/>
<decimal/>
<group/>
<nullif>select * from public.testtable where key='10'</nullif>
<length>-1</length>
<precision>-1</precision>
<set_empty_string>N</set_empty_string>
</field>
</fields>
<limit>1</limit>
<never_ending>N</never_ending>
<interval_in_ms>5000</interval_in_ms>
<row_time_field>now</row_time_field>
<last_time_field>FiveSecondsAgo</last_time_field>
<attributes/>
<GUI>
<xloc>144</xloc>
<yloc>80</yloc>
</GUI>
</transform>
<transform>
<name>count rows</name>
<type>GroupBy</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<all_rows>N</all_rows>
<ignore_aggregate>N</ignore_aggregate>
<field_ignore/>
<directory>${java.io.tmpdir}</directory>
<prefix>grp</prefix>
<add_linenr>N</add_linenr>
<linenr_fieldname/>
<give_back_row>Y</give_back_row>
<group>
</group>
<fields>
<field>
<aggregate>count</aggregate>
<subject/>
<type>COUNT_ANY</type>
<valuefield/>
</field>
</fields>
<attributes/>
<GUI>
<xloc>512</xloc>
<yloc>80</yloc>
</GUI>
</transform>
<transform>
<name>failed on count</name>
<type>Abort</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<row_threshold>0</row_threshold>
<message/>
<always_log_rows>Y</always_log_rows>
<abort_option>ABORT_WITH_ERROR</abort_option>
<attributes/>
<GUI>
<xloc>640</xloc>
<yloc>176</yloc>
</GUI>
</transform>
<transform>
<name>success</name>
<type>Dummy</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<attributes/>
<GUI>
<xloc>784</xloc>
<yloc>80</yloc>
</GUI>
</transform>
<transform>
<name>validate count</name>
<type>FilterRows</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<send_true_to>success</send_true_to>
<send_false_to>failed on count</send_false_to>
<compare>
<condition>
<negated>N</negated>
<leftvalue>count</leftvalue>
<function>=</function>
<rightvalue/>
<value>
<name>constant</name>
<type>Integer</type>
<text>1</text>
<length>-1</length>
<precision>0</precision>
<isnull>N</isnull>
<mask>####0;-####0</mask>
</value>
</condition>
</compare>
<attributes/>
<GUI>
<xloc>640</xloc>
<yloc>80</yloc>
</GUI>
</transform>
<transform>
<name>Dynamic SQL row</name>
<type>DynamicSqlRow</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<connection>unit-test-db</connection>
<rowlimit>0</rowlimit>
<sql>select * from public.testtable</sql>
<outer_join>N</outer_join>
<replace_vars>N</replace_vars>
<sql_fieldname>sql</sql_fieldname>
<query_only_on_change>N</query_only_on_change>
<attributes/>
<GUI>
<xloc>320</xloc>
<yloc>80</yloc>
</GUI>
</transform>
<transform_error_handling>
</transform_error_handling>
<attributes/>
</pipeline>