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 dff5d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "airflow-providers-wherobots"
version = "0.1.3"
version = "0.1.4"
description = "Airflow extension for communicating with Wherobots Cloud"
authors = ["zongsi.zhang <zongsi@wherobots.com>"]
readme = "README.md"
Expand Down

0 comments on commit dff5d68

Please sign in to comment.