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
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
.
Python-Repository-Hub
/
python-bigquery-sqlalchemy
Public
forked from
googleapis/python-bigquery-sqlalchemy
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-bigquery-sqlalchemy
pybigquery
on
pybigquery
User selector
All users
All time
Commit history
Commits on Jul 6, 2021
feat: Feature/list tables page size (#174)
OmriBromberg
authored
e0f1496
View commit details
Copy full SHA for e0f1496
View code at this point
Browse repository at this point
Commits on May 25, 2021
feat: Alembic support (#183)
Jim Fulton
authored
4d5a17c
View commit details
Copy full SHA for 4d5a17c
View code at this point
Browse repository at this point
Commits on May 24, 2021
feat: Support parameterized NUMERIC, BIGNUMERIC, STRING, and BYTES types (#180)
Jim Fulton
authored
d118238
View commit details
Copy full SHA for d118238
View code at this point
Browse repository at this point
Commits on May 21, 2021
feat: Add support for SQLAlchemy 1.4 (#177)
Jim Fulton
authored
b7b6000
View commit details
Copy full SHA for b7b6000
View code at this point
Browse repository at this point
Commits on May 13, 2021
chore: Make it practical to make simultaneous compliance test runs. (#166)
Jim Fulton
authored
ab5df16
View commit details
Copy full SHA for ab5df16
View code at this point
Browse repository at this point
Commits on May 12, 2021
feat: Comment/description support, bug fixes and better test coverage (#138)
Show description for fb7c188
Jim Fulton
authored
fb7c188
View commit details
Copy full SHA for fb7c188
View code at this point
Browse repository at this point
Commits on Apr 20, 2021
fix: Select expressions no-longer force use of labels (#129)
Show description for 669b301
jimfulton
authored
669b301
View commit details
Copy full SHA for 669b301
View code at this point
Browse repository at this point
Commits on Apr 12, 2021
fix: use `project_id` property from service account credentials (#120)
Show description for ab2051d
tswast
authored
ab2051d
View commit details
Copy full SHA for ab2051d
View code at this point
Browse repository at this point
Commits on Apr 1, 2021
fix: avoid 404 if dataset is deleted while listing tables or views (#106)
Show description for db379d8
tswast
authored
db379d8
View commit details
Copy full SHA for db379d8
View code at this point
Browse repository at this point
refactor: consolidate BigQuery client creation and set user-agent (#100)
Show description for cc4e23d
tswast
authored
cc4e23d
View commit details
Copy full SHA for cc4e23d
View code at this point
Browse repository at this point
Commits on Mar 23, 2021
docs: add templates for move to googleapis/python-bigquery-sqlalchemy repo (#88)
Show description for 37e584e
tswast
authored
37e584e
View commit details
Copy full SHA for 37e584e
View code at this point
Browse repository at this point
Commits on Mar 16, 2021
chore: add license headers
Show description for 3250fa7
tswast
committed
3250fa7
View commit details
Copy full SHA for 3250fa7
View code at this point
Browse repository at this point
Commits on Mar 12, 2021
Fetch table and column descriptions (#82)
Show description for c2a4537
hsheth2
and
tswast
authored
c2a4537
View commit details
Copy full SHA for c2a4537
View code at this point
Browse repository at this point
Commits on Nov 18, 2020
fix flake8 errors from latest PRs
tswast
committed
a1c60ee
View commit details
Copy full SHA for a1c60ee
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into feature/add-flake8-code-check
tswast
committed
26dffb4
View commit details
Copy full SHA for 26dffb4
View code at this point
Browse repository at this point
Merge pull request #63 from bluelabsio/project_dataset_table_parsing
Show description for 72fbe2b
tswast
authored
72fbe2b
View commit details
Copy full SHA for 72fbe2b
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into ISSUE-60_implement_get_view_names
tswast
committed
e7135eb
View commit details
Copy full SHA for e7135eb
View code at this point
Browse repository at this point
add test cases from issue
tswast
committed
efd11fe
View commit details
Copy full SHA for efd11fe
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into fix-nested-labels
tswast
committed
549002d
View commit details
Copy full SHA for 549002d
View code at this point
Browse repository at this point
Commits on Oct 1, 2020
Add Flake8 check plugin to pytest. Fix codestyle
mvoitko
committed
6665817
View commit details
Copy full SHA for 6665817
View code at this point
Browse repository at this point
Commits on Sep 26, 2020
Fix rendering of nested label expressions
JacobHayes
committed
32acaea
View commit details
Copy full SHA for 32acaea
View code at this point
Browse repository at this point
Commits on Sep 6, 2020
Compile array columns.
jmcarp
committed
ae2b896
View commit details
Copy full SHA for ae2b896
View code at this point
Browse repository at this point
Commits on Aug 12, 2020
Drop f-strings for compatibility
vinceatbluelabs
committed
545d0eb
View commit details
Copy full SHA for 545d0eb
View code at this point
Browse repository at this point
Commits on Aug 11, 2020
Add error validation test cases
vinceatbluelabs
committed
c372917
View commit details
Copy full SHA for c372917
View code at this point
Browse repository at this point
Support project.dataset in schema argument
vinceatbluelabs
committed
51b5a53
View commit details
Copy full SHA for 51b5a53
View code at this point
Browse repository at this point
Refactor
vinceatbluelabs
committed
1319c1a
View commit details
Copy full SHA for 1319c1a
View code at this point
Browse repository at this point
Refactor
vinceatbluelabs
committed
a6631e1
View commit details
Copy full SHA for a6631e1
View code at this point
Browse repository at this point
Add initial test cases and logic
vinceatbluelabs
committed
75e6b6b
View commit details
Copy full SHA for 75e6b6b
View code at this point
Browse repository at this point
Refactor and add test of table reference determination
vinceatbluelabs
committed
579ab81
View commit details
Copy full SHA for 579ab81
View code at this point
Browse repository at this point
Commits on Jul 29, 2020
ISSUE-60: Implement get_view_names()
dimkonko
committed
f2f3752
View commit details
Copy full SHA for f2f3752
View code at this point
Browse repository at this point
Commits on Jun 20, 2020
ISSUE-58: Remove usage of deprecated Client.dataset
Show description for 2685218
dimkonko
committed
2685218
View commit details
Copy full SHA for 2685218
View code at this point
Browse repository at this point
Commits on Apr 23, 2020
Merge pull request #53 from bluelabsio/default_dataset_in_has_table
Show description for 61f810c
tswast
authored
61f810c
View commit details
Copy full SHA for 61f810c
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
Prefer explicitly provided dataset over default dataset in lookup
Show description for c34ab1c
vinceatbluelabs
committed
c34ab1c
View commit details
Copy full SHA for c34ab1c
View code at this point
Browse repository at this point
Use the provided project_id when using a service account
alonme
committed
acada63
View commit details
Copy full SHA for acada63
View code at this point
Browse repository at this point
Commits on Mar 2, 2020
Define types at top-level from _type_map (#46)
jcampbell
committed
5705d49
View commit details
Copy full SHA for 5705d49
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.