GoogleCloudPlatform / GoogleCloudPlatform/professional-services-data-validator
Error in Snowflake with the GEOGRAPHY type for column validation
- Dominant language
- Python
- Stars
- 524
- Forks
- 171
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 4
Description
Ran into issues in Snowflake with the GEOGRAPHY type for the column validations. The error was
```bash
NotImplementedError: Could not find signature for dtype:
```
The current Ibis's version in DVT is `"5.1.0"`. It does seem like version Ibis version `"7.1.0"` does [support](https://github.com/ibis-project/ibis/blob/903cf5b9112e30c5d85628849a079aa17b1cd18a/ibis/backends/snowflake/datatypes.py#L47) GEOGRAPHY type (it calls the parent class).
Any plans to make this update?
_Originally posted by @alexguanga in https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/931#issuecomment-1823449060_
Contributor guide
Assessment
This issue has not been assessed yet.