Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GET extra links endpoint to REST API #23416

Closed
1 of 2 tasks
bbovenzi opened this issue May 2, 2022 · 1 comment
Closed
1 of 2 tasks

Add GET extra links endpoint to REST API #23416

bbovenzi opened this issue May 2, 2022 · 1 comment
Labels
area:API Airflow's REST/HTTP API kind:feature Feature Requests

Comments

@bbovenzi
Copy link
Contributor

bbovenzi commented May 2, 2022

Description

Add a REST API endpoint for extra links on a task instance like so:

GET /api/v1/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/extraLinks/{link_name}

We should probably be able to send multiple link_names or if it is omitted we can receive an array of all extra links for that task instance.

[
  {
     name: "google",
     url: "google.com"
  }
]

Use case/motivation

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@bbovenzi bbovenzi added kind:feature Feature Requests area:API Airflow's REST/HTTP API labels May 2, 2022
@bbovenzi bbovenzi changed the title Add GET extra links endpoint API endpoint Add GET extra links endpoint to REST APi May 2, 2022
@bbovenzi bbovenzi changed the title Add GET extra links endpoint to REST APi Add GET extra links endpoint to REST API May 2, 2022
@bbovenzi
Copy link
Contributor Author

bbovenzi commented May 3, 2022

Nevermind, this already exists.

@bbovenzi bbovenzi closed this as completed May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:API Airflow's REST/HTTP API kind:feature Feature Requests
Projects
None yet
Development

No branches or pull requests

1 participant