Skip to content

Commit ee94f71

Browse files
committed
wording
1 parent 586a6f9 commit ee94f71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bigframes/session/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,9 @@ def _anonymous_dataset(self):
377377
@property
378378
def _bq_connection(self) -> str:
379379
msg = bfe.format_message(
380-
f"You are using the BigFrames session default connection: {self._bq_connection}, which can be different from the BigQuery project default connection."
380+
f"""You are using the BigFrames session default connection: {self._bq_connection},
381+
which can be different from the BigQuery project default connection.
382+
This default connection may change in the future."""
381383
)
382384
warnings.warn(msg, category=FutureWarning)
383385
return self._bq_connection

0 commit comments

Comments
 (0)