Skip to content

Commit

Permalink
Correct example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
zongsizhang committed May 28, 2024
1 parent d512652 commit b5e09f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ from airflow_providers_wherobots.operators.sql import WherobotsSqlOperator

with DAG(
dag_id="example_wherobots_sql_dag",
start_date=datetime.datetime.date(datetime.datetime.now()),
start_date=datetime.datetime.now(),
schedule="@hourly",
catchup=False
):
Expand Down

0 comments on commit b5e09f4

Please sign in to comment.