Human
12/23/2022, 12:45 AMrequests.exceptions.SSLError: HTTPSConnectionPool(host='<http://storage.googleapis.com|storage.googleapis.com>', port=443): Max retries exceeded with url: /covid19-open-data/v2/latest/epidemiology.csv (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)')))
Cause: Self signed cert in chain for File HTTPS source
Ask: How do I add the CA cert on the worker that runs the source?Hai Huynh
12/23/2022, 12:59 AMMichael
12/23/2022, 5:39 AMÖzgür Sallancı
12/23/2022, 6:13 AMVu Le Hoang
12/23/2022, 10:05 AMairbyte_workspace
volume. Is it safe to clear all its content?
If it not, which kind of files should I delete?
Thank you airbyte rocketNahid Oulmi
12/23/2022, 10:28 AMcatalog/configured_catalog.json
that looks like this :
{
"streams": [
{
"stream": {
"name": "my_stream",
"json_schema": {},
"supported_sync_modes": [
"full_refresh",
"incremental"
],
"source_defined_cursor": "True",
"default_cursor_field": [
"date"
]
},
"sync_mode": "incremental",
"destination_sync_mode": "overwrite"
}
]
I deployed it on Airbyte version 0.39.42 and it was working fine.
Now, we updated our Airbyte version to 0.40.26 and the connector is not working fine anymore.
The problem is located at the schema discovery step. When I go to “replication” to see my schema :
image▾
1340×512 42.9 KB▾
image▾
2448×1096 268 KB▾
TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at or (CatalogSection.tsx:101:41)
at sa (react-dom.production.min.js:157:137)
at qa (react-dom.production.min.js:180:154)
at Ba (react-dom.production.min.js:178:169)
at ja (react-dom.production.min.js:177:178)
at Gs (react-dom.production.min.js:274:126)
at Au (react-dom.production.min.js:250:347)
at Ou (react-dom.production.min.js:250:278)
at Cu (react-dom.production.min.js:250:138)
ls @ react-dom.production.min.js:216
n.payload @ react-dom.production.min.js:217
ho @ react-dom.production.min.js:130
Wa @ react-dom.production.min.js:184
Gs @ react-dom.production.min.js:269
Au @ react-dom.production.min.js:250
Ou @ react-dom.production.min.js:250
Cu @ react-dom.production.min.js:250
_u @ react-dom.production.min.js:243
(anonymous) @ react-dom.production.min.js:123
t.unstable_runWithPriority @ scheduler.production.min.js:18
Vi @ react-dom.production.min.js:122
Ki @ react-dom.production.min.js:123
M @ scheduler.production.min.js:16
b.port1.onmessage @ scheduler.production.min.js:12
The local tests (check
, spec
, discover
, read
) work fine.
Is there a thing I need to modify/update in the connector Python code to get it to work with version 0.40.26 ? I am sure it is an issue with the version since it is working fine on 0.39.42. Thanks,Bruno Agresta González
12/23/2022, 1:34 PM0.40.24
version of Airbyte, BigQuery connector 1.2.9
and Postgres connector 0.3.26
.
Is anyone experiencing the same?Nivedita Baliga
12/23/2022, 4:36 PMNivedita Baliga
12/23/2022, 4:44 PMDany Chepenko
12/23/2022, 5:43 PMbusiness_management feedback
We were unable to approve your request for this permission because the explanation of your app's use case was unclear.
To resolve this issue, please provide a valid use case with a revised screencast or notes that explain the following items:
1. Which app function requires the requested permission.
2. How the requested permission will enhance your app's functionality and integration.
3. How the requested permission will enhance the end user's experience.
You should also make sure that the screencast submitted is the correct video for the app before you re-submit for review.
For more information, you can also view our App Review introduction video and App Review Rejection Guide.
and that's for ads_read feedback
We found that your app's test credentials did not allow us to fully review the content of the app or there were no test credentials provided for us to use during our review.
To resolve this issue:
- If your test credentials do allow access, check that the account is set up properly to provide us with full access and to allow us to reproduce your use case steps.
- Otherwise, please consider including any applicable test credentials and passwords for our team to use. If a non-facebook user account is required to log into your app, please include those credentials when you re-submit.
For more information, please visit our App Review Rejection Guides.
Notes from your reviewer:
Unfortunately we have not been able to verify the permissions due to unclear use cases and being unable to link ad account.
For the ads_read permission, please for the next submission, include that the app is internal in the use case, and show ads metrics in the screencast.
The use cases for business_management and leads_retrieval are unclear. Please, for the next submission, include the word 'leads' along with a relevant use cases.Please rectify these matters for the next submission.
Tamas Foldi
12/23/2022, 7:06 PMoctavia apply
I got the following error message:
airbyte_api_client.exceptions.ApiTypeError: Invalid type for variable 'non_breaking_changes_preference'. Required value type is NonBreakingChangesPreference and passed type was str at ['non_breaking_changes_preference']
CLI and server versions are the same, trying to apply back an import to another airbyte server. any clue what could be wrong?Rishabh Jain
12/23/2022, 11:16 PMShay Rubach
12/25/2022, 7:45 AMMickaël Andrieu
12/26/2022, 4:32 AMKevin Noguera
12/26/2022, 8:30 AMPablo Morales
12/26/2022, 4:07 PMTemidayo Azeez
12/26/2022, 4:30 PMTimam
12/26/2022, 6:18 PMIgnacio Alasia
12/26/2022, 6:52 PMERROR i.a.w.g.DefaultReplicationWorker(run):196 - Sync worker failed.
java.util.concurrent.ExecutionException:io.airbyte.workers.general.DefaultReplicationWorker$DestinationException: Destination process message delivery failed.
And this other log:
2022-12-24 01:05:55 ERROR i.a.w.g.DefaultReplicationWorker(run):196 - Sync worker failed.
java.util.concurrent.ExecutionException: io.airbyte.workers.general.DefaultReplicationWorker$SourceException: Source cannot be stopped
We running this over a m6i.xlarge.
So, first, someone have any idea of whats wrong?
second, I would like to know how Airbyte works behind when make the CDC or the behavior of Airbyte in this process. How use the workers and compare the data what already are in the destination and the new data.
Best,
Ignacio.Igor Safonov
12/26/2022, 7:22 PMgoogle ads
and databricks lakehouse
(deployed on minikube with helm, v0.40.25)
Unfortunately, it causes an error during an execution of an SQL statement in the absence of column types (I edited it a bit for readability):
CREATE TABLE <table> (_airbyte_ab_id string, _airbyte_emitted_at string, `campaign.id` , `metrics.clicks` , `segments.date`) USING csv LOCATION '<location>' options ("header" = "true", "multiLine" = "true")
Json schema for stream usr_igsaf.google_ads_test: {"type":"object","$schema":"<http://json-schema.org/draft-07/schema#>","properties":{"campaign.id":{"type":["integer","null"]},"campaign.name":{"type":["string","null"]},"segments.date":{"type":["string","null"],"format":"date"},"metrics.clicks":{"type":["integer","null"]},"metrics.conversions":{"type":["number","null"]},"metrics.cost_micros":{"type":["integer","null"]},"metrics.impressions":{"type":["integer","null"]},"user_location_view.country_criterion_id":{"type":["integer","null"]}},"additionalProperties":true}
Looks like the code in the databricks integration is not ready to see arrays in the type
field:
final String type = node.get("type").asText();
schemaString.append(", `").append(header).append("` ").append(type.equals("number") ? "double" : type);
If I contribute a fix, would it take long until it gets released?Timam
12/26/2022, 7:34 PMSujith Kumar.S
12/27/2022, 6:00 AMGeorges Stephan
12/27/2022, 7:20 AMstreams.py
file and changed the return string from the function def url_base(self) -> str:
to return a URL that starts with http
instead of https.
However, by examining the logs, I see that Airbyte still uses HTTPS to connect, although the URL starts with http
. Is there anything else I need to change? I am using Airbyte version 0.40.26 running under Docker compose. Thank you!Akilesh V
12/27/2022, 7:41 AMNils de Bruin
12/27/2022, 8:16 AMStack Trace: org.postgresql.util.PSQLException: ERROR: syntax error at or near "FROM"
Position: 30
and
"failureOrigin" : "source",
"failureType" : "system_error",
"internalMessage" : "org.postgresql.util.PSQLException: ERROR: syntax error at or near \"FROM\"\n Position: 30",
"externalMessage" : "Something went wrong in the connector. See the logs for more details.",
"metadata" : {
"attemptNumber" : 2,
"jobId" : 392,
"from_trace_message" : true,
"connector_command" : "read"
},
I can revert to version 1.0.30, and then the error disappears.
Does anyone have the same issue or know what this could be? Thanks!laila ribke
12/27/2022, 8:27 AM"transactions": {
"booked": [
{
"transactionId": "string",
"debtorName": "string",
"debtorAccount": {
"iban": "string"
},
"transactionAmount": {
"currency": "string",
"amount": "328.18"
},
"bankTransactionCode": "string",
"bookingDate": "date",
"valueDate": "date",
"remittanceInformationUnstructured": "string"
},
{
"transactionId": "string",
"transactionAmount": {
"currency": "string",
"amount": "947.26"
},
"bankTransactionCode": "string",
"bookingDate": "date",
"valueDate": "date",
"remittanceInformationUnstructured": "string"
}
],
"pending": [
{
"transactionAmount": {
"currency": "string",
"amount": "float"
},
"valueDate": "date",
"remittanceInformationUnstructured": "string"
}
]
}
}
It´s line two objects : "booked" and "pending", which each one of them contains an array of object, that each object is a transaction..
I think I´ll start only with the booked ones, but I´m curious how the schema should look like
HowDimitriy Ni
12/27/2022, 12:15 PMNandhakumar M
12/27/2022, 1:40 PMNandhakumar M
12/27/2022, 1:42 PMNoah Selman
12/27/2022, 2:18 PM