vigimite / aqueducts

Framework to build data pipelines declaratively
Apache License 2.0
42 stars 2 forks source link

Feature: ODBC Destination #11

Closed vigimite closed 2 months ago

vigimite commented 4 months ago

Currently only ODBC sources are supported but I want to add support for ODBC destinations too.

The implementation will be similar to the sources however it will also need to create the table in the specified DB during the execution if it doesn't exist. When registering this destination we need to check if the schema is compatible with the table definition.

Optionally I will add support for SQL migrations for the table schema