Open anna-geller opened 1 year ago
Reproducer:
id: dataform_plugin namespace: qa tasks: - id: wdir type: io.kestra.core.tasks.flows.WorkingDirectory tasks: - id: clone_repo type: io.kestra.plugin.git.Clone url: https://github.com/dataform-co/dataform-example-project-bigquery - id: transform type: io.kestra.plugin.dataform.cli.DataformCLI beforeCommands: - dataform compile commands: - dataform run --dry-run
We need to find a proper way to install dataform core.
there's no need to cd into the project directory, the git clone task already does it
the problem here are only dataform core dependencies
Feature description
Reproducer:
We need to find a proper way to install dataform core.