Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 13 Next »

  1. connect to "analytics" server using your favorite SSH tool
  2. enter EtlShell /home/unix/analytics/TigerETL3/runEtlShell.sh
  3. run etl-commands as you see fit

 

 

ETL Tasks

TASK descriptionCOMMAND

Manually push into GitHub by providing CSV-list of dbObjects and optional commit message. Note that dbObjects are specified by (dbname.schema.objectname) triplets where dbname is: seqprod, labopsjira or bsp

If no explicit commit-message is provided then built-into-your-code comments  would be picked

 

/* GITHUBCOMMENT: RPT-1234 */


analytics.tiger.agents.OracleVCS.manual.main(Array("labopsjira.REPORTING.ZZZAB_METADATA_TRANSITIONS,seqprod.COGNOS.ACTIVE_LAB", "Monads are great"))
blacklist runfolder from RunMercury/RghqsLoader agents

CognosDB("RunfolderAPI.blacklist", RunfolderAPI.blacklistRun("runfolder1,runfolder2"))

whitelist runfolder from RunMercury/RghqsLoader agents

CognosDB("RunfolderAPI.whitelist", RunfolderAPI.whitelistRun("runfolder1,runfolder2"))

  
  
  
  
  
  
  
  • No labels