Skip to content

Commit

Permalink
update alter_column_type test to use more generic varchar
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jul 2, 2024
1 parent a4042d4 commit 799e595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/adapter/empty/_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

ALTER_COLUMN_TYPE = """
{{ config(materialized="table") }}
{{ alter_column_type(ref("my_seed"), "MY_VALUE", "string") }}
{{ alter_column_type(ref("my_seed"), "MY_VALUE", "varchar") }}
select * from {{ ref("my_seed") }}
"""

Expand Down

0 comments on commit 799e595

Please sign in to comment.