Dudu Vaanunu
02/15/2023, 9:05 AMdiscover_schema
failed request (which appears twice for some reason), we get the following TO message.
This appear after more than 3 minutes.
<html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
</body>
</html>
When trying to fetch some info from the server logs we sometimes get the following:
errors: $.ssl_method: must be a constant value encrypted_trust_server_certificate, $.ssl_method: does not have a value in the enumeration [encrypted_trust_server_certificate]
2023-02-14 10:09:15 INFO i.a.v.j.JsonSchemaValidator(test):71 - JSON schema validation failed.
errors: $.ssl_method: must be a constant value encrypted_verify_certificate, $.ssl_method: does not have a value in the enumeration [encrypted_verify_certificate], $.trustStoreName: is missing but it is required, $.trustStorePassword: is missing but it is required
2023-02-14 10:09:15 INFO i.a.v.j.JsonSchemaValidator(test):71 - JSON schema validation failed.
errors: $.tunnel_host: is missing but it is required, $.tunnel_port: is missing but it is required, $.tunnel_user: is missing but it is required, $.ssh_key: is missing but it is required, $.tunnel_method: must be a constant value SSH_KEY_AUTH
2023-02-14 10:09:15 INFO i.a.v.j.JsonSchemaValidator(test):71 - JSON schema validation failed.
errors: $.tunnel_host: is missing but it is required, $.tunnel_port: is missing but it is required, $.tunnel_user: is missing but it is required, $.tunnel_user_password: is missing but it is required, $.tunnel_method: must be a constant value SSH_PASSWORD_AUTH
2023-02-14 10:09:15 INFO i.a.v.j.JsonSchemaValidator(test):71 - JSON schema validation failed.
errors: $.method: must be a constant value CDC, $.method: does not have a value in the enumeration [CDC]
2023-02-14 10:09:15 INFO i.a.s.RequestLogger(filter):112 - REQ 10.130.4.155 POST 200 /api/v1/sources/update - {"name":"Microsoft SQL Server (MSSQL)","sourceId":"001893fd-02c0-4b9f-b4c5-1acddde3b591","connectionConfiguration":"REDACTED"}
The above contradicts the Time out issue and the fact that the source seems to pass all tests contradicts that as well.
Our main suspicions are:
• Fetching 2000 tables schema takes more time than usual.
• The connector is not very efficient with schema fetching.
We currently don’t have any write access to that MSSQL.
We currently don’t have any possibility to extend the timeout.
Any help would be appreciated,
Thanks!Paul Grubb
02/15/2023, 9:31 AMFaris Alfaris
02/15/2023, 10:49 AMFelix Gondwe
02/15/2023, 11:28 AMAnkit Kumar
02/15/2023, 12:10 PMSebastian Opel
02/15/2023, 12:58 PM2023-02-15 12:24:23 INFO i.a.v.j.JsonSchemaValidator(test):130 - JSON schema validation failed.
errors: $: null found, string expected
shouldn't null be a valid value for type string?Asadbek Muminov
02/15/2023, 1:00 PMJorge Goldman
02/15/2023, 2:20 PMTRUNCATE
and refill, DELETE
without explicit LOCK TABLES
and refill, DELETE
with explicit LOCK TABLES
and refill, and DROP TABLE
and refill semanticsEvan Mullins
02/15/2023, 3:08 PM.env
file use version 0.40.32
if your own release notes say to not use it?
[1]https://github.com/airbytehq/airbyte/blob/53a5bd880b79717a10c0dd826344e2abf3b7e2b2/.env#L13
[2]https://github.com/airbytehq/airbyte/releases/tag/v0.40.32Owais Javed
02/15/2023, 3:12 PMKyle Cheung
02/15/2023, 3:21 PMAnatole Callies
02/15/2023, 3:26 PMPeyton Badura
02/15/2023, 4:30 PMMichael Taylor
02/15/2023, 6:58 PMerrors: $.access_key_id: object found, string expected, $.secret_access_key: object found, string expected
in the last dbt loading step of the job. What is this looking for? I set up the S3 information on the destination with access_key_id and secret_key and it validates. Does S3 loading work with Redshift when using S3 stages?Will Callaghan
02/15/2023, 7:39 PMJake Vernon
02/15/2023, 8:01 PM[error] 922#922: *167 client intended to send too large body
Mutlu Şimşek
02/15/2023, 9:04 PMCamilo Correa
02/15/2023, 9:31 PMMike Burns
02/15/2023, 9:53 PMDave Easey
02/16/2023, 1:57 AMHan Hu
02/16/2023, 3:47 AMKayden Tang
02/16/2023, 4:07 AMPrashant Barge
02/16/2023, 4:38 AMDan Cook
02/16/2023, 6:29 AMFile "/usr/local/lib/python3.9/site-packages/urllib3/response.py", line 761, in _update_chunk_length
self.chunk_left = int(line, 16)
ValueError: invalid literal for int() with base 16: b''
A one-time sync was successfully completed in October 2022, going back to early 2021, and we've been in daily incremental sync mode ever since. This week we attempted to reset the "users" stream and do a full re-sync before settling into daily incrementals. The failure at around 850,000 records on the full sync is 100% reproducible. Why this error never happened on full or incrementals before this week, but is now 100% certain, is a mystery.
Airbyte OSS: v0.40.15
Iterable source: v0.1.23
Snowflake destination: 0.4.47Mark Nuttall-Smith
02/16/2023, 7:11 AM❯ env | grep DWH
DWH_DATABASE=bi2
yaml
configuration:
database: ${DWH_DATABASE}
apply
❯ octavia apply -f destinations/dwh_v2/configuration.yaml --force
🐙 - Octavia is targetting your Airbyte instance running at <http://host.docker.internal:9999> on workspace 52ee3a28-e1bc-426e-b0d7-8f04803ee7c0.
🐙 - DWH-V2 exists on your Airbyte instance according to your state file, let's check if we need to update it!
🚨 - Running update because the force mode is activated.
🎉 - Successfully updated DWH-V2 on your Airbyte instance!
💾 - New state for DWH-V2 stored at destinations/dwh_v2/state_52ee3a28-e1bc-426e-b0d7-8f04803ee7c0.yaml.
Result:Manikandan Ruppa Sukabrammam
02/16/2023, 8:00 AMSourav Gupta
02/16/2023, 10:03 AMFile "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/abstract_source.py", line 180, in _read_stream
for record in record_iterator:
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/abstract_source.py", line 288, in _read_full_refresh
for record_data_or_message in record_data_or_messages:
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/declarative/declarative_stream.py", line 115, in read_records
for record in self.retriever.read_records(sync_mode, cursor_field, stream_slice, stream_state):
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/declarative/retrievers/simple_retriever.py", line 371, in read_records
for record in records_generator:
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/streams/http/http.py", line 429, in _read_pages
yield from records_generator_fn(request, response, stream_state, stream_slice)
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/declarative/retrievers/simple_retriever.py", line 412, in parse_records_and_emit_request_and_responses
yield from self.parse_response(response, stream_slice=stream_slice, stream_state=stream_state)
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/declarative/retrievers/simple_retriever.py", line 323, in parse_response
raise ReadException(error_message)
airbyte_cdk.sources.declarative.exceptions.ReadException: Request <PreparedRequest [GET]> failed with response <Response [404]>
,retryable=<null>,timestamp=1676527746108], metadata: {connector_repository=airbyte/source-zoom, workspace_url=<http://localhost:8000/workspaces/f0f9b8d1-8610-41ce-bcdb-21c02cd07fa8>, failure_type=system_error, connector_command=read, connector_name=Zoom, workspace_id=f0f9b8d1-8610-41ce-bcdb-21c02cd07fa8, airbyte_version=0.40.28, connection_url=<http://localhost:8000/workspaces/f0f9b8d1-8610-41ce-bcdb-21c02cd07fa8/connections/f77dbc83-f3a7-4faa-9609-5e15960ef46e>, connector_definition_id=cbfd9856-1322-44fb-bcf1-0b39b7a8e92e, failure_origin=source, connection_id=f77dbc83-f3a7-4faa-9609-5e15960ef46e, connector_release_stage=alpha, job_id=1518, deployment_mode=OSS}
2023-02-16 06:09:45 INFO i.a.v.j.JsonSchemaValidator(test):130 - JSON schema validation failed.
errors: $.method: must be a constant value Standard
2023-02-16 06:09:45 INFO i.a.v.j.JsonSchemaValidator(test):130 - JSON schema validation failed.
errors: $.access_key_id: object found, string expected, $.secret_access_key: object found, string expected
2023-02-16 06:09:45 INFO i.a.c.f.EnvVariableFeatureFlags(autoDisablesFailingConnections):27 - Auto Disable Failing Connections: false
Cyprien Barbault
02/16/2023, 10:12 AMLeandro Bleda Cantos
02/16/2023, 10:41 AMairbyte/source-postgres
from version 1.0.44 -> 1.0.45.
Right after that, all my jobs using that connector failed with:
User 'airbyte' does not have enough privileges for CDC replication. Please read the docs and add required privileges.
Only way I have been able to make my jobs work again is by downgrading to 1.0.44 again.Dani del Valle
02/16/2023, 11:02 AM