init
This commit is contained in:
56
airflow/ods/fxcd/ENTITY/config/m_ODS_FXCD_F_ENTITY_PARSE.yml
Normal file
56
airflow/ods/fxcd/ENTITY/config/m_ODS_FXCD_F_ENTITY_PARSE.yml
Normal file
@@ -0,0 +1,56 @@
|
||||
# App configurations
|
||||
encoding_type: latin1
|
||||
|
||||
# Global configurations
|
||||
tmpdir: /tmp
|
||||
inbox_prefix: INBOX/FXCD/ENTITY
|
||||
archive_prefix: ARCHIVE/FXCD/ENTITY
|
||||
workflow_name: w_ODS_FXCD_F_ENTITY
|
||||
validation_schema_path: None
|
||||
file_type: csv
|
||||
|
||||
tasks:
|
||||
- task_name: m_ODS_FXCD_F_ENTITY_PARSE
|
||||
ods_prefix: INBOX/FXCD/ENTITY/FXCD_F_ENTITY
|
||||
output_table: FXCD_F_ENTITY
|
||||
output_columns:
|
||||
- type: 'a_key'
|
||||
column_header: 'A_KEY'
|
||||
- type: 'workflow_key'
|
||||
column_header: 'A_WORKFLOW_HISTORY_KEY'
|
||||
- type: 'csv_header'
|
||||
value: 'ENTITY_ID'
|
||||
column_header: 'ENTITY_ID'
|
||||
- type: 'csv_header'
|
||||
value: 'FKIT_CODE'
|
||||
column_header: 'FKIT_CODE'
|
||||
- type: 'csv_header'
|
||||
value: 'ENTITY_NAME'
|
||||
column_header: 'ENTITY_NAME'
|
||||
- type: 'csv_header'
|
||||
value: 'BVD_BANK_INDEX_NUMBER'
|
||||
column_header: 'BVD_BANK_INDEX_NUMBER'
|
||||
- type: 'csv_header'
|
||||
value: 'RISK_COUNTRY_ID'
|
||||
column_header: 'RISK_COUNTRY_ID'
|
||||
- type: 'csv_header'
|
||||
value: 'ST_MANUAL_RATING_FLAG'
|
||||
column_header: 'ST_MANUAL_RATING_FLAG'
|
||||
- type: 'csv_header'
|
||||
value: 'LT_MANUAL_RATING_FLAG'
|
||||
column_header: 'LT_MANUAL_RATING_FLAG'
|
||||
- type: 'csv_header'
|
||||
value: 'ST_SECOND_BEST_RATING'
|
||||
column_header: 'ST_SECOND_BEST_RATING'
|
||||
- type: 'csv_header'
|
||||
value: 'LT_SECOND_BEST_RATING'
|
||||
column_header: 'LT_SECOND_BEST_RATING'
|
||||
- type: 'csv_header'
|
||||
value: 'CAP_TIER1_AMT'
|
||||
column_header: 'CAP_TIER1_AMT'
|
||||
- type: 'csv_header'
|
||||
value: 'CAP_EQUITY_AMT'
|
||||
column_header: 'CAP_EQUITY_AMT'
|
||||
- type: 'csv_header'
|
||||
value: 'BLOOMBERG_TICKER'
|
||||
column_header: 'BLOOMBERG_TICKER'
|
||||
Reference in New Issue
Block a user