snowplow / dbt-snowplow-utils

Snowplow utility functions to be used in conjunction with the snowplow-web dbt package.
Other
12 stars 6 forks source link

Add package name to dbt log output #133

Closed awoehrl closed 1 year ago

awoehrl commented 1 year ago

Is your feature request related to a problem? Please describe.

Right now the logs don't differentiate between Snowplow dbt packages. Resulting in the following:

16:17:04  18:17:04 + Snowplow: Standard incremental run
16:17:05  18:17:05 + Snowplow: Standard incremental run

Describe the solution you'd like

Add the package name to the log output.

rlh1994 commented 1 year ago

This line is actually generated by the snowplow_utils package so we would first need to make an upgrade there before we could roll this out to each package. We're currently doing some work on the utils package so I'll transfer the issue over there and if it's included in the next release we can add this to each package as we upgrade them.

awoehrl commented 1 year ago

Thank you @rlh1994!