Skip to content

Commit

Permalink
add new udf to be created
Browse files Browse the repository at this point in the history
  • Loading branch information
desmond-hui committed Nov 7, 2023
1 parent fdc53af commit a9a91e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions macros/create_udfs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
create_udf_get_tx_size(
schema = "silver"
) }}
{{
create_udf_get_account_pubkey_by_name(
schema = "silver"
) }}
{% endset %}
{% do run_query(sql) %}
{% endif %}
Expand Down

0 comments on commit a9a91e0

Please sign in to comment.