Relative Content

Tag Archive for airflowairflow-webserver

Datasets tab not showing in Airflow

Using Airflow 2.10.2, connected with an admin role.
The Datasets tab is invisible.

The airflow instance contains dags with tasks that outlet datasets. There are no import errors and the datasets can be found in the airflow database.

Airflow Connection type doesn’t appear

I have a problem with my Airflow 2.9.1. I have it set up using docker. The machine works for me in the .yaml file I have defined
_PIP_ADDITIONAL_REQUIREMENTS: ${_PIP_ADDITIONAL_REQUIREMENTS:- salesforce}

how to make airflow webui can display chinese character?

I’ve successfully deployed an Airflow service on my Ubuntu server. However, I encountered errors when attempting to set arguments using Chinese characters. For instance, when I set a DAG’s owner to a Chinese character, serialization fails and the characters are converted to ‘???’. How can I resolve this issue?