Govern Custom Pages#
Custom pages are pages that you can create and configure, and that will appear as new entries in the Govern top navigation bar.
Retrieve the custom pages#
import dataikuapi
host = "http(s)://GOVERN_HOST:GOVERN_PORT"
apiKey = "Your API key secret"
client = dataikuapi.GovernClient(host, apiKey)
# list custom pages
custom_pages = client.list_custom_pages()
Reference documentation#
An item in a list of custom pages. |
|
A handle to interact with a custom page. |
|
|
The definition of a custom page. |