We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f9ea6 commit 7418d22Copy full SHA for 7418d22
integration_tests/deprecated_tests/macros/e2e_tests/clear_tests.sql
@@ -1,9 +1,6 @@
1
{% macro clear_tests() %}
2
{% if execute %}
3
-
4
- {% set database_name = elementary.target_database() %}
5
- {% set schema_name = target.schema %}
6
- {% do elementary_integration_tests.edr_drop_schema(database_name, schema_name) %}
+ {% do elementary_integration_tests.edr_drop_schema(elementary.target_database(), target.schema) %}
7
8
{% set database_name, schema_name = elementary.get_package_database_and_schema('elementary') %}
9
{% do elementary_integration_tests.edr_drop_schema(database_name, schema_name) %}
0 commit comments