This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Commit 8270a10
authored
feat: expose configuration property on CopyJob, ExtractJob, LoadJob, QueryJob (#1521)
* feat: expose configuration property on CopyJob, ExtractJob, LoadJob, QueryJob
Note for google-cloud-bigquery developers: This also refactors these classes so
that `_set_properties` does not modify the `_properties` dictionary in-place.
Doing so was also mutating the request object, making it difficult to debug
what request was _actually_ sent. Before this change, many tests hallucinated
that the request was always equal to the response.
* E google.api_core.exceptions.BadRequest: 400 Clone operation with write disposition WRITE_TRUNCATE is not supported. Please try again with WRITE_EMPTY.1 parent 2d46d3e commit 8270a10
File tree
10 files changed
+333
-289
lines changed- google/cloud/bigquery
- job
- tests
- system
- unit
- job
10 files changed
+333
-289
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1976 | 1976 | | |
1977 | 1977 | | |
1978 | 1978 | | |
1979 | | - | |
1980 | | - | |
1981 | | - | |
1982 | | - | |
1983 | | - | |
1984 | | - | |
1985 | | - | |
1986 | 1979 | | |
1987 | | - | |
| 1980 | + | |
1988 | 1981 | | |
1989 | 1982 | | |
1990 | 1983 | | |
| |||
0 commit comments