Slackbot
06/28/2023, 3:08 AMSlackbot
06/28/2023, 3:36 AMPhoom Chonlakorn
06/28/2023, 4:35 AMChính Bùi Quang
06/28/2023, 7:51 AMAntoine Balliet
06/28/2023, 8:50 AMread_records
parent function however, after the sync is finished, in the logs "Read 0 records from contacts_merged_audit stream"}}
Novindra Prasetio
06/28/2023, 9:06 AMAbdelkarim EL-HAJJAMI
06/28/2023, 9:34 AMHello,
For the context, we try to customize the destination-iceberg connector for our internal use without it having an interest for the community, to do this, we first try to build the image of the connector and push it on ECR without making any changes to the code. Except that when we try to add it as a custom destination on Airbyte it fails at the check level with the following message:
RetryableException(Data read has a different checksum than expected. Was 0xd41d8cd98f00b204e9800998ecf8427e, but expected 0x748f1ee24f544f0b90b317a9fd8ccb70.
Can you please guide me? Thank you!
Michael Eini
06/28/2023, 11:18 AMairbyte-webapp@0.50.5 generate-client /home/michael/airbyte-platform/airbyte-webapp
./scripts/load-declarative-schema.sh && orvalFound cached CDK manifest schema 0.43.0 🍻 Start orval v6.15.0 - A swagger client generator for typescript Running afterAllFilesWrite hook... Make options parameter mandatory in AirbyteClient.ts... Write type re-export file for AirbyteClient... 🎉 api - Your OpenAPI spec has been converted into ready to use orval! Running afterAllFilesWrite hook... Make options parameter mandatory in CloudApi.ts... Write type re-export file for CloudApi... 🎉 cloudApi - Your OpenAPI spec has been converted into ready to use orval! Running afterAllFilesWrite hook... Make options parameter mandatory in ConnectorBuilderClient.ts... Write type re-export file for ConnectorBuilderClient... 🎉 connectorBuilder - Your OpenAPI spec has been converted into ready to use orval! ⚠️ SyntaxError: Swagger schema validation failed. #/components/schemas/ConnectorManifest must be object #/components/schemas/ConnectorManifest must be object #/components/schemas/ConnectorManifest must match exactly one schema in oneOf 🛑 connectorManifest - TypeError: Cannot read properties of undefined (reading 'openapi')
Antoine Balliet
06/28/2023, 1:29 PMMatheus Barbosa
06/28/2023, 7:35 PMOctavia Squidington III
06/28/2023, 7:45 PMMatt Pucci
06/28/2023, 10:08 PMPhoom Chonlakorn
06/29/2023, 4:22 AMMichael Eini
06/29/2023, 11:12 AMairbyte-webapp@0.50.5 prestart C:\airbyte-platform\airbyte-webapp
SET TS_NODE_TRANSPILE_ONLY=true && pnpm run generate-client
airbyte-webapp@0.50.5 generate-client C:\airbyte-platform\airbyte-webapp
cmd /C C:\airbyte-platform\airbyte-webapp\scripts\load-declarative-schema.bat && orvalexport const CDK_VERSION = 0.44.0"; >> src/components/connectorBuilder/cdk.ts Downloading CDK manifest schema 0.44.0 from PyPI The system cannot find the path specified. ELIFECYCLE Command failed with exit code 255. ELIFECYCLE Command failed with exit code 1.
Octavia Squidington III
06/29/2023, 1:45 PMAlex Danilin
06/29/2023, 4:35 PM{
"id": "{{ now_utc() }}",
"method": "SerpstatDomainProcedure.getDomainKeywords",
"params": {
"se": "{{config['region']}}",
"page": "{{next_page_token['next_page_token'] or 1}}",
"size": "{{config['page_size']}}",
"domain": "{{config['domain']}}"
}
}
Our API requires an integer page
parameter pointing to the page number with the size of size
results per page if I need to walk through all the available results. The page
parameter is not returned in the response and is just a serial number of the page. With the JSON above I can't get results from pages 2, 3, and so on. I tried to use built-in Pagination options, but they do not support nested structures like params.page
to set the required page number in the request.
Is there any way to solve this using JSON (free form) or other connector builder options?Matt Pucci
06/29/2023, 5:06 PMAbhay Bothra
06/29/2023, 8:59 PMUPDATE
operations, AirByte strips out the old values even if they are received from Debezium (assuming REPLICA IDENTITY
is set to FULL
). I am curious why we do that. We are happy to contribute a patch that inserts the old values into a new field (let’s say _ab_cdc_before
) in the payload, but would that be welcomed? If not, I’m curious to understand the rationale. Thanks!Lenin Mishra
06/30/2023, 6:37 AM/bills
/bills/{bill_id}
The first one is easy. How do I implement the 2nd using Python CDK?Phoom Chonlakorn
06/30/2023, 9:21 AMCaleb Hattingh
06/30/2023, 10:45 AMstate
parameter passed to the read
method (and what is emitted in state messages during read)?Michael Korotkov
06/30/2023, 3:18 PM"Invalid connector manifest with error: Validation against json schema defined in declarative_component_schema.yaml schema failed"
. I removed everything (like pagination, custom parameters) to check that at least a basic API call works, but the error persists. Using v.0.50.5. Restarted the Airbyte, didn’t help. I do see a bunch of Failed to load resource: the server responded with a status of 400 (Bad Request)
errors in console and have “list” request code 400 in DevTools @Joe Reuter mentioned in other thread. Any Ideas? My yaml attached.David Lauria
06/30/2023, 4:37 PMWalker Philips
06/30/2023, 6:52 PMMatt Pucci
06/30/2023, 6:58 PMDennis Gera
06/30/2023, 7:31 PMcalls
model, but I have more than 10k calls in my account. I've set the from filter date as 2022-10-24T00:00:00.000Z
.David Lauria
06/30/2023, 7:32 PMOctavia Squidington III
06/30/2023, 7:45 PMAlbert Wong
06/30/2023, 8:24 PMWARNING: The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64) and no specific platform was requested.
Is there a way to build a Multi-arch build?Nazif Ishrak
07/02/2023, 7:14 AM