Published
Edited
May 27, 2020
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
init = await SupersetClient.init()
Insert cell
data = {
try {
const res = await SupersetClient.get({
endpoint: "/api/v1/dashboard/?q={%22order_column%22:%22changed_on%22,%22order_direction%22:%22desc%22,%22page%22:0,%22page_size%22:25}"
})
console.log(res)
return res.json

} catch(e) {
console.log(e)
return e.message
}
}
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more