feat: Add post_process
to SQLStream.get_records to match RESTStream functionality
#1674
Labels
post_process
to SQLStream.get_records to match RESTStream functionality
#1674
Feature scope
Taps (catalog, state, stream maps, etc.)
Description
I would like to propose that the code from
RESTStream.get_records
which invokes the methodpost_process
be added toSQLStream.get_records
. This enables SQL Tap developers to work with records before they are sent off to a Target. One example use would be the encoding of records values.Current
RESTStream.get_records
:Current
SQLStream.get_records
:Proposed
SQLStream.get_records
:The text was updated successfully, but these errors were encountered: