amphi-ai / amphi-etl

Visual Data Transformation with Python Code Generation. Low-Code Python-based ETL.
https://amphi.ai
Other
908 stars 44 forks source link

Database output : DuckDB #179

Open amoradell opened 1 month ago

amoradell commented 1 month ago

Hello,

Is it possible to add this analytical database as an ouput with filename and table ?

tgourdel commented 1 month ago

Hi @amoradell, sure thing, that shouldn't be an issue with SQL Alchemy, may I ask what do you use it for in your case? :) Thanks

amoradell commented 1 month ago

Hi, it's to export data from a standard database, transform with your components and ingest in DuckDB for further analysis.