@@ -205,7 +205,7 @@ def get_metadata(self):
205205 Get the metadata attached to this project. The metadata contains label, description
206206 checklists, tags and custom metadata of the project.
207207
208- For more information on available metadata, please see https://doc.dataiku.com/dss/api/latest /rest/
208+ For more information on available metadata, please see https://doc.dataiku.com/dss/api/6.0 /rest/
209209
210210 :returns: a dict object containing the project metadata.
211211 :rtype: dict
@@ -823,10 +823,10 @@ def start_job(self, definition):
823823 """
824824 Create a new job, and return a handle to interact with it
825825
826- :param: dict definition: The definition should contain
826+ :param: dict definition: The definition should contain:
827827
828828 * the type of job (RECURSIVE_BUILD, NON_RECURSIVE_FORCED_BUILD, RECURSIVE_FORCED_BUILD, RECURSIVE_MISSING_ONLY_BUILD)
829- * a list of outputs to build (DATASET, MANAGED_FOLDER, SAVED_MODEL, STREAMING_ENDPOINT)
829+ * a list of outputs to build from the available types: (DATASET, MANAGED_FOLDER, SAVED_MODEL, STREAMING_ENDPOINT)
830830 * (Optional) a refreshHiveMetastore field (True or False) to specify whether to re-synchronize the Hive metastore for recomputed
831831 HDFS datasets.
832832
@@ -842,7 +842,7 @@ def start_job_and_wait(self, definition, no_fail=False):
842842 :param: dict definition: The definition should contain:
843843
844844 * the type of job (RECURSIVE_BUILD, NON_RECURSIVE_FORCED_BUILD, RECURSIVE_FORCED_BUILD, RECURSIVE_MISSING_ONLY_BUILD)
845- * a list of outputs to build (DATASET, MANAGED_FOLDER, SAVED_MODEL, STREAMING_ENDPOINT)
845+ * a list of outputs to build from the available types: (DATASET, MANAGED_FOLDER, SAVED_MODEL, STREAMING_ENDPOINT)
846846 * (Optional) a refreshHiveMetastore field (True or False) to specify whether to re-synchronize the Hive metastore for recomputed
847847 HDFS datasets.
848848 """
0 commit comments