datacontract / datacontract-cli

CLI to manage your datacontract.yaml files
https://cli.datacontract.com
Other
484 stars 94 forks source link

Type mismatch for s3 source with parquet format #387

Closed ArtyomyuS closed 2 months ago

ArtyomyuS commented 3 months ago

Having

When

running datacontract test datacontract.yaml

Expect

model

categories:
  type: array
    items:
      type: string

(/) to be supported

Actual

(!) Fail result with:

│ failed │ Check that field categories has type ARRAY            │       │ Type Mismatch, Expected Type: ARRAY; Actual Type:  │
│           │                                                                                        │       │ varchar[]                                          │
ArtyomyuS commented 2 months ago

Closing this one as it was fixed here: https://github.com/datacontract/datacontract-cli/pull/393