-
Notifications
You must be signed in to change notification settings - Fork 138
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery-sqlalchemy
base: v1.12.0
head repository: googleapis/python-bigquery-sqlalchemy
compare: v1.12.1
- 13 commits
- 50 files changed
- 12 contributors
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aaa73aa - Browse repository at this point
Copy the full SHA aaa73aaView commit details
Commits on Oct 2, 2024
-
chore: update templated files (#1122)
* chore: update templated files * remove duplicate config * remove duplicate config in owlbot.py instead * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * remove owtbot modification unnecessary after update * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * add the replacement back but replace unit instead * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * change the order of installation * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * correct string match * correct owlbot string match * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * try a different match * use a different way to replace string --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a8e81fb - Browse repository at this point
Copy the full SHA a8e81fbView commit details -
chore: adds Python 3.7/3.8 EOL pending deprecation warning (#1123)
* Adds deprecation warning regarding Python 3.7 3.8 * removes no warnings plugin and tweaks settings * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 150143c - Browse repository at this point
Copy the full SHA 150143cView commit details
Commits on Nov 12, 2024
-
chore(python): update dependencies in .kokoro/docker/docs (#1135)
* chore(python): update dependencies in .kokoro/docker/docs Source-Link: googleapis/synthtool@59171c8 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2ed982f884312e4883e01b5ab8af8b6935f0216a5a2d82928d273081fc3be562 * Adds constraint.txt file for python 3.13 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: chalmer lowe <chalmerlowe@google.com>
Configuration menu - View commit details
-
Copy full SHA for b46725a - Browse repository at this point
Copy the full SHA b46725aView commit details
Commits on Nov 15, 2024
-
chore(deps): update all dependencies (#1136)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update protobuf to 5.28.3 * pin google-crc32c for python 3.7/3.8 * Pin mako for python 3.8 * Pin markupsafe for Python 3.8 * Pin pyparsing for python 3.8 * Pin pyparsing for Python 3.8 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for 29ef68a - Browse repository at this point
Copy the full SHA 29ef68aView commit details
Commits on Nov 21, 2024
-
chore(deps): update all dependencies (#1140)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fb8f009 - Browse repository at this point
Copy the full SHA fb8f009View commit details
Commits on Nov 22, 2024
-
Feat: Update partitioning by DATE, DATETIME, TIMESTAMP, _PARTITIONDATE (
#1113) * adds additional functionality to cover more partitioning capability * Updates the partitioning algorithm and tests * Updates special case and tests * Updates test in possible effort to increase coverage. * Tweaks the conditionals in time partitioning process * Updates linting * chore(deps): update all dependencies (#1136) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update protobuf to 5.28.3 * pin google-crc32c for python 3.7/3.8 * Pin mako for python 3.8 * Pin markupsafe for Python 3.8 * Pin pyparsing for python 3.8 * Pin pyparsing for Python 3.8 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#1140) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * Removes duplicate test --------- Co-authored-by: Mend Renovate <bot@renovateapp.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for 413cd24 - Browse repository at this point
Copy the full SHA 413cd24View commit details
Commits on Nov 26, 2024
-
fix: alembic column rename (#1141)
* fix: alembic column rename * fix system test * correct system test to test visit_column_name() and visit_column_type() * add unit tests * add unit tests --------- Co-authored-by: Jacob Hayes <jacob.r.hayes@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9f7f78b - Browse repository at this point
Copy the full SHA 9f7f78bView commit details
Commits on Dec 5, 2024
-
docs: fix typo on credentials_info usage sample (#1145)
fix typo on credentials_info usage sample
Configuration menu - View commit details
-
Copy full SHA for 736d4a2 - Browse repository at this point
Copy the full SHA 736d4a2View commit details
Commits on Dec 17, 2024
-
chore(python): update dependencies in .kokoro/docker/docs (#1149)
Source-Link: googleapis/synthtool@e808c98 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8e3e7e18255c22d1489258d0374c901c01f9c4fd77a12088670cd73d580aa737 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2635be0 - Browse repository at this point
Copy the full SHA 2635be0View commit details
Commits on Jan 13, 2025
-
chore(python): exclude .github/workflows/unittest.yml in renovate con…
…fig (#1153) Source-Link: googleapis/synthtool@106d292 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8ff1efe878e18bd82a0fb7b70bb86f77e7ab6901fed394440b6135db0ba8d84a Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dc339ff - Browse repository at this point
Copy the full SHA dc339ffView commit details
Commits on Jan 21, 2025
-
fix: compilation of a labeled custom FunctionElement when used in gro…
…uping (#1155) * fix: fix grouped labels using custom functions If we have a labeled custom function that we are grouping by, and the function does not support the `default` dialect, we can not compile our query. * Update tests/unit/test_compiler.py --------- Co-authored-by: Tim Sweña (Swast) <tswast@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4a0f8ad - Browse repository at this point
Copy the full SHA 4a0f8adView commit details -
chore(main): release 1.12.1 (#1142)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f2a7cd - Browse repository at this point
Copy the full SHA 9f2a7cdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.12.0...v1.12.1