2026年5月8日

摘要: 完整代码实现,等两个数据域跑完 触发下一个任务 第一步:在数据域 DAG 中定义“产出” 你需要在两个数据域的最后一个任务中增加一个 outlets 声明。 数据域 A (dag_sales.py): Python from airflow import DAG, Dataset from airf 阅读全文

posted @ 2026-05-08 11:07 飞行的蟒蛇 阅读(7) 评论(0) 推荐(0)

摘要: from airflow import DAG from airflow.operators.bash import BashOperator from datetime import datetime, timedelta import pendulum # 引入时区库 # 配置 DataX 路径 阅读全文

posted @ 2026-05-08 10:57 飞行的蟒蛇 阅读(7) 评论(0) 推荐(0)

摘要: # CLAUDE.md Behavioral guidelines to reduce common LLM coding mistakes. Merge with project-specific instructions as needed. **Tradeoff:** These guidel 阅读全文

posted @ 2026-05-08 10:32 飞行的蟒蛇 阅读(11) 评论(0) 推荐(0)