https://prefect.io logo
g

Gabriel Montañola

11/18/2020, 8:03 PM
I found a related PR: https://github.com/PrefectHQ/prefect/pull/3649 Hi there my good people, how you doing today? I'm trying to get
dbt
error logs sent to my task log but they are coming up as blank and I've already set
log_stderr
to True in the task definition.
Does someone know if I'm doing something wrong or is this a limitation/bug?
👍 1
j

Jim Crist-Harif

11/18/2020, 8:10 PM
Yep, this is currently being fixed, hope to have it out next release.
🎉 1
If you want to handle things now, you can always manually call
dbt
in a custom
@task
defined task and handle the output yourself. The task library is only for convenience, but isn't required.
g

Gabriel Montañola

11/18/2020, 8:22 PM
You folks are awesome! There is no rush to it, my main concern was to understand if I was messing things up somehow. Thanks for such quick reply!
👍 1
j

Jim Crist-Harif

11/18/2020, 8:23 PM
Glad to help!