-
Prepared 2 script.
**test.dig**
```yaml
timezone: UTC
+test_secret:
_env:
s: ${secret:secret_val}
py>: tasks.secret_test.test
```
**tasks/secret_test.py**
```py
import digdag
…
-
It's not the Digdag issue. It's Embulk issue. However, many users use Embulk with Digdag.
So, I wrote this issue for sharing the knowledge.
Digdag 0.9.12 server can't use Liquid `{% include %}` …
-
HI,
I wanted to know how I can activate a virtualenv before a python script is executed as part of the workflow?
I tried looking at the documentation and could not find any information. Am I mis…
-
after creating a symbolic link(no job is calling symbolic link, seems might be somewhere with verifying files), in Web UI, getting errors below:
> 2017-09-06 12:16:10.169 +1000 [ERROR] (0088@[0:tes…
-
Hello.
Now I am in trouble..
Up to 0.8.28, environment variables could be loaded in liquid by the following method.
But, since 0.8.29, environmental variables can not be read by the above method.…
-
I want to cleanup old logs from S3.
There is option for do it? Or can I do it manually?
-
When giving hash parameter:
```yaml
+step1:
echo>: start
+step2:
+repeat:
for_each>:
param:
- key: p1
- key: p2
- key: p3
_do:
+substep:
…
-
Hello,
I'm trying to display the output of a python script in the log section of digdag ui.
Is it something easily achievable or only possible?
Thanks for all the insight you could have on tha…
-
Is there any way to build an operator or plugin using python instead of java?
-
hello. **docker-digdag** was useful for me. thank you!
README.md
```
Usage
You have to install dogdag command. ← docdag?
```