We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3d860 commit 647f076Copy full SHA for 647f076
sdk/python/feast/feature_store.py
@@ -1334,8 +1334,8 @@ def materialize_incremental(
1334
provider = self._get_provider()
1335
print(
1336
f"{Style.BRIGHT + Fore.GREEN}{feature_view.name}{Style.RESET_ALL}"
1337
- f" from {Style.BRIGHT + Fore.GREEN}{start_date.replace(microsecond=0).astimezone()}{Style.RESET_ALL}"
1338
- f" to {Style.BRIGHT + Fore.GREEN}{end_date.replace(microsecond=0).astimezone()}{Style.RESET_ALL}:"
+ f" from {Style.BRIGHT + Fore.GREEN}{start_date.replace(microsecond=0)}{Style.RESET_ALL}"
+ f" to {Style.BRIGHT + Fore.GREEN}{end_date.replace(microsecond=0)}{Style.RESET_ALL}:"
1339
)
1340
1341
def tqdm_builder(length):
0 commit comments