This commit is contained in:
drethereum 2025-06-02 15:38:58 -06:00 committed by GitHub
parent 8fc52e3d41
commit 02554bd0d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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
$$

View File

@ -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"