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

get_columns_in_table parity #709

Merged
merged 11 commits into from
Apr 6, 2018
Merged

Conversation

drewbanin
Copy link
Contributor

@drewbanin drewbanin commented Mar 28, 2018

  1. support numeric types (#701)
  2. support bigquery (#579)
  3. support cross-db queries on Snowflake (#679
  4. Retain ordinal position (#606)

@drewbanin drewbanin added this to the Adapter Parity milestone Mar 29, 2018
@drewbanin drewbanin added the enhancement New feature or request label Mar 29, 2018
Copy link
Member

@cmcarthur cmcarthur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great

table = client.get_table(table_ref)
table_schema = table.schema
except (ValueError, google.api_core.exceptions.NotFound) as e:
logger.debug("get_columns_in_table error: {}".format(e))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i want to talk to you about error behavior in adapters, but this is fine for now

@drewbanin drewbanin merged commit 2d441f8 into development Apr 6, 2018
@drewbanin drewbanin deleted the get-columns-in-table-parity branch April 6, 2018 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants