Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: include external tables in 'get_table_names' #363

Merged
merged 4 commits into from Oct 27, 2021

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Oct 26, 2021

Also, include materialized views in 'get_view_names'.

Closes #332.

Also, include materialized views in 'get_view_names'.

Closes #332.
@tseaver tseaver requested a review from tswast October 26, 2021 19:43
@tseaver tseaver requested a review from a team as a code owner October 26, 2021 19:43
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 26, 2021
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. label Oct 26, 2021
@tswast tswast added the automerge Merge the pull request once unit tests and other checks pass. label Oct 26, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 5e158fe into main Oct 27, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the 332-get_table_names-incl-external-tables branch October 27, 2021 01:32
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

External tables missing when using inspect or MetaData
2 participants