Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 75142ac

Browse files
syou6162mikealfare
andauthored
Remove unused stub function (#1393)
Co-authored-by: Mike Alfare <[email protected]>
1 parent 1fe273a commit 75142ac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dbt/adapters/bigquery/impl.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@ def render(self):
9595
return f"{self.project}.{self.dataset}"
9696

9797

98-
def _stub_relation(*args, **kwargs):
99-
return BigQueryRelation.create(
100-
database="", schema="", identifier="", quote_policy={}, type=BigQueryRelation.Table
101-
)
102-
103-
10498
@dataclass
10599
class BigqueryConfig(AdapterConfig):
106100
cluster_by: Optional[Union[List[str], str]] = None

0 commit comments

Comments
 (0)