Skip to content

Commit

Permalink
Remove GET_CATALOG_FOR_SINGLE_RELATION_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke committed Jun 20, 2024
1 parent e294195 commit 39f69a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbt/adapters/sql/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

LIST_RELATIONS_MACRO_NAME = "list_relations_without_caching"
GET_COLUMNS_IN_RELATION_MACRO_NAME = "get_columns_in_relation"
GET_CATALOG_FOR_SINGLE_RELATION_NAME = "get_catalog_for_single_relation"
LIST_SCHEMAS_MACRO_NAME = "list_schemas"
CHECK_SCHEMA_EXISTS_MACRO_NAME = "check_schema_exists"
CREATE_SCHEMA_MACRO_NAME = "create_schema"
Expand Down

0 comments on commit 39f69a9

Please sign in to comment.