From 9225c463b27fdcf18ac9dab75faadb58bcdad0d7 Mon Sep 17 00:00:00 2001 From: Pengyu <3771747+better365@users.noreply.github.com> Date: Tue, 5 Dec 2023 22:01:31 -0800 Subject: [PATCH] address comments. --- api/py/ai/chronon/repo/run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/py/ai/chronon/repo/run.py b/api/py/ai/chronon/repo/run.py index 7a8fafc6d..5f136ef4c 100755 --- a/api/py/ai/chronon/repo/run.py +++ b/api/py/ai/chronon/repo/run.py @@ -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"