Skip to content

MerelyOneMax1986/step_template

 
 

Repository files navigation

step_template

Prerequisites

Step repository naming conventions

We will recommend forming the git repo name as: <%pipeline_name>-<%step_name>

But this is not a mandatory requirement. And our library should work under any layouts with naming

The authoritative source of the pipeline and step names will now be exclusively in configs, and will not be tightly tied to the names of folders and git repositories

Make the following to create your Sinara step:

  1. Create empty git repo with https://github.com/<%organization_name>/<%pipeline_name>-<%step_name>.git
  2. Clone the dsml component template repository
  1. Change dsml component remote origin
  • cd {my_step}
  • git remote set-url origin https://github.com/<%organization_name>/<%pipeline_name>-<%step_name>.git
  1. Squash dsml component template commits
  • cd {my_step}
  • git reset $(git commit-tree HEAD^{tree} -m "a new Sinara step")
  1. Push dsml component template to new origin
  • git push
  1. See the examples for details: https://github.com/4-DS/sinara-ext-tools.git

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 93.9%
  • Python 6.1%