Dustin Pearson
03/13/2023, 3:21 PMAdam Roderick
03/13/2023, 3:42 PMBrendan Couche
03/13/2023, 4:25 PMFailure Origin: source, Message: Something went wrong in the connector. See the logs for more details.
Rolling back to 2.0.0 allows me to recover. Relevant logs in the thread...Oliver Broomhall
03/13/2023, 4:29 PM<mailto:team@airbyte.io|team@airbyte.io>
doesn’t seem to exist, I get the following message when I tried to send an email:
We’re writing to let you know that the group you tried to contact (team) may not exist, or you may not have permission to post messages to the group
Oliver Broomhall
03/13/2023, 4:33 PMAndrey Groza
03/13/2023, 5:27 PM2023-03-13T16:35:53.779Z ERROR Unable to connect to SQL database. {"error": "pq: no pg_hba.conf entry for host \"167.172.166.155\", user \"doadmin\", database \"temporal_visibility\", no encryption", "logging-call-at": "handler.go:73"}
To solve it, I added two variables to the docker compose
- SQL_TLS=true
- SQL_TLS_DISABLE_HOST_VERIFICATION=true
The container starts, but still gives an error after a while. How can I solve this problem?Waliur Rahman
03/13/2023, 6:11 PMio.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: namespace count limit exceeded
begin-airbyte-worker-654fc67b4-n2hg4 airbyte-worker-container at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:271) ~[grpc-stub-1.52.1.jar:1.52.1]
begin-airbyte-worker-654fc67b4-n2hg4 airbyte-worker-container at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:252) ~[grpc-stub-1.52.1.jar:1.52.1]
begin-airbyte-worker-654fc67b4-n2hg4 airbyte-worker-container at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:165) ~[grpc-stub-1.52.1.jar:1.52.1]
Srikanth Sudhindra
03/13/2023, 6:42 PMAndres
03/13/2023, 7:44 PMyuan sun
03/14/2023, 12:58 AMRaj Talukder
03/14/2023, 5:36 AMGanpat Agarwal
03/14/2023, 5:36 AMAvi Garg
03/14/2023, 7:19 AMAvi Garg
03/14/2023, 8:24 AMAvi Garg
03/14/2023, 8:24 AMSemih Korkmaz
03/14/2023, 8:52 AMYulong Guan
03/14/2023, 9:59 AMAvinash
03/14/2023, 11:29 AMAvinash
03/14/2023, 11:30 AMLeandro Bleda Cantos
03/14/2023, 11:46 AMlaila ribke
03/14/2023, 12:01 PMVikrant Aggarwal
03/14/2023, 12:39 PMimage: airbyte/webapp:0.41.0
10.30.248.216 - - [14/Mar/2023:12:36:04 +0000] "GET /api/v1/health HTTP/1.1" 404 153 "-" "kube-probe/1.24" "-"
10.30.248.216 - - [14/Mar/2023:12:36:14 +0000] "GET /api/v1/health HTTP/1.1" 404 153 "-" "kube-probe/1.24" "-"
2023/03/14 12:36:14 [error] 46#46: *41 open() "/usr/share/nginx/html/api/v1/health" failed (2: No such file or directory), client: xx.xx.xx.216, server: localhost, request: "GET /api/v1/health HTTP/1.1", host: "172.25.243.13:80"
/ # ls /usr/share/nginx/html/api
ls: /usr/share/nginx/html/api: No such file or directory
Morgan Pyper
03/14/2023, 1:06 PMBruno Agresta González
03/14/2023, 1:36 PMVictor Bruno Castro
03/14/2023, 1:52 PMXavier
03/14/2023, 2:21 PMCaused by: java.lang.RuntimeException: No properties node in stream schema
at io.airbyte.workers.general.DefaultReplicationWorker.populateStreamToAllFields(DefaultReplicationWorker.java:696)
The error is descriptive enough to find my issue: I do not have a schema defined for the stream and thus also no properties node can be found inside that schema (strange that it does run locally then though).
Nothing changes however when trying to fix the error by adding a .json file in the schemas directory with the name of the file = the name of the stream. I have tried both adding the real schema of the data and a schema which should not correspond to the data, neither have an effect. It still runs fine locally (without showing any warnings or errors about the wrong schema) but not on the airbyte platform (making sure to refresh the schema and that the latest version of the image is present). From reading the documentation I assumed that by defining this file with the right name in the right directory airbyte should find it and use it. I have seen that you can define the schema (or the location of this file) manually in the configured-catalog.json file or in the yaml file itself as well. Should I define it in either of these (and what is the priority between these options)?
Thank you!
Update:
We have gotten it to kinda work by defining the location of the json file manually in the YAML as follows:
schema_loader:
type: JsonFileSchemaLoader
file_path: location of .json file in the schemas directory
However, the schema defined in that file seems to get ignored. When we try adding a required property that does not exist everything still works.user
03/14/2023, 3:00 PMuser
03/14/2023, 3:04 PMAlexsander Lucas Dutra Lima Pereira
03/14/2023, 4:17 PMAnchit
03/14/2023, 6:28 PMAccess Key ID
and Secret Access Key
, and not Session Token
. How do we implement this connector with our IAM roles config.
Would also like to know if you'd recommend IAM Roles or IAM Users? Is there any guidance on this? Thanks!