View blueprints and blueprint versions#
Blueprint versions are templates describing the items in Dataiku Govern. Several blueprint versions are gathered within the same blueprint that represents a logical concept.
List all blueprints#
import dataikuapi
host = "http(s)://GOVERN_HOST:GOVERN_PORT"
apiKey = "Your API key secret"
client = dataikuapi.GovernClient(host, apiKey)
# List the blueprints for which the API key has access
client.list_blueprints()
Reference API doc#
An item in a list of blueprints. |
|
A handle to read a blueprint on the Govern instance. |
|
The definition of a blueprint. |
|
|
An item in a list of blueprint versions. |
A handle to interact with a blueprint version on the Govern instance. |
|
|
The trace of a blueprint version containing information about its lineage and its status. |
|
The definition of a blueprint version. |