Skip to content

Commit

Permalink
address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyu-hou committed Dec 6, 2023
1 parent 21f94a8 commit 9225c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/py/ai/chronon/repo/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,8 @@ def set_defaults(parser):
"--app-name", help="app name. Default to {}".format(APP_NAME_TEMPLATE)
)
parser.add_argument(
"--start-ds", help="overwrite the original start partition for a range backfill. It only supports staging query, "
"group by backfill and join jobs"
"--start-ds", help="override the original start partition for a range backfill. "
"It only supports staging query, group by backfill and join jobs"
)
parser.add_argument(
"--end-ds", help="the end ds for a range backfill"
Expand Down

0 comments on commit 9225c46

Please sign in to comment.