feat: add new job configuration for red_terminal__attach with source and target definitions
This commit is contained in:
14
config.yaml
14
config.yaml
@@ -49,3 +49,17 @@ jobs:
|
|||||||
- 'SELECT 1'
|
- 'SELECT 1'
|
||||||
post_sql:
|
post_sql:
|
||||||
- "SELECT 1"
|
- "SELECT 1"
|
||||||
|
|
||||||
|
- name: red_terminal__attach
|
||||||
|
source:
|
||||||
|
schema: Red
|
||||||
|
table: TERMINAL__ATTACH
|
||||||
|
primary_key: GDB_ARCHIVE_OID
|
||||||
|
target:
|
||||||
|
schema: Red
|
||||||
|
table: TERMINAL__ATTACH
|
||||||
|
to_storage:
|
||||||
|
columns:
|
||||||
|
- source: DATA
|
||||||
|
target: FILE_URL
|
||||||
|
mode: REFERENCE_ONLY # REFERENCE_ONLY | DUPLICATE_WITH_REF
|
||||||
|
|||||||
Reference in New Issue
Block a user