Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • C csv-parser
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe Software
  • Platform
  • Data Flow
  • Data Ingestion
  • csv-parser
  • csv-parser
  • Issues
  • #9

Closed
Open
Created Feb 09, 2021 by Spencer Sutton@spencerOwner

Most DAGs use a workflow service endpoint that only exists on Azure's implementation of ingestion-workflow service

These DAGs (recently merged) all use an endpoint that only Azure has:

  • csv_ingestion_sas_storage.py
  • csv_ingestion_sas_unit_crs_relationships_storage.py
  • csv_ingestion_sas_unit_crs_storage.py
  • csv_ingestion_sas_unit_storage.py
  • csv_parser_http_operator.py

The top 4 listed use this endpoint: https://{dns_host}/api/workflow/v1/workflow/{workflow_id}/workflowRun/{run_id}/getSignedUrl

Looking at ingestion-workflow, this endpoint only exists in Azure's provider code: image

Therefore, unless it is merged to core code no other provider can support these DAGs.

Will this endpoint be in core code on ingestion-workflow?

The other dag listed "csv_parser_http_operator" hits an endpoint called 'api/parser/v2/ingestion' which doesn't exist as far as I'm aware.

Assignee
Assign to
Time tracking