Gabriel Levine
05/30/2023, 10:03 PM"some_object": {
"anyOf": [
{
"type": "null"
},
{
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
}
]
}
as opposed to when there are no nulls, it will produce:
"some_object": {
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
}
The second is correctly recognized as an object, while the first is classed as Unknown which prevents it being synced. I can’t tell if this comment is highlighting the same issue: https://github.com/airbytehq/airbyte/issues/25669#issuecomment-1559850741Chidambara Ganapathy
05/31/2023, 6:27 AMRishav Sinha
05/31/2023, 6:37 AM<https://mydomain.com/api/v3/endpoint?input_data={>"list_info":{"start_index":1,"row_count":"2000","get_total_count":true}
this is how they expect us to pass data for pagination, can someone guide me on this please ?Chidambara Ganapathy
05/31/2023, 7:38 AM"childIds": [
"IEXX6MLXXXXXX",
"IEXX6MLXXXXXX"
]
The stream that I am trying to add is
Method: GET /folders/{folderId},{folderId},... - up to 100 IDs
where folderId is the childId
Kindly let me know how to convert the childIds array into individual elements so that it can be passed into the request and get the responseHarshil Dhariwal
05/31/2023, 4:22 PMOctavia Squidington III
05/31/2023, 7:45 PMChidambara Ganapathy
06/01/2023, 11:58 AMOctavia Squidington III
06/01/2023, 1:45 PMJamshid Hashimi
06/01/2023, 4:40 PMWade Warren
06/01/2023, 6:00 PMpage_token
query param in a returned URL. Is there a way to only inject the date range query parameters in the first request? I ask because the next path includes the previous query parameters, so after a few paginations the path includes many date range params.
"next": "<https://wingspan.api.frontapp.com/events?q[after][0]=1685577600&q[after][1]=1685577600&q[after][2]=1685577600&q[after][3]=1685577600&q[before][0]=1685641246&q[before][1]=1685641246&q[before][2]=1685641246&q[before][3]=1685641246&page_token=2d018a5809eb90d349bc08c52cb1f4988be5b03b8262ad76bb8228d1fe6b9cf6770311505076bbcb11f23f82ce05881a8b015c46b2ebf9419adec233df2863bc>"
Luis Valor
06/01/2023, 7:37 PMactivity
endpoint, which no longer exists, I'm sort of stuck with this connector. Is there anyway to specify which endpoints to hit, or a way to upgrade the connector? Currently using the latest version.
1. activity
- deprecated by Metabase a week ago
2. card
3. collections
4. dashboard
5. user
Eduardo Kose
06/01/2023, 9:33 PMChuck Chan
06/01/2023, 10:37 PMDisha
06/01/2023, 11:56 PMDisha
06/01/2023, 11:58 PMJoey Taleño
06/02/2023, 4:27 AMAbhishek Battu
06/02/2023, 9:14 AMChidambara Ganapathy
06/02/2023, 9:21 AMManish Khatri
06/02/2023, 2:19 PMclient_credentials
grant type on the UI?
The API seems to expect this, otherwise it fails to get a token (401 Client Error: Unauthorized for url: https://….
) due to the fact it is unable to authenticate the request.
https://docs.commercetools.com/api/authorization#client-credentials-flowJake Kagan
06/02/2023, 4:58 PMsource-pardot
and i spun up the docker image, but having a hard time finding it on the airbyte webuiJason Pilon
06/02/2023, 5:13 PMLuis Valor
06/02/2023, 6:11 PMJamshid Hashimi
06/02/2023, 7:24 PM"enable_nested_fields": true
in the collection schema.
Is there a way I can do that?
typesense doesn’t allow updating that field after a collection is created.Octavia Squidington III
06/02/2023, 7:45 PMAbdul Hameed
06/04/2023, 5:54 PMBert
06/05/2023, 7:17 AMspark.read.format("com.microsoft.cdm")
to read the format, in python I had to make my own parser to read the manifest and create a table based on this.
Would it be possible to use airbyte to read the manifest to create a table, and check for schema drift, and to read the csv files when updated?Robert
06/05/2023, 7:21 AMAbdul Hameed
06/05/2023, 8:20 AMAbdul Hameed
06/05/2023, 9:06 AMSteven UZAN
06/05/2023, 5:56 PM