Skip to content

Commit

Permalink
Remove empty config definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneynotthecity committed Nov 11, 2024
1 parent 41e72a5 commit dbc543f
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 48 deletions.
3 changes: 0 additions & 3 deletions models/staging/stg_account_signers.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ config()
}}

with
raw_table as (
select *
Expand Down
3 changes: 0 additions & 3 deletions models/staging/stg_accounts.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ config()
}}

with
raw_table as (
select *
Expand Down
3 changes: 0 additions & 3 deletions models/staging/stg_claimable_balances.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ config()
}}

with
raw_table as (
select *
Expand Down
3 changes: 0 additions & 3 deletions models/staging/stg_config_settings.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ config()
}}

with
raw_table as (
select *
Expand Down
3 changes: 0 additions & 3 deletions models/staging/stg_contract_code.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ config()
}}

with
raw_table as (
select *
Expand Down
3 changes: 0 additions & 3 deletions models/staging/stg_contract_data.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ config()
}}

with
raw_table as (
select *
Expand Down
3 changes: 0 additions & 3 deletions models/staging/stg_history_assets.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ config()
}}

/* This query prepares the assets of each load for deduplication,
in order to guarantee a new asset won't be loaded twice */
with
Expand Down
3 changes: 0 additions & 3 deletions models/staging/stg_history_effects.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ config()
}}

with
raw_table as (
select *
Expand Down
3 changes: 0 additions & 3 deletions models/staging/stg_history_ledgers.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ config()
}}

with
raw_table as (
select *
Expand Down
3 changes: 0 additions & 3 deletions models/staging/stg_history_operations.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ config()
}}

with
raw_table as (
select *
Expand Down
3 changes: 0 additions & 3 deletions models/staging/stg_history_trades.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ config()
}}

with
raw_table as (
select *
Expand Down
3 changes: 0 additions & 3 deletions models/staging/stg_history_transactions.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ config()
}}

with
raw_table as (
select *
Expand Down
3 changes: 0 additions & 3 deletions models/staging/stg_liquidity_pools.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ config()
}}

with
raw_table as (
select *
Expand Down
3 changes: 0 additions & 3 deletions models/staging/stg_offers.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ config()
}}

with
raw_table as (
select *
Expand Down
3 changes: 0 additions & 3 deletions models/staging/stg_trust_lines.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ config()
}}

with
raw_table as (
select *
Expand Down
3 changes: 0 additions & 3 deletions models/staging/stg_ttl.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ config()
}}

with
raw_table as (
select *
Expand Down

0 comments on commit dbc543f

Please sign in to comment.