Skip to content

Commit

Permalink
apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Oct 4, 2024
1 parent 919f9be commit 2abb515
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 @@ -691,6 +691,7 @@ def get_config_from_model(self, model: RelationConfig) -> DatabricksRelationConf
def generate_unique_temporary_table_suffix(self, suffix_initial: str = "__dbt_tmp") -> str:
return f"{suffix_initial}_{str(uuid4())}"


@dataclass(frozen=True)
class RelationAPIBase(ABC, Generic[DatabricksRelationConfig]):
"""Base class for the relation API, so as to provide some encapsulation from the adapter.
Expand Down

0 comments on commit 2abb515

Please sign in to comment.