Skip to content

Add project b

Gmodena requested to merge add-project-b into main

This MR is a concept to show the UX pattern to add a new project to platform-data-pipelines as a git submodule.

In this case a third party team developed a project we want to onboard. They followed our guidelines and implemented things according to our templates: https://gitlab.wikimedia.org/gmodena/projectb

To register their project on the data platform, they have to

  1. Add a dag under dags/ (TODO: or wherever we store dags in production)
  2. Register projectB repo as a submodule to this repo. This is a lightweight pointer to the repo. No files are copied.

Assuming centralise checks are in place, this MR should trigger CI.

Edited by Gmodena

Merge request reports