init
This commit is contained in:
38
dbt/models/control_tables/_sources.yml
Normal file
38
dbt/models/control_tables/_sources.yml
Normal file
@@ -0,0 +1,38 @@
|
||||
version: 2
|
||||
|
||||
sources:
|
||||
- name: control_tables
|
||||
schema: ct_mrds
|
||||
tables:
|
||||
- name: A_WORKFLOW_HISTORY
|
||||
identifier: A_WORKFLOW_HISTORY
|
||||
|
||||
- name: A_TASK_HISTORY
|
||||
identifier: A_TASK_HISTORY
|
||||
|
||||
- name: A_TASK_HISTORY_SOURCE
|
||||
identifier: A_TASK_HISTORY_SOURCE
|
||||
|
||||
- name: A_TASK_HISTORY_TARGET
|
||||
identifier: A_TASK_HISTORY_TARGET
|
||||
|
||||
- name: A_MOPDB_LOAD_HISTORY
|
||||
identifier: A_MOPDB_LOAD_HISTORY
|
||||
|
||||
- name: A_DWH_LOAD_HISTORY
|
||||
identifier: A_DWH_LOAD_HISTORY
|
||||
|
||||
- name: control_sequences
|
||||
schema: ct_mrds
|
||||
tables:
|
||||
- name: A_WORKFLOW_HISTORY_SEQ
|
||||
identifier: A_WORKFLOW_HISTORY_KEY_SEQ
|
||||
|
||||
- name: A_TASK_HISTORY_SEQ
|
||||
identifier: A_TASK_HISTORY_KEY_SEQ
|
||||
|
||||
- name: A_TASK_HISTORY_SOURCE_SEQ
|
||||
identifier: A_TASK_HISTORY_SOURCE_KEY_SEQ
|
||||
|
||||
- name: A_TASK_HISTORY_TARGET_SEQ
|
||||
identifier: A_TASK_HISTORY_TARGET_KEY_SEQ
|
||||
Reference in New Issue
Block a user