mirror of
https://github.com/FlipsideCrypto/berachain-models.git
synced 2026-02-06 13:37:11 +00:00
name
This commit is contained in:
parent
e320f20433
commit
57e006cd0a
@ -105,5 +105,5 @@ dbt run --vars '{"UPDATE_SNOWFLAKE_TAGS":False}' -s models/core/core__fact_block
|
||||
|
||||
```
|
||||
select *
|
||||
from table(berchain.information_schema.tag_references('berchain.core.fact_blocks', 'table'));
|
||||
from table(berachain.information_schema.tag_references('berachain.core.fact_blocks', 'table'));
|
||||
```
|
||||
@ -1,8 +1,8 @@
|
||||
{% macro run_sp_create_prod_clone() %}
|
||||
{% set clone_query %}
|
||||
call berchain._internal.create_prod_clone(
|
||||
'berchain',
|
||||
'berchain_dev',
|
||||
call berachain._internal.create_prod_clone(
|
||||
'berachain',
|
||||
'berachain_dev',
|
||||
'internal_dev'
|
||||
);
|
||||
{% endset %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user