Open GabrieleCalarota opened 5 months ago
The error looks like it's trying to do a custom query validation, but your YAML config is a simple column count validation. What type of validation are you running?
It's hitting an error here in the _metadata()
function which is used to get the data types from a custom query. Your error indicates that the custom query it is getting is "tasks_20" instead of a query like "select a,b,c, from ..."
Can you check what custom query you are providing as the SQL?
Hi @GabrieleCalarota, were you able to check Neha's response? Any updates would be appreciated, thanks!
Hi 👋🏻
I'm running DVT from CLI on PostreSQL (v13.10) deployed on 2 GCP instances under private IPs with SSL enabled with config file like:
I've successfully runner the tool for all tables except this one that I get this stacktrace (with --verbose and -ll DEBUG)
I get the same error on the same table if I try with the non-partitioned table, what can it be?