摘要:
from airflow.decorators import ( dag, task, ) from pendulum import datetime @dag( schedule="@none", start_date=datetime(2025, 1, 1), catchup=False, de
阅读全文
posted @ 2025-01-19 23:18
ZhangZhihuiAAA
阅读(167)
推荐(0)
摘要:
To create a new connection, select the + to add a new record. from airflow.decorators import ( dag, task, ) from pendulum import datetime @dag( start_
阅读全文
posted @ 2025-01-19 22:38
ZhangZhihuiAAA
阅读(5)
推荐(0)
摘要:
To retrieve these images, I frequently make use of the NASA Astronomy Picture of the Day API (https://apod.nasa.gov/apod/astropix.html) to gather a ne
阅读全文
posted @ 2025-01-19 15:35
ZhangZhihuiAAA
阅读(28)
推荐(0)
摘要:
(.venv) frank@ZZHUBT:~/venvs/my_airflow_project$ airflow config get-value core executor SequentialExecutor
阅读全文
posted @ 2025-01-19 13:46
ZhangZhihuiAAA
阅读(8)
推荐(0)