soda-core icon indicating copy to clipboard operation
soda-core copied to clipboard

Schema check type names matching

Open vijaykiran opened this issue 2 years ago • 1 comments

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 avatar Mar 28 '22 14:03 vijaykiran

@vijaykiran Can you indicate the problem? I don't see it from the description.

tombaeyens avatar Mar 29 '22 10:03 tombaeyens