Thành Đặng Minh
06/10/2023, 3:14 PMThành Đặng Minh
06/11/2023, 2:25 AMThành Đặng Minh
06/11/2023, 3:57 AMThành Đặng Minh
06/11/2023, 4:04 AMThành Đặng Minh
06/11/2023, 4:22 AMChính Bùi Quang
06/12/2023, 4:13 AMMorris Clay
06/12/2023, 7:59 AMuntil
param equal to the last_activity_at
of the oldest conversation returned in the previous page. The last page is reached when fewer conversations than limit
are returned."
This is my outgoing request.
{
"url": "<https://public.missiveapp.com/v1/conversations>",
"parameters": {
"until": [
"1646310992"
],
"team_inbox": [
"6f1ddba3-***"
],
"limit": [
"50"
]
},
"headers": {
"User-Agent": "python-requests/2.31.0",
"Accept-Encoding": "gzip, deflate",
"Accept": "*/*",
"Connection": "keep-alive",
"Authorization": "Bearer ****"
},
"http_method": "GET"
}
Attached a screenshot of the Cursor Pagination. I get the same result of just the first 50 records using
response['data']['items'][-1]['last_activity_at'] }}
Any hint what I am doing wrong here?
Api References:
https://missiveapp.com/help/api-documentation/rest-endpoints#list-conversationsSlackbot
06/12/2023, 8:50 AMChính Bùi Quang
06/12/2023, 8:50 AMairbyte-proxy | nginx version: nginx/1.25.0
airbyte-proxy | nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (2: No such file or directory)
airbyte-proxy | 2023/06/12 08:48:09 [emerg] 13#13: host not found in upstream "airbyte-webapp" in /etc/nginx/nginx.conf:17
airbyte-proxy exited with code 1
airbyte-webapp | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
airbyte-webapp | /docker-entrypoint.sh: Configuration complete; ready for start up
airbyte-webapp | nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (2: No such file or directory)
airbyte-webapp | 2023/06/12 08:48:57 [emerg] 1#1: open() "/var/log/nginx/error.log" failed (2: No such file or directory)
airbyte-webapp exited with code 1
sania uzma
06/12/2023, 9:46 AM_airbyte_data
field is empty, despite verifying the JSON schema in the API's response.
I would greatly appreciate any suggestions or troubleshooting methods to resolve this issue. Thank you in advance for your assistance.Tzipora Kisus
06/12/2023, 12:49 PMMorris Clay
06/12/2023, 1:07 PMChính Bùi Quang
06/12/2023, 2:27 PMNohelia Merino
06/12/2023, 6:54 PMOctavia Squidington III
06/12/2023, 7:45 PMThomas van Latum
06/13/2023, 7:07 AMLuis Vicente
06/13/2023, 11:51 AMsource-kafka
source. What are the requirements to enable a source in the Airbyte API?Tim Faber
06/13/2023, 1:38 PMOctavia Squidington III
06/13/2023, 1:45 PMJanis Karimovs
06/13/2023, 1:48 PMgcloud --project=$PROJECT_ID beta compute ssh $INSTANCE_NAME -- -L 8000:localhost:8000 -N -f
, but am faced with these errors every time:
bind [:1]8000: Cannot assign requested address
_channel_setup_fwd_listener_tcpip: cannot listen to port: 8000_
Could not request local forwarding.
I've tried other ports with no luck... Has anyone dealt with this before? Any ideas?
Thanks.Andy Smith
06/13/2023, 1:59 PM^
-delimited and compressed with GZIP. I notice that the current GCS connector only processes CSV files. I was wondering what the roadmap is for GCS to support a similar level of functionality as the S3 connector?Fariha Baloch
06/13/2023, 3:44 PMEric Schrock
06/13/2023, 10:45 PMGET /api/foo
to get a list of objects, but then GET /api/foo/{id}
will return more information about them (such as additional fields or modification history). In a custom HTTP connector I can easily chain slices to have a stream based off another, is there a way to do this in the low-code/no-code world?
Thanks!Fabio Knoedt
06/14/2023, 1:55 PMOctavia Squidington III
06/14/2023, 7:45 PMYokesh RS
06/15/2023, 8:04 AMYokesh RS
06/15/2023, 8:14 AMYokesh RS
06/15/2023, 8:16 AMYokesh RS
06/15/2023, 9:32 AMMahesh Thirunavukarasu
06/15/2023, 9:47 AM