Commits
Branch selector
User selector
Commit History
Commits on Jan 11, 2024
feat: Add `table_constraints` field to Table model (#1755)
Show description for a167f9aandauthored
Commits on Jan 10, 2024
fix: add detailed message in job error (#1762)
Show description for 08483fbandauthored
Commits on Jan 9, 2024
chore(main): release 3.15.0 (#1752)
Show description for 575f7fcauthored- authored
Commits on Jan 8, 2024
feat: support RANGE in schema (#1746)
Show description for 8585747authored
Commits on Jan 5, 2024
fix: Due to upstream change in dataset, updates expected results (#1761)
Show description for 132c14bandauthored
Commits on Dec 21, 2023
Update README.rst (#1743)
Show description for a65aaa6andauthored
Commits on Dec 19, 2023
perf: DB-API uses more efficient `query_and_wait` when no job ID is provided (#1747)
Show description for d225a94authoredfeat: support JSON type in `insert_rows` and as a scalar query parameter (#1757)
Show description for 02a7d12andauthored
Commits on Dec 18, 2023
fix: load_table_from_dataframe for higher scale decimal (#1703)
Show description for b9c8be0andauthored
Commits on Dec 15, 2023
ci: update required checks (#1749)
Show description for fdd580fandauthored
Commits on Dec 14, 2023
chore: use freezegun to mock time in retry tests (#1753)
Show description for c3b89fdandauthoredfix: Deserializing JSON subfields within structs fails (#1742)
Show description for 0d93073authored
Commits on Dec 13, 2023
chore(main): release 3.14.1 (#1750)
Show description for c9af8c1authoredfix: add missing handler for deserializing json value (#1587)
Show description for 09017a9authored
Commits on Dec 11, 2023
chore(main): release 3.14.0 (#1709)
Show description for 330fa5eauthored
Commits on Dec 8, 2023
feat: add `Client.query_and_wait` which directly returns a `RowIterator` of results (#1722)
Show description for 89a647eandauthoredfix: keep `RowIterator.total_rows` populated after iteration (#1748)
Show description for 8482f47andauthored
Commits on Dec 5, 2023
chore: bump cryptography from 41.0.5 to 41.0.6 in /synthtool/gcp/templates/python_library/.kokoro (#1740)
Show description for ab73796andauthored
Commits on Dec 1, 2023
feat: Add support for Python 3.12 (#1736)
Show description for 3c0976aauthored
Commits on Nov 28, 2023
feat: removed pkg_resources from all test files and moved importlib into pandas extra (#1726)
Show description for 1f4ebb1authored
Commits on Nov 22, 2023
fix: move grpc, proto-plus and protobuf packages to extras (#1721)
Show description for 5ce4d13authoredchore: standardize samples directory - delete unneeded dependencies (#1732)
Show description for 222e86eauthoredfix: `load_table_from_dataframe` now assumes there may be local null values (#1735)
Show description for f05dc69authored
Commits on Nov 21, 2023
fix: ensure query job retry has longer deadline than API request deadline (#1734)
Show description for 5573579authoredperf: use the first page a results when `query(api_method="QUERY")` (#1723)
Show description for 6290517authored
Commits on Nov 18, 2023
feat: add `job_id`, `location`, `project`, and `query_id` properties on `RowIterator` (#1733)
Show description for 494f275andauthored
Commits on Nov 17, 2023
chore: standardize samples directory (#1727)
Show description for f804d63authored
Commits on Nov 16, 2023
feat: add `job_timeout_ms` to job configuration classes (#1675)
Show description for 84d64cdandauthored
Commits on Nov 10, 2023
chore(deps): update dependency pyarrow to v14 [security] (#1718)
Show description for 58b3152andauthored
Commits on Nov 8, 2023
chore: bump urllib3 from 1.26.12 to 1.26.18 (#1714)
Show description for 2fb7260authored
Commits on Nov 7, 2023
chore: refactor version checks for pandas library (#1711)
Show description for afa9752andauthored
Commits on Nov 3, 2023
Commits on Nov 1, 2023
feat: support data_governance_type (#1708)
Show description for eff365dauthoredfeat: add support for Dataset.isCaseInsensitive (#1671)
Show description for 386fa86andauthored