Skip to content

Commit

Permalink
HOP-2858 : Allow metadata injection through metadata property annotat…
Browse files Browse the repository at this point in the history
…ions (Extra IT MDI test for CSV Input)
  • Loading branch information
mattcasters committed May 10, 2021
1 parent 1b6cc66 commit 64b76a3
Show file tree
Hide file tree
Showing 7 changed files with 1,053 additions and 0 deletions.
83 changes: 83 additions & 0 deletions integration-tests/mdi/0004-csv-input-child.hpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<pipeline>
<info>
<name>0004-csv-input-child</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/05/10 10:52:28.332</created_date>
<modified_user>-</modified_user>
<modified_date>2021/05/10 10:52:28.332</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
</info>
<notepads>
</notepads>
<order>
<hop>
<from>CSV file input</from>
<to>Output</to>
<enabled>Y</enabled>
</hop>
</order>
<transform>
<name>CSV file input</name>
<type>CSVInput</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<filename/>
<filename_field/>
<rownum_field/>
<include_filename>N</include_filename>
<separator/>
<enclosure/>
<header>N</header>
<buffer_size>50000</buffer_size>
<lazy_conversion>N</lazy_conversion>
<add_filename_result>N</add_filename_result>
<parallel>N</parallel>
<newline_possible>N</newline_possible>
<encoding/>
<fields>
</fields>
<attributes/>
<GUI>
<xloc>160</xloc>
<yloc>128</yloc>
</GUI>
</transform>
<transform>
<name>Output</name>
<type>Dummy</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<attributes/>
<GUI>
<xloc>336</xloc>
<yloc>128</yloc>
</GUI>
</transform>
<transform_error_handling>
</transform_error_handling>
<attributes/>
</pipeline>
Loading

0 comments on commit 64b76a3

Please sign in to comment.