fix: avoid rich traceback for overnight luigi commands

This commit is contained in:
Lance Edgar 2024-07-18 10:09:56 -05:00
parent 65a9a7c9be
commit 9eb44fa172

View file

@ -3,6 +3,8 @@
cd ${envroot} cd ${envroot}
export RATTAIL_CONFIG_FILES=${overnight_conf} export RATTAIL_CONFIG_FILES=${overnight_conf}
# nb. avoid rich-formatted traceback here since it's so "noisy"
export _TYPER_STANDARD_TRACEBACK=1
bin/rattail --no-versioning overnight -k ${automation.lower()} <%text>\</%text> bin/rattail --no-versioning overnight -k ${automation.lower()} <%text>\</%text>
% if email_key is not Undefined and email_key: % if email_key is not Undefined and email_key: