treasure-data / digdag

Workload Automation System
https://www.digdag.io/
Apache License 2.0
1.31k stars 222 forks source link

Exporting env parameters from shell #540

Closed kakoni closed 7 years ago

kakoni commented 7 years ago

Using ruby/python script operators I can export new variables using Digdag.env. Wondering if this would be possible for shell scripts aswell?

frsyuki commented 7 years ago

sh> operator can't export values at this moment. Implementation proposal is welcomed.