Python Task
In many data analysis and processing scenarios, especially in BI+AI analysis scenarios, combining Python and SQL can greatly improve the efficiency of data analysis and processing. In Singdata Lakehouse, we provide a Python script task type for running Python code.
Operations Guide
-
Create a Task: In the data development interface, click the "Create Task" button to enter the task configuration page.
-
Select Task Type: On the task configuration page, select "Python Script" as the task type.
-
Write Python Code: In the Python code editor area, write the Python code you need to execute.
-
Run Task: Click the "Run" button to execute your Python script. The execution results will be displayed in the results area below.
-
Task Scheduling: Like SQL tasks, Python tasks can also be directly configured with periodic scheduling and operations management, and can be orchestrated into workflows with other tasks by setting task dependencies.
Practical Guidance
For practical guidance on installing dependency packages, customizing environments, importing data, and other operations in Python tasks, please refer to the following documents:
