tanagra-index-underlay - Run all jobs for underlay.
tanagra index underlay [--dry-run] [--github-dir=<githubDir>] --indexer-config=<name> [--job-executor=<jobExecutor>] [--output-dir=<outputDir>] [--job-filter=<classNames>[, <classNames>…]]…
- --dry-run
-
Do a dry run. No indexing tables will be written and no Dataflow jobs will be kicked off.
Default: false
- --github-dir=<githubDir>
-
Absolute path of the top-level directory for the local clone of the tanagra GitHub repo. Defaults to the current directory.
- --indexer-config=<name>
-
Indexer config name
- --job-executor=<jobExecutor>
-
Executor to use when running jobs: PARALLEL, SERIAL. Recommend serial for debugging, parallel otherwise.
Default: PARALLEL
- --job-filter=<classNames>[,<classNames>…]
-
Only run jobs with these class names. Specify the class names relative to the IndexingJob class (e.g. bigquery.ValidateDataTypes, not bio.terra.tanagra.indexing.job.bigquery.ValidateDataTypes). Useful for debugging a particular indexing job.
- --output-dir=<outputDir>
-
Absolute path to the directory where the html report will be written. Defaults to the current directory.