mara / mara-pipelines

A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow
MIT License
2.07k stars 100 forks source link

fix get_user_display_name on docker #90

Closed leo-schick closed 1 year ago

leo-schick commented 1 year ago

On docker the flask mara_pipelines.ui.run-interactively fails with image

This is a fix for this: According to the python documentation os.getlogin(), getpass.getuser() should be used.

jankatins commented 1 year ago

Does that work in the end in the environment where os.getlogin() failed?

leo-schick commented 1 year ago

Done.