Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Cette page explique comment créer une programmation pour l'exécution de votre pipeline. Par exemple, vous pouvez programmer l'exécution d'un pipeline tous les jours à 1h UTC.
Avant de commencer
Pour créer la planification, vous devez disposer d'un pipeline déployé dans Cloud Data Fusion. Si vous n'en avez pas, vous pouvez créer un pipeline en suivant le guide de démarrage rapide.
Pour créer, modifier ou suspendre une planification, ouvrez votre pipeline dans Cloud Data Fusion :
Accédez à votre instance :
Dans la console Google Cloud , accédez à la page Cloud Data Fusion.
Pour ouvrir l'instance dans Cloud Data Fusion Studio, cliquez sur Instances, puis sur Afficher l'instance.
La page Pipeline s'ouvre. Vous pouvez créer, modifier ou suspendre une planification pour votre pipeline.
Créer la programmation
Sur la page Pipeline de Cloud Data Fusion Studio, cliquez sur Programmer.
Vous pouvez utiliser l'onglet Basique ou Avancé pour définir votre planification.
De base
Dans l'onglet Basique, saisissez les informations suivantes concernant votre planification:
Fréquence, par exemple Every 5 minutes et Repeats every 30 days.
Heure de début, au format UTC.
Nombre maximal d'exécutions simultanées: choisissez jusqu'à 10 exécutions. Si dix pipelines sont déjà en cours d'exécution, l'exécution programmée que vous créez ne s'exécutera pas.
Profil Compute Engine: choisissez un profil de calcul. La valeur par défaut est le profil de calcul Dataproc.
Cliquez sur Enregistrer et démarrer la planification (ou sur Enregistrer la planification si vous souhaitez la démarrer ultérieurement).
Avancé
Dans l'onglet Avancé, définissez votre planification dans la syntaxe Cron.
Dans le champ Nombre maximal d'exécutions simultanées, choisissez jusqu'à 10 exécutions. Si dix pipelines sont déjà en cours d'exécution, l'exécution programmée que vous créez ne s'exécutera pas.
Cliquez sur Enregistrer et démarrer la planification (ou sur Enregistrer la planification si vous souhaitez la démarrer ultérieurement).
Modifier ou suspendre la planification
Vous pouvez modifier, démarrer ou suspendre une planification de pipeline à partir de la page Pipeline de Cloud Data Fusion Pipeline Studio.
Pour suspendre la planification, cliquez sur Annuler la planification.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/04 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/04 (UTC)."],[[["\u003cp\u003eThis guide details the process of creating a schedule for pipeline runs within Cloud Data Fusion, enabling automated execution at specified intervals.\u003c/p\u003e\n"],["\u003cp\u003eA deployed pipeline in Cloud Data Fusion is required before setting up a schedule, and users can follow a quickstart guide if they need to create one.\u003c/p\u003e\n"],["\u003cp\u003eSchedules can be defined using either the "Basic" tab, which offers user-friendly frequency and time options, or the "Advanced" tab, which uses cron syntax for more precise control.\u003c/p\u003e\n"],["\u003cp\u003eUsers can specify the maximum number of concurrent runs, with a limit of ten, to prevent overloading the system, and schedules can be started immediately or saved for later activation.\u003c/p\u003e\n"],["\u003cp\u003eOnce a schedule is created, it can be modified, started, or suspended directly from the "Pipeline" page in the Cloud Data Fusion Studio by using the "Unschedule" button.\u003c/p\u003e\n"]]],[],null,["# Schedule pipelines\n\nThis page describes how to create a [schedule](/data-fusion/docs/concepts/overview#scheduling)\nfor your pipeline runs. For example, you can schedule a pipeline to run daily at\n1:00 AM UTC.\n\nBefore you begin\n----------------\n\nTo create the schedule, you need to have a deployed pipeline in\nCloud Data Fusion. If you don't have one, you can create a pipeline by following\nthe [Quickstart](/data-fusion/docs/create-data-pipeline).\n\nTo create, edit, or suspend a schedule, open your pipeline in\nCloud Data Fusion:\n\n1. Go to your instance:\n\n\n 1. In the Google Cloud console, go to the Cloud Data Fusion page.\n\n 2. To open the instance in the Cloud Data Fusion Studio,\n click **Instances** , and then click **View instance**.\n\n [Go to Instances](https://console.cloud.google.com/data-fusion/locations/-/instances)\n\n \u003cbr /\u003e\n\n2. Go to the Cloud Data Fusion **List** page.\n\n3. In the **Deployed** tab, choose a pipeline.\n\n The **Pipeline** page opens, where you can create, edit, or suspend a\n schedule for your pipeline.\n\nCreate the schedule\n-------------------\n\nFrom the **Pipeline** page in the Cloud Data Fusion Studio, click\n**Schedule**.\n\nYou can use either the **Basic** or **Advanced** tab to define your schedule. \n\n### Basic\n\n1. On the **Basic** tab, enter the following information about your\n schedule:\n\n - Frequency, such as `Every 5 minutes` and `Repeats every 30 days`.\n - Start time, in UTC.\n - Maximum concurrent runs: Choose up to ten runs. If there are already ten pipelines running, the scheduled run that you're creating won't run.\n - Compute Engine profile: Choose a compute profile. The default is the Dataproc compute profile.\n2. Click **Save and start schedule** (or **Save schedule**, if you want to\n start it later).\n\n### Advanced\n\n1. On the **Advanced** tab, define your schedule in cron syntax.\n2. In the **Maximum concurrent runs** field, choose up to ten runs. If there are already ten pipelines running, the scheduled run that you're creating won't run.\n3. Click **Save and start schedule** (or **Save schedule**, if you want to start it later).\n\n| **Note:** When setting the cron syntax and entering values in the **Days of the week** field, consider '1' as `Sunday`. For example, if you want to schedule the pipeline for weekdays and skip the weekend, enter `2,3,4,5,6`.\n\nChange or suspend the schedule\n------------------------------\n\n- You can change, start, or suspend a pipeline schedule from the **Pipeline**\n page in the Cloud Data Fusion Studio.\n\n- To suspend the schedule, click **Unschedule**."]]