Skip to content

Commit

Permalink
Remove unused stub function (#1393)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Alfare <[email protected]>
  • Loading branch information
syou6162 and mikealfare authored Nov 18, 2024
1 parent 1fe273a commit 75142ac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dbt/adapters/bigquery/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,6 @@ def render(self):
return f"{self.project}.{self.dataset}"


def _stub_relation(*args, **kwargs):
return BigQueryRelation.create(
database="", schema="", identifier="", quote_policy={}, type=BigQueryRelation.Table
)


@dataclass
class BigqueryConfig(AdapterConfig):
cluster_by: Optional[Union[List[str], str]] = None
Expand Down

0 comments on commit 75142ac

Please sign in to comment.