mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:26:53 +00:00
Upd Package Lock, fix core_evm incr (#353)
* fix core_evm * package lock
This commit is contained in:
parent
8f45448a66
commit
2dccd4f5ef
2
.github/workflows/.dbt/profiles.yml
vendored
2
.github/workflows/.dbt/profiles.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
flow:
|
flow:
|
||||||
target: dev
|
target: prod
|
||||||
outputs:
|
outputs:
|
||||||
dev:
|
dev:
|
||||||
type: snowflake
|
type: snowflake
|
||||||
|
|||||||
@ -73,7 +73,6 @@ FROM
|
|||||||
{{ ref('silver_evm__blocks') }}
|
{{ ref('silver_evm__blocks') }}
|
||||||
|
|
||||||
{% if is_incremental() %}
|
{% if is_incremental() %}
|
||||||
{{ ref('bronze_evm__blocks') }}
|
|
||||||
WHERE
|
WHERE
|
||||||
modified_timestamp >= (
|
modified_timestamp >= (
|
||||||
SELECT
|
SELECT
|
||||||
|
|||||||
@ -30,7 +30,6 @@ FROM
|
|||||||
{{ ref('silver_evm__logs') }}
|
{{ ref('silver_evm__logs') }}
|
||||||
|
|
||||||
{% if is_incremental() %}
|
{% if is_incremental() %}
|
||||||
{{ ref('bronze_evm__blocks') }}
|
|
||||||
WHERE
|
WHERE
|
||||||
modified_timestamp >= (
|
modified_timestamp >= (
|
||||||
SELECT
|
SELECT
|
||||||
|
|||||||
@ -39,7 +39,6 @@ FROM
|
|||||||
{{ ref('silver_evm__transactions') }}
|
{{ ref('silver_evm__transactions') }}
|
||||||
|
|
||||||
{% if is_incremental() %}
|
{% if is_incremental() %}
|
||||||
{{ ref('bronze_evm__blocks') }}
|
|
||||||
WHERE
|
WHERE
|
||||||
modified_timestamp >= (
|
modified_timestamp >= (
|
||||||
SELECT
|
SELECT
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
packages:
|
packages:
|
||||||
- package: calogica/dbt_expectations
|
- package: calogica/dbt_expectations
|
||||||
version: 0.8.0
|
version: 0.8.2
|
||||||
- package: dbt-labs/dbt_external_tables
|
- package: dbt-labs/dbt_external_tables
|
||||||
version: 0.8.0
|
version: 0.8.2
|
||||||
- package: dbt-labs/dbt_utils
|
- package: dbt-labs/dbt_utils
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
- git: https://github.com/FlipsideCrypto/fsc-utils.git
|
- git: https://github.com/FlipsideCrypto/fsc-utils.git
|
||||||
@ -13,4 +13,4 @@ packages:
|
|||||||
version: 0.7.2
|
version: 0.7.2
|
||||||
- git: https://github.com/FlipsideCrypto/livequery-models.git
|
- git: https://github.com/FlipsideCrypto/livequery-models.git
|
||||||
revision: b024188be4e9c6bc00ed77797ebdc92d351d620e
|
revision: b024188be4e9c6bc00ed77797ebdc92d351d620e
|
||||||
sha1_hash: c7c045226dd8c512146d0727c5c22f43dc59e849
|
sha1_hash: efa8844f7c3e54f84d660c43f887b9cb084dfd9f
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
packages:
|
packages:
|
||||||
- package: calogica/dbt_expectations
|
- package: calogica/dbt_expectations
|
||||||
version: 0.8.0
|
version: 0.8.2
|
||||||
- package: dbt-labs/dbt_external_tables
|
- package: dbt-labs/dbt_external_tables
|
||||||
version: 0.8.0
|
version: 0.8.2
|
||||||
- package: dbt-labs/dbt_utils
|
- package: dbt-labs/dbt_utils
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
- git: https://github.com/FlipsideCrypto/fsc-utils.git
|
- git: https://github.com/FlipsideCrypto/fsc-utils.git
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user