-
Notifications
You must be signed in to change notification settings - Fork 197
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
feat(pipeline): implement normalize progress tracking for JSON normalizer #1639
Conversation
✅ Deploy Preview for dlt-hub-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
For the case when we're first extracting data and then normalizing, it works fine The code is chained, so it requires to through some args through several functions/classes. Tried to reduce it as much as possible. Thinking about how to test it... Seems to me something cunning is needed. However, the code is working for the case when we're extracting and then normalizing data. |
491efaf
to
5795b14
Compare
collected metrics will not go through process boundary, we'll need different approach here |
Towards #1567
Implements item 1 for
JsonLItemsNormalizer