78 lines
2.1 KiB
XML
78 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<pipeline>
|
|
<info>
|
|
<name>select_recruitments_country</name>
|
|
<name_sync_with_filename>Y</name_sync_with_filename>
|
|
<description/>
|
|
<extended_description/>
|
|
<pipeline_version/>
|
|
<pipeline_type>Normal</pipeline_type>
|
|
<pipeline_status>0</pipeline_status>
|
|
<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>2024/08/15 14:58:19.728</created_date>
|
|
<modified_user>-</modified_user>
|
|
<modified_date>2024/08/15 14:58:19.728</modified_date>
|
|
</info>
|
|
<notepads>
|
|
</notepads>
|
|
<order>
|
|
<hop>
|
|
<from>Table input/регион</from>
|
|
<to>Copy rows to result</to>
|
|
<enabled>Y</enabled>
|
|
</hop>
|
|
</order>
|
|
<transform>
|
|
<name>Copy rows to result</name>
|
|
<type>RowsToResult</type>
|
|
<description/>
|
|
<distribute>Y</distribute>
|
|
<custom_distribution/>
|
|
<copies>1</copies>
|
|
<partitioning>
|
|
<method>none</method>
|
|
<schema_name/>
|
|
</partitioning>
|
|
<attributes/>
|
|
<GUI>
|
|
<xloc>512</xloc>
|
|
<yloc>208</yloc>
|
|
</GUI>
|
|
</transform>
|
|
<transform>
|
|
<name>Table input/регион</name>
|
|
<type>TableInput</type>
|
|
<description/>
|
|
<distribute>Y</distribute>
|
|
<custom_distribution/>
|
|
<copies>1</copies>
|
|
<partitioning>
|
|
<method>none</method>
|
|
<schema_name/>
|
|
</partitioning>
|
|
<connection>ervu-dashboard</connection>
|
|
<execute_each_row>N</execute_each_row>
|
|
<limit>10</limit>
|
|
<sql>WITH
|
|
t1 AS (SELECT ARRAY_AGG(t.idm_id) AS RECRUITMENT00_ID FROM ervu_dashboard.recruitment AS t WHERE t.code = '0000000')
|
|
SELECT
|
|
t1.RECRUITMENT00_ID AS VK_ARRAY_ID,
|
|
'00' AS RECRUITMENT_REG_ID
|
|
FROM t1
|
|
</sql>
|
|
<variables_active>N</variables_active>
|
|
<attributes/>
|
|
<GUI>
|
|
<xloc>336</xloc>
|
|
<yloc>208</yloc>
|
|
</GUI>
|
|
</transform>
|
|
<transform_error_handling>
|
|
</transform_error_handling>
|
|
<attributes/>
|
|
</pipeline>
|