amphi-ai / amphi-etl

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

Connection/input : drop-down menu to retrieve schema and table #67

Open simonaubertbd opened 3 months ago

simonaubertbd commented 3 months ago

Hello,

One thing I don't like that much is to have to swittch tools when I'm designing a pipeline. Here, I have to switch from database visualizer tool (such as dveaver or squirrel.. or hue, well you get it) to specify the exact schema and table. A way to retrieve it without quitting my configuration window would save time and frustration.

Best regards,

Simon

tgourdel commented 3 months ago

Hello, yes you're right, definitely something I'll add in future iterations!

tgourdel commented 2 weeks ago

Table selection is available for all databases now. Schema will come

simonaubertbd commented 2 weeks ago

Hello @tgourdel that's much better, thanks. Does it also include ODBC?

Best regards,

Simon