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 94fa514 commit d69ed7fCopy full SHA for d69ed7f
pandas/io/tests/test_gbq.py
@@ -707,7 +707,7 @@ def test_invalid_option_for_sql_dialect(self):
707
private_key=_get_private_key_path())
708
709
# Test that a correct option for dialect succeeds
710
- # to make sure ValueError was due to invalid dialect
+ # to make sure ValueError was due to invalid dialect
711
gbq.read_gbq(sql_statement, project_id=_get_project_id(),
712
dialect='standard', private_key=_get_private_key_path())
713
0 commit comments