amphi-ai / amphi-etl

Python-based Low-code ETL for data manipulation and transformation. Generates Python code you can deploy anywhere.
https://amphi.ai
Other
778 stars 33 forks source link

Component SELECT COLUMN have a bug after renaming a field #145

Open Mika97400 opened 4 days ago

Mika97400 commented 4 days ago

Hello,

After renaming a field in source (excel file) even after refreshing selected columns with the new field, you get an error :

Error invalid syntax. Perhaps you forgot a comma? (3431119965.py, line 62) [Show Traceback]

You must drop the component and recreate it to remove the error.

Best regards.

tgourdel commented 4 days ago

Hi @Mika97400, thanks for reporting. Would you be able to show the code generated that causes the issue?

Mika97400 commented 2 days ago

It looks like python code don't refresh :

Capture d'écran 2024-09-18 111040 Capture d'écran 2024-09-18 111240 Capture d'écran 2024-09-18 111708

tgourdel commented 2 days ago

Thank you, I've been able to reproduce, will fix ASAP.