Area | Description |
①Computing Tasks Folder | The computing tasks folder centrally manages created tasks. It supports the following management operations: Folder Toolbar: Offers features such as filtering, refreshing, creating new folders, and locating tasks. Create Computing Tasks: Click the button to initiate the creation of computing tasks. The available tasks vary depending on the compute engine used; refer to the page display for details. Computing Tasks: Supports operations such as locking, editing, cloning, renaming, shifting, deleting, unpublishing, and unpublishing and deleting.
Important For Basic mode projects, task deletions are immediately updated in the production environment upon successful submission. Exercise caution when deleting tasks. For Dev-Prod mode projects, after task deletion submission, proceed to the pending publication list to publish the changes to the production environment.
Computing Tasks List: Manage your computing tasks by clicking on the list format.
|
②Toolbar | The toolbar enables actions such as saving, precompiling, executing, parameterized execution, submitting, unpublishing, formatting, refreshing, locking, locating, unpublishing, and unpublishing and deleting. Switch Version: For Python tasks, switch between Python 2.7, Python 3.7, and Python 3.11 execution versions. Switch Data Source: For database SQL tasks, change the data source of the task. Schema: For database SQL tasks with AnalyticDB for PostgreSQL, Oracle, or Presto databases, switch the Schema of the data source. Catalog: For database SQL tasks with Presto databases, switch the Catalog of the data source. Save: Save the current computing task in development. Precompile: Precompile the current computing task. Execute: Run the current computing task. Parameters set during the initial execution are retained for subsequent runs. Parameterized Execution: Execute the task without using saved parameters, requiring re-entry each time. Submit: Submit the task to the publication center or operation center. Unpublish: To unpublish computing tasks, navigate to the publication center and execute the unpublishing operations. For more information, see Deployment center. Go to operation: For computing tasks submitted to the operation center, you can go to the operation center to perform operation tasks. For more information, see Operation Center. Format: For SQL tasks, format the task code. Refresh: Refresh the current computing task. Lock: Acquire the editing lock for the task. Locate: Find the current computing task in the tasks folder. Delete, Unpublish and Delete: Remove or unpublish and delete the current computing task.
Important For Basic mode projects, task deletions are immediately updated in the production environment upon successful submission. Exercise caution when deleting tasks. For Dev-Prod mode projects, after task deletion submission, proceed to the pending publication list to publish the changes to the production environment.
|
③Editor | Develop computing tasks using the code editor, which supports various shortcuts and efficiency-enhancing features. For more information, see: |
④Configuration and management | Configure and manage the properties, relationships, historical data, and lineage of computing tasks. Property configuration: Set up the properties for computing tasks, which vary depending on the type of computation. Related: Offline computing tasks support viewing related objects of computing tasks, which are the tables that the current computing task references and reads, the tables that reference and read the current task, and the tasks that use the current task as an upstream dependency. For more information, see i.e.Compute,. For more information, see View and manage related objects of tasks. History: This feature allows you to view and manage the historical versions of tasks. For more information, see View and manage historical versions of real-time tasks. Lineage: Custom lineage is available for Python, Shell, and VIRTUAL computing tasks. For more information, see Custom lineage configuration.
|
Console | The console displays execution logs and results when tasks are executed or precompiled. For SQL query computing tasks, it includes the execution results, logs, and code sections. For more information, see SQL query computing tasks query result console. |