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

Missing support for BigQuery data types with schema check #1330

Open
janet-can opened this issue May 10, 2022 · 1 comment
Open

Missing support for BigQuery data types with schema check #1330

janet-can opened this issue May 10, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@janet-can
Copy link
Contributor

From the community Slack soda-core channel:

I was trying schema checks against bigquery using their types in bigquery:

      warn:
        when wrong column type:
          col1: INT64
          col2: TIMESTAMP

I got

      schema [WARNED]
        column_type_mismatch[col1] expected(INT64) actual(INT64)
        column_type_mismatch[col2] expected(TIMESTAMP) actual(TIMESTAMP)

If I use integer instead of INT64 col1 passes. Haven't been able to pass the check for col2. According to this, these types are supported.

Are we missing support for data types?

@janet-can janet-can added the bug Something isn't working label May 10, 2022
@jmarien
Copy link
Contributor

jmarien commented May 17, 2022

SODA-468

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants