Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Airflow DAGs Airflow DAGs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Custom issue tracker
    • Custom issue tracker
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • repos
  • data-engineering
  • Airflow DAGsAirflow DAGs
  • Merge requests
  • !140

Add unique devices DAGs

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mforns requested to merge unique_devices into main Sep 14, 2022
  • Overview 24
  • Commits 6
  • Pipelines 6
  • Changes 4

This change adds 2 DAGs for the unique devices jobs being migrated from Oozie:

  • unique_devices_daily
  • unique_devices_monthly

Each DAG generates 2 dataset pipelines, one for unique devices per domain, and another one for unique devices per project family. Their pipelines are:

  1. Wait for wmf.pageview_actor partitions to be present
  2. Calculate the unique devices metrics
  3. Dump the metrics into a compressed CSV file
  4. Archive the dump in the final location
Edited Sep 22, 2022 by Mforns
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: unique_devices