Skip to content

Commit

Permalink
remove transient from relation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Nov 22, 2024
1 parent 067ffae commit 5073f45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbt/adapters/snowflake/relation.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class SnowflakeRelation(BaseRelation):
}
)
)
transient: Optional[bool] = None

@property
def is_dynamic_table(self) -> bool:
Expand Down

0 comments on commit 5073f45

Please sign in to comment.