This commit is contained in:
drethereum 2024-02-22 13:04:48 -07:00
parent 251520f550
commit 394a984208
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
schema = "streamline"
) }}
{{ create_udf_rest_api() }}
{{ create_aws_blast_api() }}
{% endset %}
{% do run_query(sql) %}

View File

@ -1,4 +1,4 @@
{% macro create_aws_base_api() %}
{% macro create_aws_blast_api() %}
{{ log(
"Creating integration for target:" ~ target
) }}