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 e3bd0c8 commit 98ab166Copy full SHA for 98ab166
tests/integration/test_batch.py
@@ -9,7 +9,7 @@
9
10
11
def get_data_row_ids(ds: Dataset):
12
- return [dr.uid for dr in list(ds.export_data_rows())]
+ return [dr.uid for dr in list(ds.data_rows())]
13
14
15
def test_create_batch(project: Project, big_dataset_data_row_ids: List[str]):
0 commit comments