Skip to content

Commit

Permalink
Remove perp accounts settled orders model
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-snx committed Oct 15, 2024
1 parent 201d8e6 commit ef1b0a1
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 88 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
models:
- name: fct_perp_accounts_settled_orders_arbitrum_mainnet
description: Accounts that have settled a perps position.
columns:
- name: block_timestamp
description: "Block timestamp"
data_type: timestamp with time zone
tests:
- not_null
- name: account_id
description: "ID of the account"
data_type: numeric
tests:
- not_null
- name: fct_perp_interest_charged_arbitrum_mainnet
columns:
- name: id
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
models:
- name: fct_perp_accounts_settled_orders_arbitrum_sepolia
description: Accounts that have settled a perps position.
columns:
- name: block_timestamp
description: "Block timestamp"
data_type: timestamp with time zone
tests:
- not_null
- name: account_id
description: "ID of the account"
data_type: numeric
tests:
- not_null
- name: fct_perp_interest_charged_arbitrum_sepolia
columns:
- name: id
Expand Down

This file was deleted.

13 changes: 0 additions & 13 deletions transformers/synthetix/models/marts/base/mainnet/perp/schema.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
models:
- name: fct_perp_accounts_settled_orders_base_mainnet
description: Accounts that have settled a perps position.
columns:
- name: block_timestamp
description: "Block timestamp"
data_type: timestamp with time zone
tests:
- not_null
- name: account_id
description: "ID of the account"
data_type: numeric
tests:
- not_null
- name: fct_perp_interest_charged_base_mainnet
columns:
- name: id
Expand Down

This file was deleted.

13 changes: 0 additions & 13 deletions transformers/synthetix/models/marts/base/sepolia/perp/schema.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
models:
- name: fct_perp_accounts_settled_orders_base_sepolia
description: Accounts that have settled a perps position.
columns:
- name: block_timestamp
description: "Block timestamp"
data_type: timestamp with time zone
tests:
- not_null
- name: account_id
description: "ID of the account"
data_type: numeric
tests:
- not_null
- name: fct_perp_interest_charged_base_sepolia
columns:
- name: id
Expand Down

0 comments on commit ef1b0a1

Please sign in to comment.