Felix Gondwe
02/07/2023, 3:51 PMSvatopluk Chalupa
02/07/2023, 3:52 PMKatja Wiesmüller
02/07/2023, 4:10 PMChris
02/07/2023, 4:26 PMSiddhant Singh
02/07/2023, 4:58 PMWalker Philips
02/07/2023, 7:04 PMEJ Oruche
02/07/2023, 7:37 PMHerry
02/07/2023, 7:58 PM0.40.32
and stripe 1.0.1
. I tried to create a connection from Stripe to S3 bucket but got Unknown error occurred
on the UI. This is really strange for me because all connection tests on stripe and s3 are passed without problem, and other connections that are using the s3 bucket are good.
Is there any known bugs in Stripe source connection?
I attached the worker logs in the thread.Lior Chen
02/07/2023, 8:53 PMJake Johnson
02/07/2023, 9:02 PMJake Johnson
02/07/2023, 9:07 PMZaza Javakhishvili
02/07/2023, 10:07 PMresourceRequirements: {
optional resource requirements to run workers (blank for unbounded allocations)
cpu_request: string
cpu_limit: string
memory_request: string
memory_limit: string
}
.env file:
### JOBS ###
# Relevant to scaling.
SYNC_JOB_MAX_ATTEMPTS=3
SYNC_JOB_MAX_TIMEOUT_DAYS=3
JOB_MAIN_CONTAINER_CPU_REQUEST=
JOB_MAIN_CONTAINER_CPU_LIMIT=
JOB_MAIN_CONTAINER_MEMORY_REQUEST=
JOB_MAIN_CONTAINER_MEMORY_LIMIT=
Jordan Fox
02/07/2023, 10:34 PMPaulo José Ianes Bernardo Filho
02/07/2023, 11:04 PMclatko
02/07/2023, 11:46 PMMathieu Stark
02/08/2023, 12:06 AMGanpat Agarwal
02/08/2023, 4:36 AMHan Hu
02/08/2023, 6:12 AMAyushman Singh
02/08/2023, 6:52 AMKacper Adler
02/08/2023, 8:07 AMSabbiu Shah
02/08/2023, 8:37 AMsource-connector
to add account_id in response body and schema.
- If I go with this approach I'll have to create source myself and cannot utilize existing one.
2. Load data to different postgres schema, per account. And, combine data from all postgres schema into a global one.
- How should I approach the combination of data?
- Will I be able to run normalization on the combined data (using airbyte's normalization module)?
Question:
What is the recommended approach to achieve this? Is there some easy to use tools developed already? Is there a better approach to handle this scenario?
What I have found...
• https://docs.airbyte.com/understanding-airbyte/namespaces#--custom-format
• https://airbytehq.slack.com/archives/C019WEENQRM/p1633512549383200?thread_ts=1633498797.374500&cid=C019WEENQRM
using prefixes (or custom namespace) to dispatch your source data per account in the destination. and then, using a custom SQL operations at the end of the sync to union all dispatched tables back into a single table but with an added column denoting which account it is coming from
Soshi Nakachi仲地早司
02/08/2023, 9:48 AMYannick Ouali
02/08/2023, 10:20 AMSushant
02/08/2023, 10:49 AMjonty
02/08/2023, 12:31 PMcontacts
table using both Incremental|Deduped and Full Sync strategy. However, in both cases, the logs show the following error (again and again):
2023-02-08 12:28:24 source > Could not cast `undefined` to `<class 'int'>`
Traceback (most recent call last):
File "/airbyte/integration_code/source_hubspot/streams.py", line 480, in _cast_value
casted_value = target_type(field_value)
ValueError: invalid literal for int() with base 10: 'undefined'
Airbyte v0.40.32, Hubspot Connector v0.3.1Gleber Baptistella
02/08/2023, 12:49 PM강민기
02/08/2023, 1:45 PMDave Tomkinson
02/08/2023, 1:49 PMTAB
in the delimiter box. \t gives ValueError('delimiter should contain 1 character only')
and tabbing tabs to the next field as expected.Sharath Chandra
02/08/2023, 2:26 PMLior Chen
02/08/2023, 2:49 PM