mirror of
https://github.com/FlipsideCrypto/crosschain-models.git
synced 2026-02-06 11:06:48 +00:00
versions (#463)
This commit is contained in:
parent
8fc52e3d41
commit
02554bd0d5
@ -2,7 +2,7 @@
|
||||
create or replace function {{ schema }}.udf_hex_to_int(hex string)
|
||||
returns string
|
||||
language python
|
||||
runtime_version = '3.8'
|
||||
runtime_version = '3.9'
|
||||
handler = 'hex_to_int'
|
||||
as
|
||||
$$
|
||||
@ -26,7 +26,7 @@ $$;
|
||||
create or replace function {{ schema }}.udf_hex_to_int(encoding string, hex string)
|
||||
returns string
|
||||
language python
|
||||
runtime_version = '3.8'
|
||||
runtime_version = '3.9'
|
||||
handler = 'hex_to_int'
|
||||
as
|
||||
$$
|
||||
|
||||
@ -6,4 +6,4 @@ packages:
|
||||
- package: dbt-labs/dbt_utils
|
||||
version: 1.0.0
|
||||
- git: https://github.com/FlipsideCrypto/fsc-utils.git
|
||||
revision: "v1.29.0"
|
||||
revision: "v1.36.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user