mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:26:52 +00:00
cmt on udfs
This commit is contained in:
parent
04b677afe8
commit
1ae4a6095b
@ -11,15 +11,15 @@
|
||||
{{ create_udf_s3_copy_objects_overwrite() }}
|
||||
{{ create_UDTF_CALL_CONTRACT_FUNCTION() }}
|
||||
{{ create_UDTF_CALL_CONTRACT_FUNCTION_BY_HEIGHT() }}
|
||||
|
||||
-- Required for Streamline Pipeline
|
||||
{{ create_UDF_GET_CHAINHEAD() }}
|
||||
{{ create_udf_extract_hash_array() }}
|
||||
|
||||
-- Todo - add call to fsc_utils create_udfs and create_streamline_udfs in here ?
|
||||
{% endset %}
|
||||
|
||||
{% do run_query(sql) %}
|
||||
|
||||
{% set utils_sql %}
|
||||
{{ fsc_utils.create_udfs() }}
|
||||
{% endset %}
|
||||
{% do run_query(utils_sql) %}
|
||||
|
||||
{% endif %}
|
||||
{% endmacro %}
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
-- todo, what if we receive a bad response?
|
||||
-- ask for backend deployment?
|
||||
{% macro create_UDF_GET_CHAINHEAD() %}
|
||||
{% set sql %}
|
||||
CREATE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user