airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
16.22k stars 4.14k forks source link

[API] `List Jobs by sync type` and `Get Job status and details` are not working #30021

Open aibazhang opened 1 year ago

aibazhang commented 1 year ago

What method are you using to run Airbyte?

Kubernetes

Platform Version or Helm Chart Version

Helm Chart Version: 0.47.25

What step the error happened?

During the Sync

Revelant information

Hi,

I'm having problems to list jobs and get job status via api-server. Other operations (e.g. List destinations, List sources, Get Source details) are working well. However, the GET v1/jobs could not receive the correct results.

curl --request GET \
     --url 'https://airbyte-api.example.com/v1/jobs?limit=20&offset=0' \
     --header 'accept: application/json'

# result
{"type":"about:blank","status":500}

curl --request GET \
     --url 'https://airbyte-api.example.com/v1/jobs/6' \
     --header 'accept: application/json'

# result
{"type":"about:blank","status":404}

I'm certain that I have the history of job executions in my environment, because I can check them from the web UI.

image

Let me know if you need any additional info.

Relevant log output

No response

franviera92 commented 1 year ago

I have this issue with the api-server :(

octavia-squidington-iii commented 1 week ago

At Airbyte, we seek to be clear about the project priorities and roadmap. This issue has not had any activity for 180 days, suggesting that it's not as critical as others. It's possible it has already been fixed. It is being marked as stale and will be closed in 20 days if there is no activity. To keep it open, please comment to let us know why it is important to you and if it is still reproducible on recent versions of Airbyte.