Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
telligent-data
/
gcloud-python
Public
forked from
googleapis/google-cloud-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Sep 20, 2016
Merge pull request #2365 from tseaver/2132-bigquery-check-upload-error-response
Show description for 52e6263
tseaver
authored
52e6263
View commit details
Copy full SHA for 52e6263
Browse repository at this point
Merge pull request #2322 from dhermes/add-bigtable-emulator
Show description for f5fb643
dhermes
authored
f5fb643
View commit details
Copy full SHA for f5fb643
Browse repository at this point
Handle error responses in 'Table.upload_from_file'.
Show description for 3dc975c
tseaver
committed
3dc975c
View commit details
Copy full SHA for 3dc975c
Browse repository at this point
Adding bigtable-emulator tox environment.
Show description for b42bdc8
dhermes
committed
b42bdc8
View commit details
Copy full SHA for b42bdc8
Browse repository at this point
Merge pull request #2364 from dhermes/tests-cleanup
Show description for 7b36469
dhermes
authored
7b36469
View commit details
Copy full SHA for 7b36469
Browse repository at this point
Merge pull request #2360 from sebbacon/master
Show description for f6fd77b
daspecster
authored
f6fd77b
View commit details
Copy full SHA for f6fd77b
Browse repository at this point
Merge pull request #2363 from tseaver/pytest-suppress-module-name-spew
Show description for b645260
tseaver
authored
b645260
View commit details
Copy full SHA for b645260
Browse repository at this point
Manually fixing some system test asserts broken by the auto scripts.
dhermes
committed
206045f
View commit details
Copy full SHA for 206045f
Browse repository at this point
More accurate error message per code review
sebbacon
committed
12c695d
View commit details
Copy full SHA for 12c695d
Browse repository at this point
Replacing assertEqual(..., None) with assertIsNone(...).
Show description for 2c273f0
dhermes
committed
2c273f0
View commit details
Copy full SHA for 2c273f0
Browse repository at this point
Suppress module name spew when running tests.
tseaver
committed
00798a5
View commit details
Copy full SHA for 00798a5
Browse repository at this point
Manually fixing some asserts broken by the auto scripts.
dhermes
committed
3f06350
View commit details
Copy full SHA for 3f06350
Browse repository at this point
Replacing remaining assertTrue(... is ...) with assertIs(..., ...).
Show description for 24aa6e7
dhermes
committed
24aa6e7
View commit details
Copy full SHA for 24aa6e7
Browse repository at this point
Replacing assertFalse(... is ...) with assertIsNot(..., ...).
Show description for d07db3c
dhermes
committed
d07db3c
View commit details
Copy full SHA for d07db3c
Browse repository at this point
Replacing assertTrue(... is ...) with assertIs(..., ...).
Show description for 67d0385
dhermes
committed
67d0385
View commit details
Copy full SHA for 67d0385
Browse repository at this point
Replacing assertTrue(... is None) with assertIsNone.
Show description for 66ea44d
dhermes
committed
66ea44d
View commit details
Copy full SHA for 66ea44d
Browse repository at this point
Converting remaining usage of assertTrue(isinstance(...)).
dhermes
committed
944e58d
View commit details
Copy full SHA for 944e58d
Browse repository at this point
Replacing assertTrue(isinstance(...)) with assertIsInstance.
Show description for b990bfa
dhermes
committed
b990bfa
View commit details
Copy full SHA for b990bfa
Browse repository at this point
Merge pull request #2355 from waprin/dhermes_fixup
Show description for 75835c8
tseaver
authored
75835c8
View commit details
Copy full SHA for 75835c8
Browse repository at this point
Readability/style changes to address code review
sebbacon
committed
98cb5ae
View commit details
Copy full SHA for 98cb5ae
Browse repository at this point
Merge pull request #2362 from daspecster/remove-misplaced-vision-fixtures
Show description for 707ee67
daspecster
authored
707ee67
View commit details
Copy full SHA for 707ee67
Browse repository at this point
Remove check for _fixtures in pylint.
daspecster
committed
083a6d2
View commit details
Copy full SHA for 083a6d2
Browse repository at this point
Remove orphaned _fixtures.py. Fixes #2356
daspecster
committed
212f191
View commit details
Copy full SHA for 212f191
Browse repository at this point
Support `r+` mode files when uploading to table
Show description for 011912c
sebbacon
committed
011912c
View commit details
Copy full SHA for 011912c
Browse repository at this point
Commits on Sep 19, 2016
Monitoring: Minor Style Fixups
Show description for e6a0667
Bill Prin
committed
e6a0667
View commit details
Copy full SHA for e6a0667
Browse repository at this point
Writing Custom Metrics (#2057)
Show description for d3e28ce
waprin
authored and
rimey
committed
d3e28ce
View commit details
Copy full SHA for d3e28ce
Browse repository at this point
Merge pull request #2351 from dhermes/add-appveyor-badge
Show description for d555320
dhermes
authored
d555320
View commit details
Copy full SHA for d555320
Browse repository at this point
Adding AppVeyor badge.
dhermes
committed
abdf704
View commit details
Copy full SHA for abdf704
Browse repository at this point
Merge pull request #2270 from dhermes/cut-0.19.0
Show description for 4d66524
dhermes
authored
4d66524
View commit details
Copy full SHA for 4d66524
Browse repository at this point
Merge pull request #2347 from tseaver/2229-bigquery-standard-sql-data-types
Show description for 17a82db
tseaver
authored
17a82db
View commit details
Copy full SHA for 17a82db
Browse repository at this point
Cut 0.19.0 release.
Show description for dbd7b8f
dhermes
committed
dbd7b8f
View commit details
Copy full SHA for dbd7b8f
Browse repository at this point
Merge pull request #2336 from dhermes/fix-0.13.0-gax
Show description for 6fb2d73
dhermes
authored
6fb2d73
View commit details
Copy full SHA for 6fb2d73
Browse repository at this point
Add support for Standard SQL dialect 'INT64' and 'FLOAT64' types.
Show description for bdb3244
tseaver
committed
bdb3244
View commit details
Copy full SHA for bdb3244
Browse repository at this point
Making alias for grpc _Rendezvous.
Show description for b185ee8
dhermes
committed
b185ee8
View commit details
Copy full SHA for b185ee8
Browse repository at this point
Fixing broken exception handling after GAX 0.13.0 upgrade.
dhermes
committed
f916093
View commit details
Copy full SHA for f916093
Browse repository at this point
Previous
Next
You can’t perform that action at this time.