We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586a6f9 commit ee94f71Copy full SHA for ee94f71
bigframes/session/__init__.py
@@ -377,7 +377,9 @@ def _anonymous_dataset(self):
377
@property
378
def _bq_connection(self) -> str:
379
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."
+ 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."""
383
)
384
warnings.warn(msg, category=FutureWarning)
385
return self._bq_connection
0 commit comments