digdag icon indicating copy to clipboard operation
digdag copied to clipboard

Workload Automation System

Results 100 digdag issues
Sort by recently updated
recently updated
newest added

* Digdag 0.9.21 ## NG (Without quote) ```yaml timezone: UTC _export: hoge: 123 +task1: echo>: ${hoge ? true : false} ``` ``` 2017-12-08 09:28:51 +0900: Digdag v0.9.21 error: Validating project...

When a task is retry and success, then I get return code 1. But, I want to get return-code 0, because task is success status. Do you have any solutions?

I would like to execute task level backfill because sometimes executing entire workflow is wasteful. It seems `digdag run` command can execute specific task but `digdag start` and `digdag backfill`...

I cannot find documentation about https support on digdag rest API and UI. Is there any way to communicate with digdag via https without reverse proxy server? If not, I...

When I set a secret `td.database`, `td>` operator fails even if `td.database` variable is set in dig file. The following procedure assuming TD access info is stored in `~/.td/td.conf`. ```test.dig...

bug

Apache airflow has this feature called depends_on_past, where "task instances will depend on the success of the preceding task instance". I find this extremely usable in my usecase where I've...

feature_request

- About workflow page of digdag server can show files when sh> but can't show files when py> and call>. Is there a solution? - Digdag version 0.9.42

feature_request

I am not able to use the Amazon Web Services `redshift_unload` operator. I do not use a permanent aws_access_key and aws_secret_key, but get temporary ones and a session token. I...

feature_request

Hi all, I have a feature request: the lifecycle management plugin interface OR the global resource management plugin interface. I wrote a plugin [digdag-operator-pg_lock](https://github.com/civitaspo/digdag-operator-pg_lock) that can get locks by PostgreSQL(if...

feature_request

Digdag server uses large database area when running the server for a long time. In this situation, Digdag user wants to delete past sessions. But currently, those feature doesn't implement...

enhancement
document