fix: avoid rich traceback for overnight luigi commands
This commit is contained in:
parent
8ab21914bd
commit
59ab46a335
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue