pathwaycom / pathway

Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
https://pathway.com
Other
2.84k stars 98 forks source link

Warn about missing `pw.run()` #35

Open embe-pw opened 2 months ago

embe-pw commented 2 months ago

Is your feature request related to a problem? Please describe. It's easy to forget doing pw.run(), which results in no computation taking place, which can be confusing.

Describe the solution you'd like There should be a warning when exiting if there are nodes in the computation graph added after the last pw.run() call (including if there was no call at all)