soda-core
soda-core copied to clipboard
Schema check type names matching
Relevant checks.yml
checks for actor:
- count > 0
- column types:
actor_id: integer
first_name: varchar
last_update: timestamp
DEBUG | column types [FAILED]
DEBUG | column_type_mismatch[last_update] expected(timestamp) actual(timestamp without time zone)
DEBUG | schema_measured = [actor_id integer, first_name character varying, last_name character varying, last_update timestamp without time zone]
@vijaykiran Can you indicate the problem? I don't see it from the description.