Skip to content

bigquery.datalab-migration.samples_test: test_datalab_load_table_from_dataframe failed #8306

Closed
@flaky-bot

Description

@flaky-bot

Note: #7871 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 8d60ef4
buildURL: Build Status, Sponge
status: failed

Test output
Traceback (most recent call last):
  File "/workspace/bigquery/datalab-migration/samples_test.py", line 299, in test_datalab_load_table_from_dataframe
    table.insert(dataframe)  # Starts steaming insert of data
  File "/workspace/bigquery/datalab-migration/.nox/py-3-10/lib/python3.10/site-packages/google/datalab/bigquery/_table.py", line 375, in insert
    raise e
  File "/workspace/bigquery/datalab-migration/.nox/py-3-10/lib/python3.10/site-packages/google/datalab/bigquery/_table.py", line 373, in insert
    response = self._api.tabledata_insert_all(self._name_parts, rows)
  File "/workspace/bigquery/datalab-migration/.nox/py-3-10/lib/python3.10/site-packages/google/datalab/bigquery/_api.py", line 433, in tabledata_insert_all
    return google.datalab.utils.Http.request(url, data=data, credentials=self.credentials)
  File "/workspace/bigquery/datalab-migration/.nox/py-3-10/lib/python3.10/site-packages/google/datalab/utils/_http.py", line 158, in request
    raise RequestException(response.status, content)
google.datalab.utils._http.RequestException: HTTP request failed: b''

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the BigQuery API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions