init
This commit is contained in:
29
airflow/ods/fxcd/BRANCH/config/m_ODS_FXCD_F_BRANCH_PARSE.yml
Normal file
29
airflow/ods/fxcd/BRANCH/config/m_ODS_FXCD_F_BRANCH_PARSE.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
# App configurations
|
||||
encoding_type: latin1
|
||||
|
||||
# Global configurations
|
||||
tmpdir: /tmp
|
||||
inbox_prefix: INBOX/FXCD/BRANCH
|
||||
archive_prefix: ARCHIVE/FXCD/BRANCH
|
||||
workflow_name: w_ODS_FXCD_F_BRANCH
|
||||
validation_schema_path: None
|
||||
file_type: csv
|
||||
|
||||
tasks:
|
||||
- task_name: m_ODS_FXCD_F_BRANCH_PARSE
|
||||
ods_prefix: INBOX/FXCD/BRANCH/FXCD_F_BRANCH
|
||||
output_table: FXCD_F_BRANCH
|
||||
output_columns:
|
||||
- type: 'a_key'
|
||||
column_header: 'A_KEY'
|
||||
- type: 'workflow_key'
|
||||
column_header: 'A_WORKFLOW_HISTORY_KEY'
|
||||
- type: 'csv_header'
|
||||
value: 'BRANCH_ID'
|
||||
column_header: 'BRANCH_ID'
|
||||
- type: 'csv_header'
|
||||
value: 'ENTITY_ID'
|
||||
column_header: 'ENTITY_ID'
|
||||
- type: 'csv_header'
|
||||
value: 'CTP_ID'
|
||||
column_header: 'CTP_ID'
|
||||
Reference in New Issue
Block a user