Skip to content

Commit

Permalink
making change
Browse files Browse the repository at this point in the history
  • Loading branch information
TayDunlap committed Aug 22, 2023
1 parent 11bdc51 commit efb66e8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 169 deletions.
6 changes: 0 additions & 6 deletions analyses/metric_query.sql

This file was deleted.

61 changes: 0 additions & 61 deletions models/metrics/metrics.yml

This file was deleted.

99 changes: 0 additions & 99 deletions models/metrics/reporting_metrics.yml

This file was deleted.

7 changes: 7 additions & 0 deletions models/staging/tpch/stg_tpch_customers.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{{
config(
materialized='table'
,post_hook="Select * from foobar"
)
}}

with source as (

select * from {{ source('tpch', 'customer') }}
Expand Down
4 changes: 1 addition & 3 deletions packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ packages:
- package: tnightengale/dbt_meta_testing
version: 0.3.5
- package: brooklyn-data/dbt_artifacts
version: 1.1.2
- package: dbt-labs/metrics
version: 1.4.1
version: 1.1.2

0 comments on commit efb66e8

Please sign in to comment.