diff --git a/core/dbt/adapters/capability.py b/core/dbt/adapters/capability.py index 99c6dc4ba65..745cb27a648 100644 --- a/core/dbt/adapters/capability.py +++ b/core/dbt/adapters/capability.py @@ -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