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

Deprecating `pw.DATE_TIME_UTC` #10

Open izulin opened 3 months ago

izulin commented 3 months ago

Is your feature request related to a problem? Please describe. Pathway column pw.DATE_TIME_UTC and data type pw.DateTimeUtc can be unified into the latter one. Similarly pw.DATE_TIME_NAIVE and pw.DateTimeNaive

Describe the solution you'd like Depreaction of pw.DATE_TIME_UTC and pw.DATE_TIME_NAIVE.