Hacker News new | ask | show | jobs
by thibautdr 727 days ago
Thanks! Being based on JupyterLab also allows Amphi to benefit from the vast ecosystem of extensions already available, such as the Git extension or using different file systems (S3).

Some users pointed out they were Alteryx users but liked the Python code generation from Amphi :)

1 comments

just an idea: is it possible to code generate Airflow code? since a lot of companies use airflow as ETL orchestrator
Amphi generates Python code, so you can definitely orchestrate them through Airflow but it doesn't generate "Airflow code" so to speak. Now, in the future we might develop Airflow specific workflows or maybe operators.