LewisDavies / upstream-prod

A dbt package for easily using production data in a development environment.
32 stars 4 forks source link

Removing logging call sending many `True` and `False` messages to `stdout` and `stderr` #3

Closed garfieldthesam closed 1 year ago

garfieldthesam commented 1 year ago

Removed line from ref.sql that was, if I understand correctly, sending a boolean value to the stdout and stderr for each item returned from graph.nodes.values(). The boolean indicated if the node's resource_type was equal to test.

Per the discussion in the issue here this was used for testing and included accidentally by @LewisDavies.

Also changed version to 0.2.1,

LewisDavies commented 1 year ago

LGTM 👍