Who can do this (User role)

DataPublisher


Description

I want to create a new pipeline manualy and associate the pipeline with a selected dataset so that the detail of a dataset will contain a pipeline created.

Preconditions

  • at least one catalog record is created in internal catalog

How to do it:

  • clicks on dataset 'Name' in the list of internal catalog records
  • clicks 'Manage' button
  • selects 'Pipeline' tab
    • list of all pipelines associated with the dataset is displayed 
  • clicks '+' button
  • clicks 'Create new manually' radio button
  • fills in the name of a new pipeline
  • fills in the description of a new pipeline
  • clicks 'Next' button
    • empty pipeline is created in ODN/UV with provided name and description
    • created pipeline is stored and associated with the dataset
  • clicks 'Edit' button
    • enters ODN/UV canvas pipeline editor
  • creates and configures a pipeline from scratch in ODN/UV
  • selects visibility for the pipeline:
    • private pipeline is:
      • visible and can be modified or deleted in ODN/UV only by users belonging to the same organization
      • can be associated with dataset only for users belonging to the same organization (both options 'Existing pipeline' and 'Create a modified copy of existing pipeline')
    • public (read only) pipeline is:
      • visible in ODN/UV for all users
      • can be modified or deleted in ODN/UV only by users belonging to the same organization
      • can be associated with dataset also for users belonging to different organization (option 'Create a modified copy of existing pipeline')
    • public pipeline is:
      • visible in ODN/UV for all users
      • can be modified or deleted in ODN/UV by all users
      • can be associated with dataset also for users belonging to different organization (option 'Create a modified copy of existing pipeline')
  • when satisfied, saves the pipeline by clicking the 'Save' button
    • pipeline is stored in ODN/UV
  • when ODN/UV closed without change (not saved)
    • empty pipeline is kept in ODN/UV
    • pipeline is associated with dataset



Notes

3v2