You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Submits metadata json files to the gen3 api endpoint. Submission depends on a DataImportOrder.txt file, which defines the order of the nodes to be imported.
disable_input (bool): If True, disable user input confirmation. Default is False.
372
372
specific_node (str): If not None, only submit the specified node.
373
373
ab_path (bool): If True, use the absolute path to the base_dir.
374
+
import_order_file (str): The absolute path to the import order file, if not defined the program will look for os.path.join(folder_path, project_name, "indexd", "DataImportOrder.txt")
0 commit comments