fix: avoid rich traceback for overnight luigi commands
This commit is contained in:
parent
65a9a7c9be
commit
9eb44fa172
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue