Skip to content

Commit

Permalink
Fix bigquery streaming test.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudevdm committed Dec 20, 2024
1 parent 1ba9ee9 commit 2385897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/python/apache_beam/ml/rag/ingestion/bigquery_it_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ def test_streaming_default_schema(self):
"key": "a", "value": "b"
}]), ("2", "bar", [0.3, 0.4], [{
"key": "c", "value": "d"
}]), ("3", "bar", [0.5, 0.6], [{
}]), ("3", "foo", [0.5, 0.6], [{
"key": "e", "value": "f"
}]), ("4", "bar", [0.7, 0.8], [{
"key": "c", "value": "d"
"key": "g", "value": "h"
}])])
]
args = self.test_pipeline.get_full_options_as_args(
Expand Down

0 comments on commit 2385897

Please sign in to comment.