Skip to content

Commit

Permalink
Update capability.py (#8842)
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders authored Nov 6, 2023
1 parent 7fddd6e commit c7c3ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/adapters/capability.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


class Capability(str, Enum):
"""Enumeration of optional adapter features which can be probed using BaseAdapter.has_feature()"""
"""Enumeration of optional adapter features which can be probed using BaseAdapter.capabilities()"""

SchemaMetadataByRelations = "SchemaMetadataByRelations"
"""Indicates efficient support for retrieving schema metadata for a list of relations, rather than always retrieving
Expand Down

0 comments on commit c7c3ac8

Please sign in to comment.