fix after merge
This commit is contained in:
parent
558d1851f0
commit
957984b4c7
1 changed files with 53 additions and 47 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<pipeline>
|
<pipeline>
|
||||||
<info>
|
<info>
|
||||||
<name>recruit_update_date_ervu_dashboard</name>
|
<name>change_status_delta_citizen_liability_fz53_flow2_error</name>
|
||||||
<name_sync_with_filename>Y</name_sync_with_filename>
|
<name_sync_with_filename>Y</name_sync_with_filename>
|
||||||
<description/>
|
<description/>
|
||||||
<extended_description/>
|
<extended_description/>
|
||||||
|
|
@ -13,19 +13,63 @@
|
||||||
<transform_performance_capturing_delay>1000</transform_performance_capturing_delay>
|
<transform_performance_capturing_delay>1000</transform_performance_capturing_delay>
|
||||||
<transform_performance_capturing_size_limit>100</transform_performance_capturing_size_limit>
|
<transform_performance_capturing_size_limit>100</transform_performance_capturing_size_limit>
|
||||||
<created_user>-</created_user>
|
<created_user>-</created_user>
|
||||||
<created_date>2025/06/02 14:50:31.833</created_date>
|
<created_date>2025/06/16 12:20:06.191</created_date>
|
||||||
<modified_user>-</modified_user>
|
<modified_user>-</modified_user>
|
||||||
<modified_date>2025/06/02 14:50:31.833</modified_date>
|
<modified_date>2025/06/16 12:20:06.191</modified_date>
|
||||||
</info>
|
</info>
|
||||||
<notepads>
|
<notepads>
|
||||||
</notepads>
|
</notepads>
|
||||||
<order>
|
<order>
|
||||||
<hop>
|
<hop>
|
||||||
<from>Table input</from>
|
<from>Table input</from>
|
||||||
<to>Table output</to>
|
<to>Insert / update</to>
|
||||||
<enabled>Y</enabled>
|
<enabled>Y</enabled>
|
||||||
</hop>
|
</hop>
|
||||||
</order>
|
</order>
|
||||||
|
<transform>
|
||||||
|
<name>Insert / update</name>
|
||||||
|
<type>InsertUpdate</type>
|
||||||
|
<description/>
|
||||||
|
<distribute>Y</distribute>
|
||||||
|
<custom_distribution/>
|
||||||
|
<copies>1</copies>
|
||||||
|
<partitioning>
|
||||||
|
<method>none</method>
|
||||||
|
<schema_name/>
|
||||||
|
</partitioning>
|
||||||
|
<commit>100</commit>
|
||||||
|
<connection>ervu-dashboard</connection>
|
||||||
|
<lookup>
|
||||||
|
<key>
|
||||||
|
<condition>=</condition>
|
||||||
|
<field>job_name</field>
|
||||||
|
<name>job_name</name>
|
||||||
|
</key>
|
||||||
|
<schema>public</schema>
|
||||||
|
<table>etl_checkpoints</table>
|
||||||
|
<value>
|
||||||
|
<name>job_name</name>
|
||||||
|
<rename>job_name</rename>
|
||||||
|
<update>N</update>
|
||||||
|
</value>
|
||||||
|
<value>
|
||||||
|
<name>record_created</name>
|
||||||
|
<rename>record_created</rename>
|
||||||
|
<update>Y</update>
|
||||||
|
</value>
|
||||||
|
<value>
|
||||||
|
<name>status</name>
|
||||||
|
<rename>status</rename>
|
||||||
|
<update>Y</update>
|
||||||
|
</value>
|
||||||
|
</lookup>
|
||||||
|
<update_bypassed>N</update_bypassed>
|
||||||
|
<attributes/>
|
||||||
|
<GUI>
|
||||||
|
<xloc>1152</xloc>
|
||||||
|
<yloc>304</yloc>
|
||||||
|
</GUI>
|
||||||
|
</transform>
|
||||||
<transform>
|
<transform>
|
||||||
<name>Table input</name>
|
<name>Table input</name>
|
||||||
<type>TableInput</type>
|
<type>TableInput</type>
|
||||||
|
|
@ -40,52 +84,14 @@
|
||||||
<connection>ervu-dashboard</connection>
|
<connection>ervu-dashboard</connection>
|
||||||
<execute_each_row>N</execute_each_row>
|
<execute_each_row>N</execute_each_row>
|
||||||
<limit>0</limit>
|
<limit>0</limit>
|
||||||
<sql>SELECT
|
<sql> SELECT
|
||||||
created_at AS system_create_date,
|
'delta_citizen_liability_fz53_flow2' as job_name,
|
||||||
updated_at AS system_update_date,
|
'ERROR' as status,
|
||||||
current_timestamp AS record_created,
|
current_timestamp as record_created</sql>
|
||||||
'job_recruits_info' AS workflow
|
|
||||||
FROM ervu_dashboard.recruits_info
|
|
||||||
WHERE updated_at = (SELECT MAX(updated_at) FROM ervu_dashboard.recruits_info)
|
|
||||||
limit 1</sql>
|
|
||||||
<variables_active>N</variables_active>
|
<variables_active>N</variables_active>
|
||||||
<attributes/>
|
<attributes/>
|
||||||
<GUI>
|
<GUI>
|
||||||
<xloc>896</xloc>
|
<xloc>784</xloc>
|
||||||
<yloc>304</yloc>
|
|
||||||
</GUI>
|
|
||||||
</transform>
|
|
||||||
<transform>
|
|
||||||
<name>Table output</name>
|
|
||||||
<type>TableOutput</type>
|
|
||||||
<description/>
|
|
||||||
<distribute>Y</distribute>
|
|
||||||
<custom_distribution/>
|
|
||||||
<copies>1</copies>
|
|
||||||
<partitioning>
|
|
||||||
<method>none</method>
|
|
||||||
<schema_name/>
|
|
||||||
</partitioning>
|
|
||||||
<commit>1000</commit>
|
|
||||||
<connection>ervu-dashboard</connection>
|
|
||||||
<fields>
|
|
||||||
</fields>
|
|
||||||
<ignore_errors>N</ignore_errors>
|
|
||||||
<only_when_have_rows>N</only_when_have_rows>
|
|
||||||
<partitioning_daily>N</partitioning_daily>
|
|
||||||
<partitioning_enabled>N</partitioning_enabled>
|
|
||||||
<partitioning_monthly>Y</partitioning_monthly>
|
|
||||||
<return_keys>N</return_keys>
|
|
||||||
<schema>public</schema>
|
|
||||||
<specify_fields>N</specify_fields>
|
|
||||||
<table>recruit_create</table>
|
|
||||||
<tablename_in_field>N</tablename_in_field>
|
|
||||||
<tablename_in_table>Y</tablename_in_table>
|
|
||||||
<truncate>N</truncate>
|
|
||||||
<use_batch>Y</use_batch>
|
|
||||||
<attributes/>
|
|
||||||
<GUI>
|
|
||||||
<xloc>1216</xloc>
|
|
||||||
<yloc>304</yloc>
|
<yloc>304</yloc>
|
||||||
</GUI>
|
</GUI>
|
||||||
</transform>
|
</transform>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue