Skip to content

Commit

Permalink
Add test config for aatams_acoustic_qc (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonescc authored and gsatimos committed May 28, 2019
1 parent 39bdc05 commit 5461ad4
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
36 changes: 36 additions & 0 deletions pipeline/talend_test/test_configs/aatams_acoustic_qc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

name: aatams_acoustic_qc
type: pipeline_version_1
po: xavier
dirs:
- path: /mnt/ebs/wip/acoustic_tagging
owner: projectofficer
group: projectofficer
actions:
- type: ADD
files:
- dest: /mnt/ebs/incoming/AATAMS/AATAMS_ACOUSTIC_QC
local_file: add.zip
- type: UPDATE
files:
- dest: /mnt/ebs/incoming/AATAMS/AATAMS_ACOUSTIC_QC
local_file: update.zip # First release date changed
- type: ADD
files:
- dest: /mnt/ebs/incoming/AATAMS/AATAMS_ACOUSTIC_QC
local_file: add-for-delete.zip
- type: DELETE
file: IMOS/AATAMS/acoustic_tagging/A69-1105-101_5354096_7597730.csv
drop_schema_objects: true
run_talend_liqui: false
talend_log_dir: /mnt/ebs/log/data-services/AATAMS_ACOUSTIC_QC
talend_jobs:
- aatams_acoustic_qc-aatams_acoustic_qc
database_schemas:
-
name: aatams_acoustic_qc
tables:
- name: atf_acoustic_qc_detections_map
exclude_columns: [colour]
- name: atf_acoustic_qc_detections_data
exclude_columns: []

0 comments on commit 5461ad4

Please sign in to comment.