bakdata / kpops

Deploy Kafka pipelines to Kubernetes
https://bakdata.github.io/kpops
MIT License
12 stars 1 forks source link

Generate schema in CI #71

Closed disrupted closed 1 year ago

disrupted commented 1 year ago

Create a new CI workflow that runs from main to re-generate the kpops schemas (for pipeline.yaml and config.yaml), then commit and push those changes.

sujuka99 commented 1 year ago

Should I do the same as we did for the docs?

i.e. generate it in the pre-commit hooks, instead of in the CI

disrupted commented 1 year ago

Should I do the same as we did for the docs?

i.e. generate it in the pre-commit hooks, instead of in the CI

sounds reasonable to me 👍🏻