英文: airflow dynamic task group range creation 问题 我正在尝试根据用户提供的输入动态创建Airflow任务组。与下面的示例类似,但这里我们希望根据用户提供...
specify mysqlclient cflags and mysqlclient ldflags env vars manually while pip install apache-airflow-providers-mysql | Windows | no docker
英文: specify mysqlclient cflags and mysqlclient ldflags env vars manually while pip install apache-ai...
Airflow中的任务在失败时没有输出日志。
英文: Tasks fail without emitting logs in Airflow 问题 DAG在没有显示日志的情况下失败,但同时你仍然可以从3-4次尝试中启动它们。 我们使用的是PDI运...
AWS Airflow使用配置JSON触发任务。
英文: AWS Airflow trigger with configuration JSON 问题 我尝试使用Airflow创建动态触发器,也就是在触发Airflow之前,我想要更改多个参数。目前我...
AWS Airflow配置JSON触发器
英文: AWS Airflow trigger with configuration JSON 问题 我尝试使用Airflow创建动态触发器,也就是说,在触发Airflow时,我想在触发脚本之前更改多...
如何修复因为30秒超时错误而导致无法导入DAGs?
英文: How to fix failed to import DAGs due to 30s timeout errors? 问题 我们有多个mw1.large MWAA环境,每天都会出现导入错误,...
如何在Airflow中设置默认的重定向URL?
英文: How can I set up the default redirect URL in Airflow? 问题 我目前在Docker Compose中运行Airflow,可以通过http:/...
Airflow任务 XComArg 结果未找到。
英文: Airflow task XComArg result not found 问题 在create_release_report函数中出现了错误: ... File "/home/air...
访问 Airflow 中的 {{ts_nodash}} 值
英文: Accessing value of {{ts_nodash}} in airflow 问题 我需要访问{{ts_nodash}}的值,以将其格式化为日期时间并减去一小时。但这在Dag上给了我...
“dag import error : AttributeError: ‘ _TaskDecorator ‘ object has no attribute ‘ update_relative ‘”
英文: dag import error : AttributeError: '_TaskDecorator' object has no attribute 'update_...