diff --git a/tests/fixtures/manifest-v12.json b/tests/fixtures/manifest-v12.json index c93bcbfa..a3dc3197 100644 --- a/tests/fixtures/manifest-v12.json +++ b/tests/fixtures/manifest-v12.json @@ -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, @@ -62,7 +64,6 @@ "access": "protected" }, "tags": [], - "description": "This table has basic information about payments", "columns": { "payment_id": { "name": "payment_id", @@ -121,7 +122,9 @@ "tags": [] } }, - "meta": {}, + "meta": { + "metabase.description": "This table has basic information about payments" + }, "group": null, "docs": { "show": true, @@ -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", @@ -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": { diff --git a/tests/test_manifest.py b/tests/test_manifest.py index 938390cc..de3e8987 100644 --- a/tests/test_manifest.py +++ b/tests/test_manifest.py @@ -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=[