Skip to content

Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Meltano
Meltano
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
    • Insights
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 318
    • Issues 318
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 7
    • Merge Requests 7
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Security & Compliance
    • Security & Compliance
    • Dependency List
  • Packages
    • Packages
    • Container Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • meltano
  • MeltanoMeltano
  • Issues
  • #586

Closed
Open
Opened Apr 15, 2019 by Virjinia Alexieva@valexieva
  • Report abuse
  • New issue
Report abuse New issue

Add an `airflow` route to the Meltano UI

Implementation of #557 (closed)

Depending on how Airflow web interface is setup, this might be done either by:

  • by using http://flask.pocoo.org/docs/1.0/patterns/appdispatch/.

No-go because both Flask app live in different virtualenv, so crossing that isolation would remove the benefit of the isolation.

  • proxying the requests

No-go because Airflow doens't expose static_url_path and/or builds wrong URLs when fetching its assets (/static). We'd need to send a pull-request to Airflow to add proper support for that.

  • iframing Airflow

Go: there is already a PoC for that, but it is now ~Blocked by #591 (closed)

Edited Apr 17, 2019 by Micaël Bergeron

Related issues

  • Discussion
  • Designs
Assignee
Assign to
Fri: May 24, 2019
Milestone
Fri: May 24, 2019
Assign milestone
Time tracking
None
Due date
None
1
Labels
flow::Review
Assign labels
  • View project labels
Reference: meltano/meltano#586