Jon Erik Kemi Warghed
02/08/2023, 3:28 PM{
"type": "object",
"properties": {
"employers": {
"type": "array",
"items": {
"$ref": "CompanyUserProfileEmployerModel"
},
"nullable": true
}, ...
and in my reply I am getting
{"type": "DEBUG", "message": "Receiving response", "data": {"body": "{\"employers\":[{\"profileId\":122728,\"startDate\":\"2010-01-01T00:00:00\",\"endDate\":\"2012-09-30T00:00:00\", ...
(posted this message first in the wrong channel I believe so moving it here),
So where do troubleshoot next, not really sure what is wrong here.Kacper Adler
02/08/2023, 3:32 PMSam Kmetz
02/08/2023, 4:04 PMErry Kostala
02/08/2023, 4:45 PMChristian Ahidjo
02/08/2023, 5:06 PMFailedMount kubelet Unable to attach or mount volumes: unmounted volumes=[airbyte-volume-configs], unattached volumes=[airbyte-volume-configs gcs-log-creds-volume kube-api-access-c648m]: timed out waiting for the condition
I’ve tried changing the accessModes from ReadWriteOnce to ReadWriteMany in volume-configs.yaml as follow:
...
spec:
accessModes:
- ReadWriteMany
...
Any help would be appreciated.Mayank V
02/08/2023, 5:20 PM_airbyte_emitted_at
be same for all the records loaded in the target for a specific load?Domenic
02/08/2023, 6:06 PMFrancis Fontaine
02/08/2023, 6:12 PMAbhishek Sharma
02/08/2023, 6:21 PMVinicius Nunes
02/08/2023, 6:21 PMIncoming Webhooks
?Sam Stoelinga
02/08/2023, 6:47 PMSharath Chandra
02/08/2023, 7:01 PMDusty Shapiro
02/08/2023, 7:24 PMNormalization and Transformation operations are not supported for this connection.
Annika Maybin
02/08/2023, 9:25 PMSam Stoelinga
02/08/2023, 9:55 PMchannel_messages
stream sometimes returns edited
and files
property however it's not defined as part of the schema: https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/source-slack/source_slack/schemas/channel_messages.json
This is causing issues with the Weaviate destination, is this considered a bug with the Slack source?
CC @EJ OrucheLucas Wiley
02/08/2023, 11:55 PMRohit Kurdekar
02/09/2023, 4:37 AMYepher
02/09/2023, 4:59 AMFile "/airbyte/integration_code/source_salesforce/source.py", line 95, in generate_streams
and would like to try and understand the problem better so I modified that file to output more debug information. How do I get the updated code to take effect so I can run the test again and get better debug information about the issue?Phani Sura
02/09/2023, 5:28 AMGowrav Tata
02/09/2023, 7:23 AMMohamed Amine Ladiki
02/09/2023, 9:01 AMmssql
).
I have kept the env variable set to default.
Should I run all the streams in the One job or should try to split them to take advantage of the job concurrency?Kaiming Wan
02/09/2023, 9:11 AMKaiming Wan
02/09/2023, 9:44 AMAyushman Singh
02/09/2023, 10:38 AMdbt
transformations work with a custom source connector ( the connector will POST to REST APIs) ?Sharath Chandra
02/09/2023, 12:55 PMGergely Imreh
02/09/2023, 1:33 PM2023-02-09 13:15:05 normalization > File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/utils.py", line 121, in <genexpr>
2023-02-09 13:15:05 normalization > data_type.WELL_KNOWN_TYPE_VAR_NAME in option[data_type.REF_TYPE_VAR_NAME] for option in properties[data_type.ONE_OF_VAR_NAME]
2023-02-09 13:15:05 normalization > KeyError: '$ref'
The users
table normalises fine, it’s the databases
or pages
tables that breaks this way (I think both/either does).
Any ideas?Ana Loureiro
02/09/2023, 1:48 PMSlackbot
02/09/2023, 2:31 PMGerson Scheffer (Scheffer-DEV)
02/09/2023, 2:35 PMAntoine Anicotte
02/09/2023, 2:37 PMBinary Data
type columns. The normalization step fails with this error: Invalid cast of bytes to UTF8 string
Seems like dbt's trying to cast bytes into string and BigQuery doesn't like it.
Anyone had the same issue? Any idea on how to solve this?