Il 15 settembre 2026, tutti gli ambienti Cloud Composer 1 e Cloud Composer 2 versione 2.0.x raggiungeranno la fine del ciclo di vita pianificata e non potrai più utilizzarli. Ti consigliamo di pianificare la migrazione a Cloud Composer 3.
Questa pagina spiega come ottenere informazioni sui DAG nel tuo ambiente.
Modalità di visualizzazione delle informazioni sui DAG
Cloud Composer offre diversi modi per ottenere informazioni dettagliate sui DAG nel tuo ambiente:
L'interfaccia utente DAG è una sezione dell' Google Cloud interfaccia della console per Cloud Composer dedicata alla visualizzazione e al monitoraggio di DAG, esecuzioni di DAG e singole attività.
Airflow CLI è l'interfaccia a riga di comando di Airflow. Puoi ottenere informazioni sui DAG eseguendo i comandi Airflow CLI con gcloud.
Informazioni sull'interfaccia utente del DAG di Cloud Composer
L'interfaccia utente DAG è una sezione dell' Google Cloud interfaccia della console per Cloud Composer dedicata alla visualizzazione e al monitoraggio di DAG, esecuzioni di DAG e singole attività.
Nell'interfaccia utente DAG, puoi:
Visualizza un elenco dei DAG nel tuo ambiente, inclusi intervalli di pianificazione, stati e descrizioni dei DAG.
Visualizza i dettagli delle esecuzioni del DAG, incluse quelle riuscite, attive e non riuscite, nonché il tempo trascorso dall'ultima esecuzione completata. Per ogni DAG, puoi visualizzare la cronologia delle esecuzioni del DAG e delle istanze di attività associate a questo determinato DAG, inclusi i log per le attività eseguite.
Filtra i dettagli dell'esecuzione del DAG. Ad esempio, puoi scegliere un intervallo di tempo e
creare query per selezionare le informazioni di cui hai bisogno.
Visualizza informazioni dettagliate su singoli DAG e attività. Sono inclusi diagrammi DAG visualizzati, informazioni sulle attività all'interno di un DAG, codice sorgente DAG e informazioni aggiuntive sui DAG.
Prima di iniziare
Assicurati che il tuo account abbia un ruolo che possa accedere all'interfaccia utente del DAG e visualizzarne i dettagli. Per ulteriori informazioni, consulta Controllo dell'accesso.
Nella colonna Elenco DAG, segui il link DAG per il tuo ambiente.
Puoi utilizzare i filtri per visualizzare i dettagli solo per determinati DAG o per determinate condizioni. Ad esempio:
Seleziona il campo Filtri.
Nell'elenco a discesa, seleziona la proprietà ID DAG.
Specifica l'identificatore del DAG. I risultati mostrano i dettagli solo per il DAG selezionato.
(Facoltativo) Per includere altri DAG, aggiungi operatori OR seguiti dagli ID DAG.
(Facoltativo) Per filtrare in base ad altre condizioni, aggiungi altre proprietà nel campo Filtri. Ad esempio, puoi filtrare in base ai DAG con esecuzioni non riuscite specificando Failed runs:>0.
UI di Airflow
Per visualizzare l'elenco dei DAG nell'interfaccia web di Airflow:
Nella Google Cloud console, vai alla pagina Ambienti.
Nella colonna Elenco DAG, segui il link DAG per il tuo ambiente.
Seleziona un DAG.
Nella pagina Dettagli DAG, vai alla scheda Esecuzioni.
Seleziona un'esecuzione DAG dall'elenco per visualizzarne i dettagli, ad esempio lo stato delle istanze di attività per questa esecuzione DAG, il numero di tentativi e la durata dell'esecuzione. Puoi selezionare singole attività per visualizzare i log delle istanze di attività.
UI di Airflow
Per visualizzare l'elenco dei DAG nell'interfaccia web di Airflow:
Nella Google Cloud console, vai alla pagina Ambienti.
Nella colonna Server web Airflow, segui il link Airflow per il tuo ambiente.
Accedi con l'Account Google che dispone delle autorizzazioni appropriate.
Nell'interfaccia web di Airflow, nel menu, seleziona
Sfoglia>Esecuzioni DAG. La pagina Esecuzioni DAG mostra le esecuzioni dei DAG per il tuo ambiente. Puoi seguire il link nella colonna ID esecuzione per visualizzare ulteriori informazioni sulle attività.
gcloud
Esegui il comando dags list-runs dell'interfaccia a riga di comando Airflow:
LOCATION con la regione in cui si trova l'ambiente.
DAG_ID con il nome del DAG.
Puoi ottenere ulteriori informazioni sulle istanze di attività eseguendo i comandi tasks state e tasks states-for-dag-run dell'interfaccia a riga di comando Airflow.
Nella colonna Server web Airflow, segui il link Airflow per il tuo ambiente.
Accedi con l'Account Google che dispone delle autorizzazioni appropriate.
Nell'interfaccia web di Airflow, nella pagina DAG, viene visualizzato un elenco di DAG per il tuo ambiente.
Per il DAG, nella colonna Collegamenti, segui il link Visualizzazione grafico.
Visualizzare il codice sorgente dei DAG e informazioni aggiuntive sui DAG
Console
Puoi visualizzare il codice sorgente dei DAG e informazioni aggiuntive come gli identificatori DAG e i link ai file di definizione DAG nel bucket dell'ambiente.
Nella Google Cloud console, vai alla pagina Ambienti.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-08-29 UTC."],[[["\u003cp\u003eCloud Composer provides multiple ways to access detailed information about Directed Acyclic Graphs (DAGs), including the DAG UI, Airflow UI, and Airflow CLI.\u003c/p\u003e\n"],["\u003cp\u003eThe DAG UI, accessible through the Google Cloud console, allows users to view lists of DAGs, pause or trigger them, and examine DAG run details, as well as filter results and view task logs.\u003c/p\u003e\n"],["\u003cp\u003eYou can view the history of DAG runs and tasks through the Console and Airflow UI by navigating to the Runs tab on the DAG details page or by using the appropriate gcloud CLI command.\u003c/p\u003e\n"],["\u003cp\u003eDAG diagrams, visualized with task dependencies, are accessible through the Diagram tab in the Console and the Graph View link in the Airflow UI, offering detailed task information.\u003c/p\u003e\n"],["\u003cp\u003eThe Console's Source tab and various tabs in Airflow UI offer access to DAG source code and other supplementary information about each DAG.\u003c/p\u003e\n"]]],[],null,["\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\n**Cloud Composer 3** \\| [Cloud Composer 2](/composer/docs/composer-2/view-dags \"View this page for Cloud Composer 2\") \\| [Cloud Composer 1](/composer/docs/composer-1/view-dags \"View this page for Cloud Composer 1\")\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nThis page explains how to get information about DAGs in your environment.\n\nWays to view information about DAGs\n\nCloud Composer provides several ways to get detailed information about DAGs in your environment:\n\n- DAG UI is a section of Google Cloud console interface for Cloud Composer dedicated to viewing and monitoring DAGs, DAG runs, and individual tasks.\n- [Airflow UI](/composer/docs/composer-3/access-airflow-web-interface) is the built-in web interface of Airflow.\n- [Airflow CLI](/composer/docs/composer-3/access-airflow-cli) is the command-line interface of Airflow. You can get information about DAGs by running Airflow CLI commands with `gcloud`.\n\nAbout Cloud Composer DAG UI\n\nDAG UI is a section of Google Cloud console interface for\nCloud Composer dedicated to viewing and monitoring DAGs, DAG runs,\nand individual tasks.\n\nIn DAG UI, you can:\n\n- View a list of DAGs in your environment, including schedule intervals, DAG\n states, and descriptions.\n\n- Pause, unpause, and [trigger DAGs](/composer/docs/composer-3/schedule-and-trigger-dags#manual).\n\n- View DAG run details, including successful, active, and failed runs, time\n since the last completed run. For each DAG, you can see the history of DAG\n runs and task instances associated with this particular DAG, including logs\n for executed tasks.\n\n- Filter DAG run details. For example, you can pick a time interval and\n create queries to select the information that you need.\n\n- View detailed information about individual DAGs and tasks. This includes\n visualized DAG diagrams, information about the tasks within a DAG, DAG\n source code, and extra information about DAGs.\n\nBefore you begin\n\n- Make sure that your account has a role that can access DAG UI and view DAG\n details. For more information, see [Access control](/composer/docs/composer-3/access-control).\n\n \u003cbr /\u003e\n\n- DAG UI requires enabled [DAG serialization](/composer/docs/composer-1/dag-serialization).\n\n- DAG UI is supported in Cloud Composer 1.17.8 and later\n versions.\n\nView the list of DAGs for your environment \n\nConsole\n\nThe **DAGs** tab of your environment shows the list of DAGs along with DAG\nrun details for each DAG.\n\nTo view the list of DAGs:\n\n1. In the Google Cloud console, go to the **Environments** page.\n\n [Go to Environments](https://console.cloud.google.com/composer/environments)\n2. In the **DAG list** column, follow the **DAGs** link for your environment.\n\nYou can use filters to view the details only for certain DAGs or for\ncertain conditions. For example:\n\n1. Select the **Filters** field.\n2. From the drop-down list, select the **DAG id** property.\n3. Specify the identifier of the DAG. The results show details only for the selected DAG.\n4. (Optional) To include more DAGs, add `OR` operators followed by DAG ids.\n5. (Optional) To filter on other conditions, add other properties in the **Filters** field. For example, you can filter for DAGs with failed runs by specifying `Failed runs:\u003e0`.\n\nAirflow UI\n\nTo view the list of DAGs in the Airflow web interface:\n\n1. In the Google Cloud console, go to the **Environments** page.\n\n [Go to Environments](https://console.cloud.google.com/composer/environments)\n2. In the **Airflow webserver** column, follow the **Airflow** link for your\n environment.\n\n3. Log in with the Google account that has the appropriate permissions.\n\n4. In the Airflow web interface, on the **DAGs** page, a list of DAGs for\n your environment is displayed.\n\ngcloud\n\nRun the `dags list` Airflow CLI command:\n\n\n gcloud composer environments run \u003cvar translate=\"no\"\u003eENVIRONMENT_NAME\u003c/var\u003e \\\n --location \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e \\\n dags list -- -o plain\n\nReplace:\n\n- `ENVIRONMENT_NAME` with the name of the environment.\n- `LOCATION` with the region where the environment is located.\n\nView the history of DAG runs and tasks \n\nConsole\n\nThe **Runs** tab on the **DAG details** page shows the history of DAG runs\nfor an individual DAG.\n\nTo view the history of DAG runs:\n\n1. In the Google Cloud console, go to the **Environments** page.\n\n [Go to Environments](https://console.cloud.google.com/composer/environments)\n2. In the **DAG list** column, follow the **DAGs** link for your environment.\n\n3. Select a DAG.\n\n4. On the **DAG details** page, go to the **Runs** tab.\n\n5. Select a DAG run from the list to view the DAG run details, such as the\n state of task instances for this DAG run, the number of tries and the\n execution duration. You can select individual tasks to view\n task instance logs.\n\nAirflow UI\n\nTo view the list of DAGs in the Airflow web interface:\n\n1. In the Google Cloud console, go to the **Environments** page.\n\n [Go to Environments](https://console.cloud.google.com/composer/environments)\n2. In the **Airflow webserver** column, follow the **Airflow** link for your\n environment.\n\n3. Log in with the Google account that has the appropriate permissions.\n\n4. In the Airflow web interface, in the menu, select\n **Browse** \\\u003e **DAG Runs** . The **DAG Runs** page displays\n DAG runs for your environment. You can follow the link in the **Run ID**\n column to get additional information about tasks.\n\ngcloud\n\nRun the `dags list-runs` Airflow CLI command:\n\n\n gcloud composer environments run \u003cvar translate=\"no\"\u003eENVIRONMENT_NAME\u003c/var\u003e \\\n --location \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e \\\n dags list-runs -- -d \u003cvar translate=\"no\"\u003eDAG_ID\u003c/var\u003e\n\nReplace:\n\n- `ENVIRONMENT_NAME` with the name of the environment.\n- `LOCATION` with the region where the environment is located.\n- `DAG_ID` with the name of the DAG.\n\nYou can get additional information about task instances by running `tasks state` and `tasks states-for-dag-run` Airflow CLI commands.\n\nFor more information, see [Access Airflow CLI](/composer/docs/composer-3/access-airflow-cli) and the\n[Airflow CLI reference](https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html).\n\n\u003cbr /\u003e\n\nView DAG diagrams \n\nConsole\n\nThe **Diagram** tab on the **DAG details** page show the visualisation of a\nDAG with task dependencies.\n\nTo view the diagram of a DAG:\n\n1. In the Google Cloud console, go to the **Environments** page.\n\n [Go to Environments](https://console.cloud.google.com/composer/environments)\n2. In the **DAG list** column, follow the **DAGs** link for your environment.\n\n3. Select a DAG.\n\n4. On the **DAG details** page, go to the **Diagram** tab.\n\n5. (Optional) To see additional information about tasks, select individual tasks on the diagram.\n\nAirflow UI\n\nTo view the diagram of a DAGs in the Airflow web interface:\n\n1. In the Google Cloud console, go to the **Environments** page.\n\n [Go to Environments](https://console.cloud.google.com/composer/environments)\n2. In the **Airflow webserver** column, follow the **Airflow** link for your\n environment.\n\n3. Log in with the Google account that has the appropriate permissions.\n\n4. In the Airflow web interface, on the **DAGs** page, a list of DAGs for\n your environment is displayed.\n\n5. For your DAG, in the **Links** column, follow the **Graph View** link.\n\nView DAG source code and additional information about DAGs \n\nConsole\n\nYou can view the source code of your DAGs and additional information such as\nDAG identifiers and links to DAG definition files in the environment's\nbucket.\n| **Note:** It is not possible to edit the source code of your DAGs on this tab.\n\n1. In the Google Cloud console, go to the **Environments** page.\n\n [Go to Environments](https://console.cloud.google.com/composer/environments)\n2. In the **DAG list** column, follow the **DAGs** link for your environment.\n\n3. Select a DAG.\n\n4. To view the DAG source code, go to the **Diagram** tab.\n\n5. To view additional information about the DAG, go to the **Source** tab.\n\nAirflow UI\n\nTo view the diagram of a DAGs in the Airflow web interface:\n\n1. In the Google Cloud console, go to the **Environments** page.\n\n [Go to Environments](https://console.cloud.google.com/composer/environments)\n2. In the **Airflow webserver** column, follow the **Airflow** link for your\n environment.\n\n3. Log in with the Google account that has the appropriate permissions.\n\n4. In the Airflow web interface, on the **DAGs** page, click on the name of\n your DAG.\n\n5. In the page with DAG details, navigate to available tabs to view\n additional information about the DAG.\n\nWhat's next\n\n- [Add and update DAGs](/composer/docs/composer-3/manage-dags)\n- [Schedule and trigger DAGs](/composer/docs/composer-3/schedule-and-trigger-dags)"]]