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.
2 parents 802ec0e + d95349c commit 471b926Copy full SHA for 471b926
tests/integration/test_batch.py
@@ -41,7 +41,7 @@ def dataset_with_invalid_data_rows(unique_dataset: Dataset):
41
def upload_invalid_data_rows_for_dataset(dataset: Dataset):
42
task = dataset.create_data_rows([
43
{
44
- "row_data": 'gs://lb-test-private/mask-2.png', # forbidden
+ "row_data": 'gs://invalid-bucket/example.png', # forbidden
45
"external_id": "image-without-access.jpg"
46
},
47
] * 2)
0 commit comments