Skip to content

Commit

Permalink
chore: Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sabino committed Nov 26, 2024
1 parent c3a2bc9 commit 8c2a86a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions tests/fixtures/manifest-v12.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"schema": null,
"database": null,
"tags": [],
"meta": {},
"meta": {
"metabase.description": "This table has basic information about payments"
},
"group": null,
"materialized": "table",
"incremental_strategy": null,
Expand All @@ -62,7 +64,6 @@
"access": "protected"
},
"tags": [],
"description": "This table has basic information about payments",
"columns": {
"payment_id": {
"name": "payment_id",
Expand Down Expand Up @@ -121,7 +122,9 @@
"tags": []
}
},
"meta": {},
"meta": {
"metabase.description": "This table has basic information about payments"
},
"group": null,
"docs": {
"show": true,
Expand Down Expand Up @@ -193,7 +196,8 @@
"database": null,
"tags": [],
"meta": {
"metabase.display_name": "clients"
"metabase.display_name": "clients",
"metabase.description": "Contains customer details and derived order facts"
},
"group": null,
"materialized": "table",
Expand Down Expand Up @@ -290,7 +294,8 @@
}
},
"meta": {
"metabase.display_name": "clients"
"metabase.display_name": "clients",
"metabase.description": "Contains customer details and derived order facts"
},
"group": null,
"docs": {
Expand Down
2 changes: 1 addition & 1 deletion tests/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_v12():
group=Group.nodes,
name="customers",
alias="customers",
description="This table has basic information about a customer, as well as some derived facts based on a customer's orders",
description="Contains customer details and derived order facts",
display_name="clients",
unique_id="model.sandbox.customers",
columns=[
Expand Down

0 comments on commit 8c2a86a

Please sign in to comment.