-
Notifications
You must be signed in to change notification settings - Fork 71
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: Allow SQL tap developers to leverage post_process
#1681
feat: Allow SQL tap developers to leverage post_process
#1681
Conversation
Thanks @BuzzCutNorman 🙌 Out of interest, do you have a link to a Tap where you are using or want to use this functionality? What kinds of transforms are you doing? |
Codecov Report
@@ Coverage Diff @@
## main #1681 +/- ##
==========================================
- Coverage 85.11% 85.08% -0.04%
==========================================
Files 59 59
Lines 4865 4868 +3
Branches 806 807 +1
==========================================
+ Hits 4141 4142 +1
- Misses 526 527 +1
- Partials 198 199 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@kgpayne I am using this in my tap-mssql variant. Here is the link to the post_process method in tap-mssql. |
post_process
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @BuzzCutNorman!
Gives SQL Streams the ability to utilize the Core Stream post_process method out of the box just like REST Streams.
Closes #1674
📚 Documentation preview 📚: https://meltano-sdk--1681.org.readthedocs.build/en/1681/