We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
SODA-468
Sorry, something went wrong.
No branches or pull requests
From the community Slack soda-core channel:
I was trying schema checks against bigquery using their types in bigquery:
I got
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?
The text was updated successfully, but these errors were encountered: