Documentation ¶
Index ¶
- func BoolTitle(b bool) string
- func CheckDeps(deps []string) bool
- func CreateDagGen(g GenData, directory string) (string, error)
- func MapToPythonDict(m map[string]interface{}) (string, error)
- func ToJSONString(v interface{}) (string, error)
- func ToMap(v interface{}) (map[string]interface{}, error)
- func TransformTaskID(taskID string) string
- type Args
- type Connection
- type Dag
- type GenData
- type HttpTask
- type PythonTask
- type StartDate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapToPythonDict ¶ added in v0.1.0
Function to convert a Go map to a Python dictionary string
func ToJSONString ¶ added in v0.1.0
Function to convert an interface to a JSON string
func TransformTaskID ¶ added in v0.1.0
Function to transform the task ID
Types ¶
type Connection ¶
type GenData ¶
type GenData struct { DagDef Dag Connections []Connection PythonImports []string Tasks []HttpTask PythonTask []PythonTask }
type PythonTask ¶ added in v0.1.6
Click to show internal directories.
Click to hide internal directories.