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#

dataikuapi.govern.custom_page.GovernCustomPageListItem(...)

An item in a list of custom pages.

dataikuapi.govern.custom_page.GovernCustomPage(...)

A handle to interact with a custom page.

dataikuapi.govern.custom_page.GovernCustomPageDefinition(...)

The definition of a custom page.