OpenFn / lightning

OpenFn/Lightning ⚡️ is the newest version of the OpenFn DPG and provides a web UI to visually manage complex workflow automation projects.
https://openfn.github.io/lightning/
GNU Lesser General Public License v3.0
126 stars 34 forks source link

Provisioner breaks on Kafka triggers #2506

Open christad92 opened 2 weeks ago

christad92 commented 2 weeks ago

For workflows based on Kafka triggers, when the run a pull command the project.yaml does not contain the Kafka specific fields that are relevant for the configuration.

[CLI] ✘ Failed to deploy project jembi-cdc-ahie-test:
{
  "errors": {
    "workflows": {
      "1-process-cdr-bundle": {
        "triggers": {
          "kafka": {
            "kafka_configuration": [
              "This field can't be blank."
            ]
          }
        }
      }
    }
  }
}
taylordowns2000 commented 6 days ago

Marking this as a bug—the export fails currently. (i've updated the issue description to include the error.)