Skip to content

Commit

Permalink
remove unecessary complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Aug 14, 2023
1 parent 3c652c2 commit b3b3a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions integration_tests/exclude_package/models/_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ models:
enforced: true
columns:
- name: id
data_type: integer
- name: data_quality
data_type: "{{ 'string' if target.type in ['bigquery', 'databricks'] else 'text' }}"
data_type: integer
4 changes: 1 addition & 3 deletions integration_tests/exclude_package/models/excluded_model.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
select
1 as id,
'good' as data_quality
select 1 as id

0 comments on commit b3b3a04

Please sign in to comment.