Tagged: Digdag

Managing Secrets in Digdag 0

Managing Secrets in Digdag

In this post we will learn how to manage secrets in Digdag and how to use them in the workflows.

3

Seven Useful DigDag Tips and Tricks

Table of Contents1 Setup DigDag Config2 Enable Authentication3 Run a different version of Python4 Use other programming languages or call a binary5 Use Restful APIs6 Use Docker7 Make HTTP Requests DigDag is a pretty simple tool to install and run. There are quite a few tips and tricks that you can use to...

1

How to use DigDag Restful APIs to Trigger a Job

Table of Contents1 A Simple Project and Workflow2 Trigger the task using API2.1 Get Project2.2 Get Current workflowId2.3 Make an Attempt to Run3 Make an Attempt with Params DigDag has been a tool of choice to run data workflows and some batch jobs at First Walkin Technologies. I liked DigDag from day one. Just like any Unix...