You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't believe columns that currently have quotes in them are being parsed correctly - I think they should show as having tests but they're not.
Here's an example from our project, it shows 3/27 as having tests, where I actually know that all 27 columns have tests, but the column themselves have spaces and are quoted in the .yml file:
Here is the column from our .yml file for that model MRT_STAFF_INSIGHTS:
- name: '"Top Performer"'
description: "Boolean indicator of whether the staff member is considered a top performer."
data_type: BOOLEAN
data_tests:
- not_null
- is_boolean
"\"Top Performer\"": {
"name": "\"Top Performer\"",
"description": "Boolean indicator of whether the staff member is considered a top performer.",
"meta": {},
"data_type": "BOOLEAN",
"constraints": [],
"quote": null,
"tags": []
},
Here is the actual compiled test metadata in manifest.json:
I don't believe columns that currently have quotes in them are being parsed correctly - I think they should show as having tests but they're not.
Here's an example from our project, it shows 3/27 as having tests, where I actually know that all 27 columns have tests, but the column themselves have spaces and are quoted in the
.yml
file:Here is the column from our
.yml
file for that model MRT_STAFF_INSIGHTS:Here is the field in
catalog.json
:Here is the field in
manifest.json
:Here is the actual compiled test metadata in
manifest.json
:The text was updated successfully, but these errors were encountered: