Skip to content

Commit

Permalink
turn off catalog by relations that was inadvertently turned on during…
Browse files Browse the repository at this point in the history
… the cherry pick
  • Loading branch information
mikealfare committed Feb 27, 2024
1 parent 10c4825 commit 2e460fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbt/adapters/redshift/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ class RedshiftAdapter(SQLAdapter):

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

0 comments on commit 2e460fb

Please sign in to comment.