kestra-io / plugin-dataform

Kestra plugin to interact with Dataform
Apache License 2.0
0 stars 2 forks source link

Implement plugin: Dataform CLI #2

Closed iNikitaGricenko closed 1 year ago

iNikitaGricenko commented 1 year ago

What changes are being made and why?

Implemented CLI plugin for Dataform #2303

How the changes have been QAed?

id: dataform
                namespace: dev
                tasks:
                  - id: transform
                    type: io.kestra.plugin.dataform.cli.DataformCLI
                    beforeCommands:
                      - dataform init postgres new_project
                      - cd new_project
                      - dataform compile
                    commands:
                      - dataform run