Naotoshi Seo

Results 4 issues of Naotoshi Seo

In my environment, I use instance profile (so, I do not have `~/.aws/credentials`), but use `~/.aws/config`. Still, I want to use `aws_config` gem as a parser of `~/.aws/config`.

``` _export: orig: key: 1 +task1: _export: alias: ${orig} sh>: echo ${alias} # {key:1} +task2: _export: alias: ${orig} sh>: echo ${alias.key} # empty ``` I expected that `${orig}` gives me...

bug
enhancement

Currently, digdag supports only top-level workflows with `digdag workflows` or digdag web UI. It means that we have to locate .dig files as follows if we want to make it...

feature_request

We used `digdag disable`, and then `digdag enable` after a few days. We noticed that all jobs during being disabled were enqueued accidently. ref. https://qiita.com/shiozaki/items/d7ea6fe358da46bc13b5 (Japanese) To avoid this accident,...