I am trying to log the parameters, metrices and artifacts of my model in MLflow using Airflow . I am able to log these things when I execute the python file through the terminal, however it is not logged when I run the same file through Airflow.
Is there a way I can log these things when I execute the file through Airflow?