Oliver Meyer
03/21/2022, 2:30 PMspec.json
, and use that in the request. Maybe there’s a better way 🤷Augustin Lafanechere (Airbyte)
03/21/2022, 3:29 PMspec.json
is the way to go indeed.Oliver Meyer
03/21/2022, 3:30 PMAugustin Lafanechere (Airbyte)
03/21/2022, 3:31 PMPOST
requests you need to set an http_method = "POST"
in your stream's class.Sherif Nada
03/21/2022, 4:41 PMOliver Meyer
03/21/2022, 5:16 PMis there a reason you can’t just ask for all fields by default?Not sure I get it. You mean ask for all fields in the request? If that’s what you mean, then by design the endpoint is made to return only specific fields and that’s how we want to use it
Oliver Meyer
03/21/2022, 5:57 PMis there a reason you can’t just ask for all fields by default?We could, but specifying fields seems to be more aligned with the way the endpoint works. Also, in our case “all fields” is 552 fields (bamboohr allows for custom attributes…), so if we can avoid pulling all 552 I’m happy
Oliver Meyer
03/21/2022, 5:58 PMSherif Nada
03/21/2022, 6:21 PMOliver Meyer
03/21/2022, 6:29 PMAugustin Lafanechere (Airbyte)
03/21/2022, 6:31 PMOliver Meyer
03/21/2022, 6:32 PMdiscover
stepOliver Meyer
03/21/2022, 6:32 PMAugustin Lafanechere (Airbyte)
03/21/2022, 6:33 PMspec.json
?Oliver Meyer
03/21/2022, 6:40 PMAugustin Lafanechere (Airbyte)
03/21/2022, 6:44 PMOliver Meyer
03/21/2022, 6:53 PMAugustin Lafanechere (Airbyte)
03/21/2022, 6:56 PMOliver Meyer
03/21/2022, 6:56 PMOliver Meyer
03/21/2022, 6:56 PMOliver Meyer
03/21/2022, 7:01 PM