Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-bigquery-sqlalchemy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: digital-value-apps/python-bigquery-sqlalchemy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    64c4aa8 View commit details
    Browse the repository at this point in the history
  2. test: Adds a delay between operations to prevent exceeding the "Maxim…

    …um rate of table metadata update operations per table".
    
    The rate limit is set to a maximum of 5 operations per 10 seconds. By introducing a sleep of 2 seconds
    before each operation, this function helps to ensure that the rate limit is not exceeded.
    nlenepveu committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0efc5c1 View commit details
    Browse the repository at this point in the history
Loading