All functions |
|
|---|---|
In a R custom recipe, retrieve the configuration of the recipe as a dictionary |
|
In a R custom recipe, retrieve the input names for a given role. |
|
In a R custom recipe, retrieve the output names for a given role. |
|
In a R custom recipe, retrieve the path of the plugin resource folder |
|
Get the value of a user-defined variable |
|
In a R custom recipe, retrieve the general configuration of the DSS instance as a dictionary |
|
Displays a dygraph chart in the Jupyter notebook. |
|
Displays a ggvis chart in the Jupyter notebook. |
|
Displays a googleVis chart in the Jupyter notebook. |
|
Get the value of a Flow variable |
|
Returns various information about the user currently authenticated using this process |
|
Returns various information about the DSS user authenticated by the dictionary of HTTP headers provided in headers_dict. |
|
Returns various information about the DSS user authenticated by the headers of a Rook request |
|
Get information about this connection. |
|
Gets information about the location of a dataset (path to files, table name, ...) |
|
Returns an API ticket to use to impersonate the user authenticated by the dictionary of HTTP headers provided in headers_dict. |
|
Executes Hive query as a recipe fragment |
|
Executes a Hive query and returns the results as a data.frame |
|
Executes Impala query as a recipe fragment |
|
Executes a Impala query and returns the results as a data.frame |
|
Installs required frontend-side dependencies for displaying ggvis charts in the Jupyter notebook |
|
Lists the partitions of a dataset |
|
Copies the whole content of a local folder to a DSS folder, recursively |
|
Copies the whole content of a DSS folder to a local path, recursively |
|
Removes a file or directory from the folder |
|
Checks whether the partitioning scheme of the folder uses sub-directories |
|
Retrieves data from a path in a managed folder |
|
Get the info on a folder |
|
Get the path to the directory of a input managed folder partition |
|
Get the paths of the files of a managed folder. |
|
Get the path to a managed folder. |
|
Gets details about a path of a managed folder |
|
In a R custom recipe, retrieve the global configuration of the plugin containing it, as a dictionary |
|
Reads a dataset from Dataiku's Data Science Studio |
|
Executes SQL query as a recipe fragment |
|
Executes a SQL query and returns the results as a data.frame |
|
Saves a ggplot figure as a DSS static insight that can be exposed on the dashboard |
|
Saves a ggvis chart as a DSS static insight that can be exposed on the dashboard |
|
Saves a googleViz chart as a DSS static insight that can be exposed on the dashboard |
|
Saves a HTML widget as a DSS static insight that can be exposed on the dashboard |
|
Saves data as a DSS static insight that can be exposed on the dashboard |
|
In a custom shiny webapp, retrieves the configuration for the webapp as a dictionary |
|
In a custom shiny webapp, retrieve the path of the plugin resource folder |
|
Writes a data.frame to Dataiku's Data Science Studio |
|
Writes a data.frame's schema to Dataiku's Data Science Studio |
|
Randomly samples a fixed number of rows from a dataset |
|
(DEPRECATED) Reads a dataset from Dataiku's Data Science Studio |
|
(DEPRECATED) Writes a data.frame to Dataiku's Data Science Studio |
|
(DEPRECATED) Writes a data.frame's schema to Dataiku's Data Science Studio |
|
(DEPRECATED) Writes a data.frame and its schema to Dataiku's Data Science Studio |
|