We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a171bee commit 7aa019fCopy full SHA for 7aa019f
tests/unit/_config/test_bigquery_options.py
@@ -203,3 +203,8 @@ def test_default_options():
203
204
assert options.allow_large_results is False
205
assert options.ordering_mode == "strict"
206
+
207
+ # We should default to None as an indicator that the user hasn't set these
208
+ # explicitly. See internal issue b/445731915.
209
+ assert options.credentials is None
210
+ assert options.project is None
0 commit comments