mirror of
https://github.com/FlipsideCrypto/fsc-utils.git
synced 2026-02-06 10:56:49 +00:00
14 lines
442 B
SQL
14 lines
442 B
SQL
{% macro create_streamline_udfs() %}
|
|
{% if var("UPDATE_UDFS_AND_SPS") %}
|
|
{{ create_aws_api_integrations() }}
|
|
{{ create_udf_bulk_rest_api_v2() }}
|
|
{% endif %}
|
|
{% endmacro %}
|
|
|
|
{% macro create_evm_streamline_udfs() %}
|
|
{% if var("UPDATE_UDFS_AND_SPS") %}
|
|
{{ create_aws_api_integrations() }}
|
|
{{ create_udf_bulk_rest_api_v2() }}
|
|
{{ create_udf_bulk_decode_logs() }}
|
|
{% endif %}
|
|
{% endmacro %} |