We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa1c8e commit 9e063b3Copy full SHA for 9e063b3
1 file changed
bigframes/bigquery/_operations/table.py
@@ -16,7 +16,6 @@
16
17
from typing import Mapping, Optional, Union
18
19
-import bigframes_vendored.constants
20
import google.cloud.bigquery
21
import pandas as pd
22
@@ -94,9 +93,6 @@ def create_external_table(
94
93
if session is None:
95
bpd.read_gbq_query(sql)
96
session = bpd.get_global_session()
97
- assert (
98
- session is not None
99
- ), f"Missing connection to BigQuery. Please report how you encountered this error at {bigframes_vendored.constants.FEEDBACK_LINK}."
100
else:
101
session.read_gbq_query(sql)
102
0 commit comments