diff --git a/data/live__verified_api_endpoints.csv b/data/live__verified_api_endpoints.csv deleted file mode 100644 index 00db711..0000000 --- a/data/live__verified_api_endpoints.csv +++ /dev/null @@ -1,12 +0,0 @@ -Project,Endpoint,Type,Documentation -Snapshot,https://hub.snapshot.org/graphql,GraphQL,https://docs.snapshot.org/graphql-api -Defillama,https://api.llama.fi/,REST,https://defillama.com/docs/api -Defillama,https://yields.llama.fi/,REST,https://defillama.com/docs/api -Defillama,https://stablecoins.llama.fi/,REST,https://defillama.com/docs/api -Defillama,https://bridges.llama.fi/,REST,https://defillama.com/docs/api -Defillama,https://coins.llama.fi/,REST,https://defillama.com/docs/api -zkSync,https://api.zksync.io/api/v0.2/,REST,https://docs.zksync.io/apiv02-docs/ -DeepNFT Value,https://api.deepnftvalue.com/v1,REST,https://deepnftvalue.readme.io/reference/getting-started-with-deepnftvalue-api -Zapper,https://api.zapper.fi/v2/,REST,https://api.zapper.fi/api/static/index.html#/Apps/AppsController_getApps -Helius,https://api.helius.xyz,REST,https://docs.helius.xyz/introduction/why-helius -Stargaze Name Service,https://rest.stargaze-apis.com,REST,https://github.com/public-awesome/names/blob/main/API.md \ No newline at end of file diff --git a/models/live__allow_list.sql b/models/live__allow_list.sql deleted file mode 100644 index e18b0f6..0000000 --- a/models/live__allow_list.sql +++ /dev/null @@ -1,11 +0,0 @@ - -{{ config( - materialized = 'view', - grants = {'+select': fromyaml(var('ROLES'))} -) }} -SELECT '*.' || t.value AS allowed_domains -FROM table(flatten(input => {{ this.database }}.live.udf_allow_list())) AS t -ORDER BY - split_part(allowed_domains, '.', -1), - split_part(allowed_domains, '.', -2), - split_part(allowed_domains, '.', -3) diff --git a/packages.yml b/packages.yml index ee9544f..172201a 100644 --- a/packages.yml +++ b/packages.yml @@ -3,3 +3,5 @@ packages: version: [">=0.8.0", "<0.9.0"] - package: dbt-labs/dbt_utils version: [">=1.0.0", "<1.1.0"] + - git: https://github.com/FlipsideCrypto/livequery-base.git + revision: v1.0.1 \ No newline at end of file