Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
Apache Airflow job is powered by Apache Airflow.
This article shows you how to access Apache Airflow job logs through the Apache Airflow Job UI.
Prerequisites
To get started, you must complete the following prerequisites:
Create or use an existing workspace in Microsoft Fabric.
Create or use an existing Apache Airflow job in Microsoft Fabric.
Create and Run the Apache Airflow Job
We use default Directed Acyclic Graph (DAG), which is automatically created when a new file is added to Dags folder of Fabric managed storage.
Create a new file in Dags folder. A Dag is initialized consisting of BashOperator that prints "Hello world" in Apache Airflow Job logs.
Save and Run the DAG within the Apache Airflow UI.
Access logs of Apache Airflow Job
When the DAG runs, its logs are displayed in the results section. Click on Arrow, to expand the results section.
Apply filters to choose the
Start time
andLog type
of the logs.