Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove Capability.TableLastModifiedMetadata: CapabilitySupport(suppor…
Browse files Browse the repository at this point in the history
…t=Support.Full) for CI troubleshooting
mikealfare committed Oct 12, 2023
1 parent 01baf08 commit ab373e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbt/adapters/snowflake/impl.py
Original file line number Diff line number Diff line change
@@ -52,7 +52,6 @@ class SnowflakeAdapter(SQLAdapter):

_capabilities: CapabilityDict = CapabilityDict(
{
Capability.TableLastModifiedMetadata: CapabilitySupport(support=Support.Full),
Capability.SchemaMetadataByRelations: CapabilitySupport(support=Support.Full),
}
)

0 comments on commit ab373e9

Please sign in to comment.