You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
visch
changed the title
feat: sql taps/targets: migrate insert_records to sqlalchemy
feat: sql targets: migrate insert_records to sqlalchemy
Jun 15, 2023
This has been marked as stale because it is unassigned, and has not had recent activity. It will be closed after 21 days if no further activity occurs. If this should never go stale, please add the evergreen label, or request that it be added.
Feature scope
Taps (catalog, state, stream maps, etc.)
Description
Right now there's a lot of "manual" interaction with the database for SQL. Example implementation MeltanoLabs/target-postgres#138 .
Current code
https://github.com/meltano/sdk/blob/3ceb28a97a77a5e22163fc887fe16ff129c2dc28/singer_sdk/sinks/sql.py#LL318C27-L318C52
The text was updated successfully, but these errors were encountered: