英文: How can i get all dags details from airflow rest api 问题 我在我的Airflow帐户中有更多的DAG(约150个DAG)。 我的Airfl...
Airflow DAG没有启动。
英文: Airflow DAG does not start 问题 我已经创建了一对几乎相同的DAG,只是为了测试调度。 在2023年6月21日凌晨1:22和1:57(乌克兰当地时间)创建了DAG文件...
如果Airflow任务运行时间超过10小时,有没有办法让任务失败?
英文: Is there any way we can fail the task if it is running more than 10 hours in Airflow Dag 问题 在Air...
ImportError: 无法导入名称 ‘Param’,来自 airflow.models
英文: airflow.models import Param ImportError: cannot import name 'Param' 问题 我遇到以下错误。我应该怎么做才能修...
GCP Bigquery Python操作中的异常处理
英文: GCP Bigquery exception handling in Python operator 问题 I am trying to catch any error, when I ran...
Airflow传感器不完整文件列表
英文: Airflow Sensor incomplete files list 问题 我真的很好奇要知道,当文件没有完全复制/加载到目标数据存储时,空气流传感器是如何工作的。例如:我们有一个文件系统...
安装Airflow在计算引擎上。
英文: install airflow on compute engine 问题 我想问一下,你们中有没有人在Compute Engine上安装Airflow的经验。我一直在Google上搜索指南并向...
Airflow安装后找不到主模块
英文: Airflow can't find main module after install 问题 I just installed Python 3.10.11 on Suse SLES...
Airflow PostgreSQL操作符事务和提交
英文: airflow postgresoperator transaction and commits 问题 From the documentation of airflow: https://a...
Airflow 为什么看不到它的 HOME 文件夹?
英文: Why is Airflow not seeing it's HOME folder? 问题 Airflow实例设置时遇到问题,Airflow似乎无法看到它的$AIRFLOW_HOME...
9