DateTime Transform
- Todd Greenstein
Owned by Todd Greenstein
Aug 29, 2016
1 min read
Loading data...
IntroductionÂ
A transform is needed that can convert DateTime formats saved as strings within the platform to DateTime values and perform DateTime operations.Â
Use-case
A Hydrator User would like to perform DateTime calculations within pipelines. Â DateTime values are stored as strings within the platform, and need runtime conversion in order to perform DateTime operations. Â
User Stories
- As a Hydrator User I want a plugin that I can use to specify a DateTime format, so that the parsing is handled automatically for me. Â
- As a Hydrator User I want to perform DateTime operations within my pipeline so that I can do duration, comparison, and range queries. Â
Example
Example for how the plugin should work
Implementation Tips
DesignÂ
Design:
Â
Â
Table of Contents
Checklist
- User stories documentedÂ
- User stories reviewedÂ
- Design documentedÂ
- Design reviewedÂ
- Feature mergedÂ
- Examples and guidesÂ
- Integration testsÂ
- Documentation for featureÂ
- Short video demonstrating the feature
Â
Created in 2020 by Google Inc.