subhani shaik
03/29/2023, 10:51 AMAbdelmoughit Errachid
03/29/2023, 11:46 AM_ab_cdc_updated_at
This results in us having multiple records for the same ID with the same _ab_cdc_updated_at
timestamp, while I think, having milliseconds would not give this problem. Is this something that can be configured? Source is MysqlOliver Meyer
03/29/2023, 11:51 AMRishat Iskhakov
03/29/2023, 1:01 PMAbdullah Alhabshan
03/29/2023, 1:15 PMThiago Villani
03/29/2023, 2:12 PMMichael Vukovich
03/29/2023, 3:16 PMThiago Villani
03/29/2023, 4:37 PMEthan Jones
03/29/2023, 6:59 PMdynamodb
that has a restricted name?
I am currently getting the following error, and I am wondering if there is a workaround without changing the source table column names?
software.amazon.awssdk.services.dynamodb.model.DynamoDbException: Invalid ProjectionExpression: Attribute name is a reserved keyword; reserved keyword: name
Thank you in advance!Manish Tomar
03/29/2023, 10:09 PMAuto Detect schema change
feature auto-populates any newly added column to destinations without needing to resync the whole Table? Or do we still need to resync the table again from scratch?Ishan Anilbhai Koradiya
03/30/2023, 5:02 AMShashwat Gupta
03/30/2023, 6:58 AMTalha Naeem
03/30/2023, 7:12 AMresources:
limits:
cpu: 200m
memory: 50Mi
requests:
cpu: 100m
memory: 25Mi
At various points in the airbyte documentation, it is mentioned that we can tweak the sync pod size by changing the following environment variables in the deployment.
# Docker Resource Limits
JOB_MAIN_CONTAINER_CPU_REQUEST=
JOB_MAIN_CONTAINER_CPU_LIMIT=
JOB_MAIN_CONTAINER_MEMORY_REQUEST=
JOB_MAIN_CONTAINER_MEMORY_LIMIT=
My question is quite straightforward, on what basis we can infer their values (for resource limits), as we do not have visibility on how much data we will be transferring over one connection sync (as it depends on the user, in our use case)?tanuj soni
03/30/2023, 7:31 AMRishikesh Srinivas
03/30/2023, 7:31 AMSimon Thelin
03/30/2023, 7:36 AMoctavia
or the airbyte api
?
I can’t seem to find it in the docs.
Is this what I should use? https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/connections/sync
When I try this I get
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Abdullah Alhabshan
03/30/2023, 7:59 AMVivek Baviskar
03/30/2023, 8:11 AMHiroto Yamakawa
03/30/2023, 8:45 AMSalesforce Native connector
, so that we could write specific SOQL query and add filters ?
Usecase : I need to use the convertCurrency() feature on some value columns to get amount converted from EUR -> USD.
For instance, in a different tool we're trying to migrate from, we can type it that way:
SELECT *,
convertcurrency(ACV) ACV_converted,
convertcurrency(contract_value) contract_value_converted
FROM opportunity
caveat:
• We could ask our salesforce admin to add the converted column directly to the object itself, but I would like to keep that as a last resort
• we do not want to pull 'report' from Salesforce since it's not scalable (we've already tried it in the past and we've maxed out its capacity)
Thank you !Antoine Ferszterowski
03/30/2023, 9:12 AMProducer failure java.lang.IndexOutOfBoundsException
-> I'll put the detailed logs in comments.
Does any one already met a similar issue ?
For information : we're using source-postgres:2.0.13 and destination-snowflake:0.4.59Dennis Setiawan
03/30/2023, 9:29 AMNeeraj Vashistha
03/30/2023, 10:08 AMFaisal Anees
03/30/2023, 10:22 AMAbhishek Gupta
03/30/2023, 10:23 AMAbhishek Gupta
03/30/2023, 10:23 AMAbhishek Gupta
03/30/2023, 10:23 AMSimon Veerman
03/30/2023, 11:28 AMLucas Migliorini De Freitas
03/30/2023, 1:28 PMBrian Fertig
03/30/2023, 1:33 PMJohn Harrison
03/30/2023, 1:58 PM