Trần Thu Trang
02/22/2023, 2:51 AMTiger Sun
02/22/2023, 3:45 AMexpand
part of the confluence connector here) should I expect it the fields I add to show up in my destination? or does this fall into the category of creating a net new custom connector documented hereRoberto Tolosa
02/22/2023, 5:31 AMcaesee
02/22/2023, 7:19 AMcaesee
02/22/2023, 7:19 AMcaesee
02/22/2023, 7:20 AMMiguel Ángel Torres Font - Valencia C.F.
02/22/2023, 8:35 AMMuhammad Imtiaz
02/22/2023, 8:38 AM.env
file?
Airbyte version: 0.40.6lucien
02/22/2023, 9:04 AMCaused by: java.net.UnknownHostException: minio
Even if I don’t use use minio I should miss an env variable but it was working perfectly with airbyte 0.40.27Gerard Clos
02/22/2023, 9:50 AMChristopher
02/22/2023, 10:34 AM{
"$schema": "<http://json-schema.org/draft-04/schema#>",
"type": "object",
"properties": {
"key": {
"type": "integer"
},
"value": {
"type": "array",
"contains": {
"type": "object",
"properties": {
"blockNumber": {
"type": "integer"
},
"blockHash": {
"type": "string"
},
"transactionIndex": {
"type": "integer"
},
"removed": {
"type": "boolean"
},
"address": {
"type": "string"
},
"data": {
"type": "string"
},
"topics": {
"type": "array",
"items": {
"type": "string"
}
},
"transactionHash": {
"type": "string"
},
"logIndex": {
"type": "integer"
},
"parsedEvent": {
"type": "object"
}
},
"required": [
"blockNumber",
"blockHash",
"transactionIndex",
"removed",
"address",
"data",
"topics",
"transactionHash",
"logIndex",
"parsedEvent"
]
}
}
},
"required": [
"key",
"value"
]
}
Aaron Gonzalez
02/22/2023, 10:50 AMMehmet Berk Souksu
02/22/2023, 11:16 AMTmac Han
02/22/2023, 11:51 AMTaha
02/22/2023, 12:18 PMJean Lorillon
02/22/2023, 12:47 PMERROR i.a.b.Bootloader(assertNonBreakingMigration):139 -
when launching docker compose up on airbyte OSManikandan Ruppa Sukabrammam
02/22/2023, 1:43 PMincremental- Append
and i want to know where the last Connection STATE details are stored in the server.
In the UI, it appears here. But i want to know from where its getting storedMark Nuttall-Smith
02/22/2023, 2:10 PMDudu Vaanunu
02/22/2023, 2:20 PMCirdes Henrique
02/22/2023, 2:23 PMmkdir airbyte && cd airbyte
curl -sOO <https://raw.githubusercontent.com/airbytehq/airbyte-platform/main/{.env,flags.yml,docker-compose.yaml}>
docker compose up -d
How can I downgrade to v0.40.30 ?Chris
02/22/2023, 3:47 PMRyan
02/22/2023, 3:58 PMGuy McCombe
02/22/2023, 5:03 PMfoo
with an array object bar
I’d like to have the normalized table foo
without creating a table foo_bar
Francesco F
02/22/2023, 5:09 PMBrian Scally
02/22/2023, 5:23 PMTobias Macey
02/22/2023, 6:02 PM"io.airbyte.commons.server.errors.ValueConflictKnownException: A sync is already running for: <connection_id>"
. Is this something that folks have experience with or a solution for?Layth Al-Ani
02/22/2023, 6:41 PMNiki Shetty
02/22/2023, 6:59 PMBen Greene
02/22/2023, 7:10 PMGilberto Vilar
02/22/2023, 7:43 PM