We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cc2f7 commit e7ca461Copy full SHA for e7ca461
tests/system/small/test_progress_bar.py
@@ -23,7 +23,7 @@
23
import bigframes.formatting_helpers as formatting_helpers
24
from bigframes.session import MAX_INLINE_DF_BYTES
25
26
-job_load_message_regex = r"Query.*with"
+job_load_message_regex = r"Query"
27
EXPECTED_DRY_RUN_MESSAGE = "Computation deferred. Computation will process"
28
29
0 commit comments