From 906198ac513258e613fee93832a857e7f75434b3 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 22 Jul 2026 05:35:49 +0000 Subject: [PATCH] Update manifest for test - v1 --- .../test2/VIRTUAL_DATASET/test/manifest.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 __datasets/COD/test2/VIRTUAL_DATASET/test/manifest.json diff --git a/__datasets/COD/test2/VIRTUAL_DATASET/test/manifest.json b/__datasets/COD/test2/VIRTUAL_DATASET/test/manifest.json new file mode 100644 index 0000000..76ba523 --- /dev/null +++ b/__datasets/COD/test2/VIRTUAL_DATASET/test/manifest.json @@ -0,0 +1,25 @@ +{ + "name": "test", + "type": "VIRTUAL_DATASET", + "sub_type": "Standard", + "description": "testing", + "latest_version": "v1", + "versions": [ + { + "version": "v1", + "created_at": "2026-07-22T05:35:29.919938", + "created_by": null, + "schema_hash": "dc2463358dd9", + "status": "active", + "is_current": true, + "breaking_change": false, + "change_notes": null, + "dremio_view_name": "test" + } + ], + "schedule": null, + "created_at": "2026-07-22T05:35:29.919938", + "updated_at": "2026-07-22T05:35:29.919938", + "created_by": null, + "status": "active" +} \ No newline at end of file