Skip to content

Commit

Permalink
remove CatalogIntegration from impl init
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Dec 18, 2024
1 parent c5dd131 commit 349cc0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbt/adapters/base/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ def __init__(self, config, mp_context: SpawnContext) -> None:
self._macro_resolver: Optional[MacroResolverProtocol] = None
self._macro_context_generator: Optional[MacroContextGeneratorCallable] = None
self.behavior = DEFAULT_BASE_BEHAVIOR_FLAGS # type: ignore
self.add_catalog_integrations(config.catalog_integrations)

def add_catalog_integrations(self, catalog_integrations: Optional[List[CatalogIntegrationConfig]]) -> None:
if catalog_integrations:
Expand Down

0 comments on commit 349cc0e

Please sign in to comment.