fix: avoid rich traceback for overnight luigi commands

This commit is contained in:
Lance Edgar 2024-08-03 11:54:42 -05:00
parent 8ab21914bd
commit 59ab46a335

View file

@ -3,6 +3,8 @@
cd ${envroot}
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>
% if email_key is not Undefined and email_key: