Skip to content

Instantly share code, notes, and snippets.

@kazukgw
Created October 30, 2017 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kazukgw/37b59ec0dc3fdafae2608a8fbf639766 to your computer and use it in GitHub Desktop.
Save kazukgw/37b59ec0dc3fdafae2608a8fbf639766 to your computer and use it in GitHub Desktop.
digdag-example
import digdag
class Hoge(object):
def hoge(self):
print digdag.env.params['hoge']
_export:
foo: ${moment(session_date).format('YYYYMMDD')}
+run_python:
py>: hoge.Hoge.hoge
hoge:
fuga: ${foo}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment