Skip to content

Commit

Permalink
Bumped version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPDWalker committed Feb 3, 2022
1 parent 3ad6c52 commit 89a5ae6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'tap_googleads'
version: '0.1.0'
name: "tap_googleads"
version: "0.2.0"
require-dbt-version: [">=0.20.0", "<=1.0.0"]

config-version: 2
Expand All @@ -20,6 +20,6 @@ models:
+full_refresh: true
base:
materialized: table

vars:
schema: "{{ env_var('DBT_TARGET_SCHEMA') }}" # the schema where the raw GoogleAds tables are located
schema: "{{ env_var('DBT_TARGET_SCHEMA') }}" # the schema where the raw GoogleAds tables are located

0 comments on commit 89a5ae6

Please sign in to comment.