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

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

Build:
Build:
LAST BUILD BRANCH: save-ci-memory
DEFAULT BRANCH: master
Ran 12 May 2020 03:04PM UTC
Jobs 1
Files 51
Run time 5s
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

pending completion
3157

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

Jobs
ID Job ID Ran Files Coverage
7 3157.7 (CI_NODE_INDEX=6) 12 May 2020 03:04PM UTC 0
86.41
Travis Job 3157.7
Source Files on build 3157
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3157
  • 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