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

support datetime + formatting in connectors #45

Open izulin opened 2 months ago

izulin commented 2 months ago

Is your feature request related to a problem? Please describe. Connectors (python connector, jsonlines, kafka...) pass datetime values as str.

Describe the solution you'd like Add support for:

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.