Skip to content

Commit

Permalink
Fix emails.sql (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
clausherther authored Mar 15, 2022
1 parent 72be755 commit 307f276
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions integration_tests/models/schema_tests/emails.sql
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
{% if execute %}
{%- set source_relation = adapter.get_relation(
database="bigquery-public-data",
schema="new_york_citibike",
identifier="citibike_trips") -%}

{{ log("Source Relation: " ~ source_relation, info=true) }}
{% endif %}

{% if execute %}
{%- set source_relation_2 = adapter.get_relation(
database=this.database,
schema=this.schema,
identifier=this.name) -%}

{{ log("Source Relation: " ~ source_relation_2, info=true) }}
{% endif %}
select
'[email protected]' as email_address,
'@[^.]*' as reg_exp
Expand Down

0 comments on commit 307f276

Please sign in to comment.