Gilad Guralnik
08/23/2023, 5:42 PMcurl --request GET \
--url 'localhost:8006/v1/jobs' \
--header 'accept: application/json' \
-u '<user>:<pass>'
In the logs of airbyte-api-server docker, I see an uncaught exception with a long trace:
2023-08-23 171734 ERROR i.m.h.s.RouteExecutor(logException):444 - Unexpected error occurred: Unexpected value 'CREATEDAT'
java.lang.IllegalArgumentException: Unexpected value 'CREATEDAT'
....
It is worth mentioning that other API calls work OK
Can anyone help me with that?Marcos Marx (Airbyte)
08/23/2023, 5:51 PMRiley Brook (Airbyte)
08/23/2023, 7:30 PMTerence Cho (Airbyte)
08/24/2023, 5:46 AMGilad Guralnik
08/24/2023, 6:38 AMEden Feller
08/28/2023, 6:51 AMTerence Cho (Airbyte)
08/28/2023, 4:12 PMv0.50.23
, lmk if you’re still seeing the issue in that versionGilad Guralnik
09/04/2023, 8:32 AMBrandon Freeman
09/06/2023, 12:57 AMjob/{job_id}
endpoint. A valid job_id
that was just provided returns a 404Jonathan Neo
09/06/2023, 2:16 PMjob_id = 38
url = "<http://localhost:8000/api/v1/jobs/get>"
data = {
"id": job_id
}
job_response = <http://requests.post|requests.post>(url=url, json=data, headers=headers)
Jon Tan (Airbyte)
09/06/2023, 4:35 PMJon Tan (Airbyte)
09/07/2023, 5:17 PM