bakdata / kpops

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

Investigate unrelated Pydantic exception in traceback #156

Closed disrupted closed 1 year ago

disrupted commented 1 year ago

whenever an application error occurs, the exception traceback includes an unrelated and misleading error about Pydantic

[Errno 2] No such file or directory: 'kpops/pydantic/main.py'
irux commented 1 year ago

https://github.com/tiangolo/typer/discussions/600 Issue/discussion about this.