meltano / sdk

Write 70% less code by using the SDK to build custom extractors and loaders that adhere to the Singer standard: https://sdk.meltano.com
https://sdk.meltano.com
Apache License 2.0
87 stars 64 forks source link

feat: sql targets: migrate insert_records to sqlalchemy #1767

Closed visch closed 2 days ago

visch commented 1 year ago

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 https://github.com/MeltanoLabs/target-postgres/pull/138 .

Current code https://github.com/meltano/sdk/blob/3ceb28a97a77a5e22163fc887fe16ff129c2dc28/singer_sdk/sinks/sql.py#LL318C27-L318C52

stale[bot] commented 3 weeks ago

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.