Query Result SampleΒΆ

 1[
 2  {
 3    "id": "dataset_1345",
 4    "score": 0.8532,
 5    "metadata": {
 6      "title": "ACMC",
 7      "description": "Average cloudiness midnight to midnight from 30-second ceilometer data (percent)",
 8      "url": "https://www1.ncdc.noaa.gov/pub/data/ghcn/daily/readme.txt",
 9      "keywords": [
10        "Average",
11        "cloudiness",
12        "midnight",
13        "to",
14        "midnight",
15        "from",
16        "30-second",
17        "ceilometer",
18        "data"
19      ],
20      "provenance": {
21        "source": "noaa.org"
22      },
23      "materialization": {
24        "python_path": "noaa_materializer",
25        "arguments": {
26          "type": "ACMC",
27          "token": "QoCwZxSlvRuUHcKhflbujnBSOFhHvZoS"
28        }
29      }
30    },
31    "augmentation": {
32      "type": "join",
33      "left_columns": [
34        [0],
35        [4, 5]
36      ],
37      "right_columns": [
38        [0],
39        [7]
40      ]
41    }
42  }
43]