This commit is contained in:
drethereum 2024-02-23 08:26:32 -07:00 committed by GitHub
parent c25179e4f4
commit ec79c7944e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
) }}