diff --git a/transformations/aws/macros/s3/deny_http_requests.sql b/transformations/aws/macros/s3/deny_http_requests.sql index f74f6a6f3..e4008c0f4 100644 --- a/transformations/aws/macros/s3/deny_http_requests.sql +++ b/transformations/aws/macros/s3/deny_http_requests.sql @@ -78,6 +78,7 @@ where {% endmacro %} {% macro default__deny_http_requests(framework, check_id) %}{% endmacro %} + {% macro bigquery__deny_http_requests(framework, check_id) %} select '{{framework}}' As framework, @@ -109,4 +110,4 @@ WHERE OR CONTAINS_SUBSTR(CAST(JSON_VALUE(foo.statement.Principal) AS STRING), '*') ) -{% endmacro %} \ No newline at end of file +{% endmacro %} \ No newline at end of file