Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add docs for source data transformer #605

Merged
merged 4 commits into from
Mar 14, 2023

Conversation

KeranYang
Copy link
Member

@KeranYang KeranYang commented Mar 13, 2023

Closes #506

.
Signed-off-by: Keran Yang <[email protected]>
@KeranYang KeranYang marked this pull request as ready for review March 13, 2023 15:51
.
Signed-off-by: Keran Yang <[email protected]>
name: eventTimeExtractor
kwargs:
expression: json(payload).item[0].time
format: 2006-01-02T15:04:05Z07:00 # Remove this line if the event time is in epoch format.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
format: 2006-01-02T15:04:05Z07:00 # Remove this line if the event time is in epoch format.
format: 2006-01-02T15:04:05Z07:00 # please checkout event-time-extractor.md#epoch-format if you want to handle epoch, etc.

The user might get confused about how removing that will automatically handle epoch.

@vigith vigith changed the title chore: add docs for source data transformer docs: add docs for source data transformer Mar 13, 2023
Signed-off-by: Keran Yang <[email protected]>
@KeranYang KeranYang merged commit 746984f into numaproj:main Mar 14, 2023
whynowy pushed a commit that referenced this pull request Apr 3, 2023
@KeranYang KeranYang deleted the transformer-doc branch August 24, 2023 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add documentations for source data transformer(mapT)
3 participants