pending_tasks.json 796 B

123456789101112
  1. [
  2. {
  3. "task_id": 10,
  4. "task_name": "测试",
  5. "task_description": "# Task: 测试\n\n## Update Mode\n- **Mode**: Append (追加模式)\n- **Description**: 新数据将追加到目标表,不删除现有数据\n\n## Implementation Steps\n1. Extract data from source tables as specified in the DDL\n2. Apply transformation logic according to the rule:\n3. Generate Python program to implement the data transformation logic\n4. Write transformed data to target table using append mode\n5. Create an n8n workflow to schedule and execute the Python program",
  6. "code_path": "app/core/data_flow",
  7. "code_name": "测试",
  8. "status": "processing",
  9. "notified_at": "2025-12-04T20:25:27.822463",
  10. "task_file": "G:\\code-lab\\DataOps-platform\\app\\core\\data_flow\\测试.py"
  11. }
  12. ]