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

get_task_instance_try_details API returns TaskInstanceHistory schema #43830

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

kandharvishnu
Copy link
Contributor

@kandharvishnu kandharvishnu commented Nov 8, 2024

these API requests

  • get_task_instance_try_details
  • get_mapped_task_instance_try_details
  • get_task_instance_tries
  • get_mapped_task_instance_tries

are actually returning TaskInstanceHistory


Airflow API Docs mentions that the get_task_instance_try_details return task_instance schema
image

But API actually returns TaskInstanceHistory schema

image

get_task_instance_try_details method also returns the TaskInstanceHistory

image

these
- get_task_instance_try_details
- get_mapped_task_instance_try_details
- get_task_instance_tries
- get_mapped_task_instance_tries
 
are actually returning TaskInstanceHistory
@boring-cyborg boring-cyborg bot added the area:API Airflow's REST/HTTP API label Nov 8, 2024
@rawwar rawwar added the legacy api Whether legacy API changes should be allowed in PR label Nov 8, 2024
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 legacy api Whether legacy API changes should be allowed in PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants