From c7c3ac872cc59c861dad041153d7ab0fa54d9b2f Mon Sep 17 00:00:00 2001 From: Anders Date: Mon, 6 Nov 2023 10:42:52 -0500 Subject: [PATCH] Update capability.py (#8842) --- core/dbt/adapters/capability.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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