As there is still missing a button that hides a public dataset from catalog, we’re trying to do a workaround.
For that, we would like to incorporate a public dataset of our secondary workspace, which isn’t publicly promoted, into a dashboard/code-editor’s page of our primary workspace.
Has someone tried something similar? Has it worked out?
My first thought was to do it via “domain” attribute of “ods-dataset-context” widget, but that didn’t work out:
<ods-dataset-context context="test"
test-dataset="test-index-dataset"
test-domain="https://myseconddomain.opendatasoft.com/"
>
</ods-dataset-context>
Thanks for your ideas :)