daniel fraser
01/20/2021, 11:13 PMThomas
01/22/2021, 1:44 PMFer Tovar
01/23/2021, 6:00 AMRav Panchalingam
01/25/2021, 6:12 AMAndrew Santelices
01/25/2021, 6:41 AMjan
01/25/2021, 10:26 PMAndrew Santelices
01/26/2021, 3:14 AM2021-01-26 03:04:46 DEBUG (/tmp/workspace/66/0) DefaultCheckConnectionWorker(run):97 - Check connection job received output: io.airbyte.config.StandardCheckConnectionOutput@416cdada[status=failed,message=com.fasterxml.jackson.core.JsonParseException: Unexpected character ('-' (code 45)) in numeric value: expected digit (0-9) to follow minus sign, for valid numeric value
at [Source: (ByteArrayInputStream); line: 1, column: 3]]
My dataset ID
only contains letters whereas the project ID
contains -
; I suspect that it's because the project ID
has -
in its name? Is it not supported? Thanks. 🙂Nithin Chandran
01/26/2021, 7:00 PMKD
01/27/2021, 9:46 AMHassan // hotglue
01/27/2021, 5:09 PMSteve
01/28/2021, 7:38 AMJonathan Viernes
01/28/2021, 3:29 PMSteve
01/28/2021, 3:54 PMMChorfa
01/28/2021, 6:48 PMRoshan George
01/29/2021, 6:20 AMbrett
01/29/2021, 7:51 PMdocker-compose up
on master
and got this:
airbyte-scheduler | 2021-01-29 19:09:39 WARN i.a.s.SchedulerApp(main):186 - {workspace_app_root=/tmp/workspace/scheduler/logs} - Waiting for Server to start...
airbyte-scheduler | Exception in thread "main" java.lang.IllegalStateException: Unable to retrieve Airbyte Version, aborting...
airbyte-scheduler | at io.airbyte.scheduler.SchedulerApp.main(SchedulerApp.java:194)
Web server is responding but returns Cannot reach server. The server may still be starting up.
I think someone mentioned I might need to remove from docker volumes - any steps to do that?Zach
01/30/2021, 4:49 AMThomas Ridings
01/31/2021, 12:39 PMHaithem (WOOP)
02/02/2021, 9:27 AMChance Barkley
02/04/2021, 2:10 PMRivka Altshuler
02/04/2021, 3:16 PMRoshan George
02/06/2021, 9:15 PMDROP DATABASE my_sad_db
and then reactivate my incremental sync, would I get all the data, or only the ones after the last sycn.Alberto Costa
02/08/2021, 3:39 PMJakub Roman
02/08/2021, 9:49 PMKeyError: 'private_key'
. I'm trying to start the whole stack with docker-compose up
and I'm on most recent master, 5dfd81a1
.
It seems like the issue was fixed in this PR https://github.com/airbytehq/airbyte/pull/1975, although for whatever reason the webapp is still trying to set the old key_file
parameter instead of the new private_key
argument.
Do you have any suggestions on how to make the webapp use the most recent specification for the connector?
Thanks in advance!Alberto Costa
02/09/2021, 11:15 AM--state input_state.json
My question is, where is the input_state.json
generated? Is it the scheduler that creates the file before running the command or a different machine? Also, where is this data stored?Harsh M.
02/09/2021, 2:27 PMAlberto Costa
02/09/2021, 3:00 PMSlackbot
02/12/2021, 7:00 PMRichard Davenport
02/12/2021, 7:16 PMJeff Sloan
02/13/2021, 4:03 PM