Commit 6003d097 authored by 吴升宇's avatar 吴升宇

update pgsql

parent e2ede543
# coding: utf-8
# -*- coding: utf-8 -*-
from datetime import timedelta, datetime
import calendar
from airflow import DAG
......@@ -21,7 +21,7 @@ dag = DAG(
default_args=default_args,
catchup=False,
description='',
schedule_interval='0 0 1 * * 0', # 每月一号零点执行一次
schedule_interval='0 0 1 * * 0',
)
now_time = datetime.now()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment