Skip to content

Commit

Permalink
Merge pull request #3 from garfieldthesam/main
Browse files Browse the repository at this point in the history
Removing logging call sending many `True` and `False` messages to `stdout` and `stderr`
  • Loading branch information
LewisDavies authored Feb 3, 2023
2 parents b285e5e + 7145774 commit 9ed7ecb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'upstream_prod'
version: '0.2.0'
version: '0.2.1'
config-version: 2

require-dbt-version: [">=1.1.0", "<2.0.0"]
Expand Down
1 change: 0 additions & 1 deletion macros/ref.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
{% if execute %}
{% set nodes = graph.nodes.values() %}
{% set current_node = (nodes | selectattr("alias", "equalto", current_model) | list).pop() %}
{{ log(current_node.resource_type == 'test', info=True) }}
{% if current_node.resource_type == 'test' %}
{{ return(parent_ref) }}
{% endif %}
Expand Down

0 comments on commit 9ed7ecb

Please sign in to comment.