We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfd3d5 commit fd5f24dCopy full SHA for fd5f24d
tests/system/small/test_session.py
@@ -352,7 +352,7 @@ def test_read_gbq_w_primary_keys_table(
352
pd.testing.assert_frame_equal(result, sorted_result)
353
354
# Verify that we're working from a snapshot rather than a copy of the table.
355
- assert "FOR SYSTEM_TIME AS OF TIMESTAMP" in df.sql
+ assert "FOR SYSTEM_TIME AS OF" in df.sql
356
357
358
def test_read_gbq_w_primary_keys_table_and_filters(
0 commit comments