wren-engine
wren-engine copied to clipboard
Handle the type which doesn't in our supported type
Some types are only defined in data warehouse. Like datetime is used by BigQuery but doesn't defined in the PGTypes. It's hard to analyze a field if the real type of a column is a datetime. ExpressionTypeAnalyzer should handle this.