pathwaycom / pathwaycom/pathway

support datetime + formatting in connectors

Open
#45 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
62.3k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

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:

  • formatting auxiliary info in schemas and/or pathway types
  • connectors doing basic preprocessing using schema auxiliary info

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Python connector, jsonlines and Kafka connector entry points, then trace how schemas and pathway types carry auxiliary information. Define how datetime formatting is represented and how connectors preprocess values from it. Done means connectors no longer pass datetime values only as strings and the requested formatting behavior is covered.

Written by the indexing model from the issue text.

Assessment

Tech stack
kafka, python
Domain
data-engineering, stream-processing
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.