Skip to content

Commit

Permalink
delete duplicate fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Jul 10, 2024
1 parent 9a58566 commit 83b6454
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/functional/adapter/dynamic_table_tests/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@
"""


MY_DYNAMIC_TABLE = """
{{ config(
materialized='dynamic_table',
snowflake_warehouse='DBT_TESTING',
target_lag='2 minutes',
refresh_mode='INCREMENTAL',
) }}
select * from {{ ref('my_seed') }}
"""

MY_DYNAMIC_TABLE = """
{{ config(
materialized='dynamic_table',
Expand Down

0 comments on commit 83b6454

Please sign in to comment.