Stuart Horgan
11/17/2022, 4:30 PMclient_max_body_size
can fix the 'client tried to send too large body' error that I am getting.
I am deploying airbyte locally on my Mac by cloning the github repo and running on docker desktop. I found some files in airbyte/airbyte-proxy/ called nginx-auth.conf.template and nginx-no-auth.conf.template and tried adding the change there (see picture), but it didn't seem to help. Am I missing something? Where else should I be going to make this change?Lucas Gonthier
11/17/2022, 6:10 PM*POST* /v1/sources/search
with the following body {"name": "mySourceName"}
.
However It doesn't seems to work. Adding the workspaceId doesn't change anything.
Is it an issue ? Or I'm missing something ?JJ Nilbodee
11/17/2022, 6:15 PMMatt Lewis
11/17/2022, 7:45 PMEthan Brouwer
11/17/2022, 8:25 PMGustavo Maia
11/17/2022, 9:16 PM{"key": "value"}
or is it possible to pass multiple records in a single message using a list of dictionaries [{"key": "value1"}, {"key": "value2"}]
?
It is taking a lot of time to iterate over every single record in the dataset when to yield it as a record message, if I could have a list of 100000 records in a single message it would take a lot less time since the data I am trying to collect has millions of recordslaila ribke
11/17/2022, 10:47 PMkarl
11/17/2022, 11:25 PMFariha Baloch
11/18/2022, 1:11 AMMark Elayan
11/18/2022, 4:18 AMRahul Borse
11/18/2022, 7:26 AMlaila ribke
11/18/2022, 10:15 AMRohit Dubey
11/18/2022, 12:03 PMVictor Bruno Castro
11/18/2022, 1:48 PMRenato Todorov
11/18/2022, 1:58 PMpull_request_commits
stream? Is it a technical limitation with GH's api?Berzan Yildiz
11/18/2022, 2:29 PMpreparing tables at destination completed
and have no way of knowing wat happenedRoman Naumenko
11/18/2022, 2:52 PMFrank Kody
11/18/2022, 2:53 PMRytis Zolubas
11/18/2022, 3:03 PMCaused by: io.temporal.failure.ApplicationFailure: message='SQL [select * from "public"."connection" where "public"."connection"."id" = cast(? as uuid)]; Error while reading field: "public"."connection"."unsupported_protocol_version", at JDBC index: 22', type='org.jooq.exception.DataAccessException', nonRetryable=false
and
Caused by: org.postgresql.util.PSQLException: The column index is out of range: 22, number of columns: 21.
Rytis Zolubas
11/18/2022, 4:29 PMGustavo Maia
11/18/2022, 5:59 PMZach Brak
11/18/2022, 6:36 PMCesar Santos
11/18/2022, 7:14 PMDusty Shapiro
11/18/2022, 7:43 PM0.41.0
and attempted to deploy, but was getting a CrashLoopBackOff
on the Webapp, with the below error msg.
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
20-envsubst-on-templates.sh: Running envsubst on /etc/nginx/templates/default.conf.template to /etc/nginx/conf.d/default.conf
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2022/11/18 19:35:23 [emerg] 1#1: host not found in upstream "$CONNECTOR_BUILDER_API_HOST" in /etc/nginx/conf.d/default.conf:6
nginx: [emerg] host not found in upstream "$CONNECTOR_BUILDER_API_HOST" in /etc/nginx/conf.d/default.conf:6
Nikhil Patel
11/18/2022, 8:06 PMRicardo Andrés Ibarra Bolívar
11/18/2022, 10:25 PMdeals
stream like properties.dealname
, properties.job_description
, and properties.role_description
. The problem is that Airbyte gets ALL the fields from the deals
stream. Is there a way to only get the fields that I need? Some of the fields are confidential and it is a problem to send them to a Postgres database (I have been working with a Sandbox Hubspot account for now).Eugenio Gastelum
11/18/2022, 11:33 PMpsql -h localhost -U postgres
it works fine after asking the password. I am attaching the image bellow with how I am setting up the connection at airbyte's UI and also my localhost psql credentials, I am putting something wrong?Bhavya Verma
11/19/2022, 12:11 AMFariha Baloch
11/19/2022, 5:23 PMRytis Zolubas
11/19/2022, 5:31 PM