Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Oct 24, 2024
1 parent 0830e3a commit 47b19ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt/adapters/databricks/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
from dbt_common.behavior_flags import BehaviorFlag
from dbt_common.utils import executor
from dbt_common.utils.dict import AttrDict
from dbt_common.exceptions import CompilationError
from dbt_common.exceptions import DbtConfigError
from dbt_common.exceptions import DbtInternalError
from dbt_common.contracts.config.base import BaseConfig
Expand Down

0 comments on commit 47b19ff

Please sign in to comment.