• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

treasure-data / digdag / 3157 / 7
86%
master: 12%

Build:
Build:
LAST BUILD BRANCH: save-ci-memory
DEFAULT BRANCH: master
Ran 12 May 2020 03:04PM UTC
Files 51
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 May 2020 03:04PM UTC coverage: 86.412%. First build
CI_NODE_INDEX=6

push

travis-ci

Sadayuki Furuhashi
Exporting pool_name options for each engine

Treasure Data jobs can have pool_name option. Resource pools for Hive
and Presto are two isolated resources. So following example may not
work:

```
_export:
  td:
    database: abc
    pool_name: my_poc_presto_pool

+task1:
  td>: query1.sql
  engine: presto

+task2:
  td>: query2.sql
  engine: hive
```

This works:

```
_export:
  td:
    database: abc
    presto_pool_name: my_poc_presto_pool
    hive_pool_name: my_poc_hive_pool

+task1:
  td>: query1.sql
  engine: presto

+task2:
  td>: query2.sql
  engine: hive
```

2264 of 2620 relevant lines covered (86.41%)

0.86 hits per line

Source Files on job 3157.7 (CI_NODE_INDEX=6)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1452
  • Travis Job 3157.7
  • c67fcb26 on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc