Skip to content

Commit

Permalink
Remove unused stub function
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Nov 4, 2024
1 parent c3754ed commit ca30384
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 @@ -96,12 +96,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 ca30384

Please sign in to comment.