2022-04-05 17:40:58 INFO () WorkerRun(call):49 - Executing worker wrapper. Airbyte version: 0.30.25-alpha 2022-04-05 17:40:58 INFO () TemporalAttemptExecution(get):94 - Executing worker wrapper. Airbyte version: 0.30.25-alpha 2022-04-05 17:40:58 WARN () Databases(createPostgresDatabaseWithRetry):38 - Waiting for database to become available... 2022-04-05 17:40:58 INFO () JobsDatabaseInstance(lambda$static$2):25 - Testing if jobs database is ready... 2022-04-05 17:40:58 INFO () Databases(createPostgresDatabaseWithRetry):55 - Database available! 2022-04-05 17:40:58 INFO () DefaultReplicationWorker(run):82 - start sync worker. job id: 11 attempt id: 2 2022-04-05 17:40:58 INFO () DefaultReplicationWorker(run):91 - configured sync modes: {null.company=full_refresh - append, null.estimates=full_refresh - append, null.expenses=full_refresh - append, null.expenses_clients=full_refresh - append, null.expenses_team=full_refresh - append, null.invoice_messages=full_refresh - append, null.project_budget=full_refresh - append, null.time_tasks=full_refresh - append, null.invoice_item_categories=full_refresh - append, null.time_team=full_refresh - append, null.clients=full_refresh - append, null.time_clients=full_refresh - append, null.invoices=full_refresh - append, null.tasks=full_refresh - append, null.expense_categories=full_refresh - append, null.estimate_messages=full_refresh - append, null.expenses_projects=full_refresh - append, null.invoice_payments=full_refresh - append, null.task_assignments=full_refresh - append, null.uninvoiced=full_refresh - append, null.project_assignments=full_refresh - append, null.estimate_item_categories=full_refresh - append, null.user_assignments=full_refresh - append, null.contacts=full_refresh - append, null.projects=full_refresh - append, null.roles=full_refresh - append, null.expenses_categories=full_refresh - append, null.cost_rates=full_refresh - append, null.users=full_refresh - append, null.billable_rates=full_refresh - append, null.time_entries=full_refresh - append, null.time_projects=full_refresh - append} 2022-04-05 17:40:58 INFO () DefaultAirbyteDestination(start):65 - Running destination... 2022-04-05 17:40:58 INFO () LineGobbler(voidCall):82 - Checking if airbyte/destination-mysql:0.1.18 exists... 2022-04-05 17:40:58 INFO () DockerProcessFactory(create):127 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/11/2 --network host --log-driver none airbyte/destination-mysql:0.1.18 write --config destination_config.json --catalog destination_catalog.json 2022-04-05 17:40:58 INFO () LineGobbler(voidCall):82 - Checking if airbyte/source-harvest:0.1.8 exists... 2022-04-05 17:40:58 INFO () DockerProcessFactory(create):127 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/11/2 --network host --log-driver none airbyte/source-harvest:0.1.8 read --config source_config.json --catalog source_catalog.json --state input_state.json 2022-04-05 17:40:58 INFO () DefaultReplicationWorker(lambda$getDestinationOutputRunnable$3):226 - Destination output thread started. 2022-04-05 17:40:58 INFO () DefaultReplicationWorker(run):119 - Waiting for source thread to join. 2022-04-05 17:40:58 INFO () DefaultReplicationWorker(lambda$getReplicationRunnable$2):190 - Replication thread started. 2022-04-05 17:40:59 INFO () DefaultAirbyteStreamFactory(internalLog):98 - Starting syncing SourceHarvest 2022-04-05 17:40:59 ERROR () LineGobbler(voidCall):82 - SLF4J: Class path contains multiple SLF4J bindings. 2022-04-05 17:41:01 INFO () DefaultAirbyteStreamFactory(lambda$create$0):62 - 2022-04-05 17:41:01 INFO i.a.i.d.m.MySQLDestination(main):125 - starting destination: class io.airbyte.integrations.destination.mysql.MySQLDestination 2022-04-05 17:41:08 INFO () DefaultReplicationWorker(run):121 - Source thread complete. 2022-04-05 17:41:08 INFO () DefaultReplicationWorker(run):122 - Waiting for destination thread to join. 2022-04-05 17:41:23 INFO () DefaultReplicationWorker(run):124 - Destination thread complete. 2022-04-05 17:41:23 ERROR () DefaultReplicationWorker(run):128 - Sync worker failed. io.airbyte.workers.WorkerException: Source process exit with code 1. This warning is normal if the job was cancelled. at io.airbyte.workers.protocols.airbyte.DefaultAirbyteSource.close(DefaultAirbyteSource.java:123) ~[io.airbyte-airbyte-workers-0.30.25-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:126) ~[io.airbyte-airbyte-workers-0.30.25-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:32) ~[io.airbyte-airbyte-workers-0.30.25-alpha.jar:?] at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$1(TemporalAttemptExecution.java:145) ~[io.airbyte-airbyte-workers-0.30.25-alpha.jar:?] at java.lang.Thread.run(Thread.java:832) [?:?] Suppressed: io.airbyte.workers.WorkerException: Destination process exit with code 1. This warning is normal if the job was cancelled. at io.airbyte.workers.protocols.airbyte.DefaultAirbyteDestination.close(DefaultAirbyteDestination.java:115) ~[io.airbyte-airbyte-workers-0.30.25-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:101) ~[io.airbyte-airbyte-workers-0.30.25-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:32) ~[io.airbyte-airbyte-workers-0.30.25-alpha.jar:?] at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$1(TemporalAttemptExecution.java:145) ~[io.airbyte-airbyte-workers-0.30.25-alpha.jar:?] at java.lang.Thread.run(Thread.java:832) [?:?] 2022-04-05 17:41:23 INFO () DefaultReplicationWorker(run):152 - sync summary: io.airbyte.config.ReplicationAttemptSummary@115873d3[status=failed,recordsSynced=52,bytesSynced=11166,startTime=1649180458273,endTime=1649180483774] 2022-04-05 17:41:23 INFO () DefaultReplicationWorker(run):161 - Source did not output any state messages 2022-04-05 17:41:23 WARN () DefaultReplicationWorker(run):169 - State capture: No new state, falling back on input state: io.airbyte.config.State@6ebdbd68[state={}] 2022-04-05 17:41:23 INFO () TemporalAttemptExecution(get):115 - Stopping cancellation check scheduling... 2022-04-05 17:41:23 INFO () SyncWorkflow$ReplicationActivityImpl(replicate):203 - sync summary: io.airbyte.config.StandardSyncOutput@35ebed96[standardSyncSummary=io.airbyte.config.StandardSyncSummary@438bf05f[status=failed,recordsSynced=52,bytesSynced=11166,startTime=1649180458273,endTime=1649180483774],state=io.airbyte.config.State@6ebdbd68[state={}],outputCatalog=io.airbyte.protocol.models.ConfiguredAirbyteCatalog@784bc7ee[streams=[io.airbyte.protocol.models.ConfiguredAirbyteStream@5bc8f576[stream=io.airbyte.protocol.models.AirbyteStream@31a534c4[name=billable_rates,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"amount":{"type":["null","number"]},"end_date":{"type":["null","string"],"format":"date"},"created_at":{"type":["null","string"],"format":"date-time"},"start_date":{"type":["null","string"],"format":"date"},"updated_at":{"type":["null","string"],"format":"date-time"}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@2db033a7[stream=io.airbyte.protocol.models.AirbyteStream@be2f548[name=clients,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"address":{"type":["null","string"]},"currency":{"type":["null","string"]},"is_active":{"type":["null","boolean"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"statement_key":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@171dd207[stream=io.airbyte.protocol.models.AirbyteStream@f06d734[name=company,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"name":{"type":["null","string"]},"clock":{"type":["null","string"]},"base_uri":{"type":["null","string"]},"is_active":{"type":["null","boolean"]},"plan_type":{"type":["null","string"]},"full_domain":{"type":["null","string"]},"time_format":{"type":["null","string"]},"color_scheme":{"type":["null","string"]},"decimal_symbol":{"type":["null","string"]},"week_start_day":{"type":["null","string"]},"expense_feature":{"type":["null","boolean"]},"invoice_feature":{"type":["null","boolean"]},"weekly_capacity":{"type":["null","integer"]},"estimate_feature":{"type":["null","boolean"]},"approval_required":{"type":["null","boolean"]},"thousands_separator":{"type":["null","string"]},"wants_timestamp_timers":{"type":["null","boolean"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@2387e078[stream=io.airbyte.protocol.models.AirbyteStream@3fd319f5[name=contacts,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"fax":{"type":["null","string"]},"email":{"type":["null","string"]},"title":{"type":["null","string"]},"client":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]}}},"last_name":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"first_name":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"phone_mobile":{"type":["null","string"]},"phone_office":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@462779e2[stream=io.airbyte.protocol.models.AirbyteStream@7f21b965[name=cost_rates,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"amount":{"type":["null","number"]},"end_date":{"type":["null","string"],"format":"date"},"created_at":{"type":["null","string"],"format":"date-time"},"start_date":{"type":["null","string"],"format":"date"},"updated_at":{"type":["null","string"],"format":"date-time"}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@63b902d9[stream=io.airbyte.protocol.models.AirbyteStream@4402b3ea[name=estimate_item_categories,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@39973ae1[stream=io.airbyte.protocol.models.AirbyteStream@4b8f4627[name=estimate_messages,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"body":{"type":["null","string"]},"sent_by":{"type":["null","string"]},"subject":{"type":["null","string"]},"sent_from":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"event_type":{"type":["null","string"]},"recipients":{"type":["null","array"],"items":{"type":"object","properties":{"name":{"type":["string","null"]},"email":{"type":["string","null"]}}}},"updated_at":{"type":["null","string"],"format":"date-time"},"sent_by_email":{"type":["null","string"]},"send_me_a_copy":{"type":["null","boolean"]},"sent_from_email":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@600b3a45[stream=io.airbyte.protocol.models.AirbyteStream@31c7584d[name=estimates,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"tax":{"type":["null","number"]},"tax2":{"type":["null","number"]},"notes":{"type":["null","string"]},"state":{"type":["null","string"]},"amount":{"type":["null","number"]},"client":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]}}},"number":{"type":["null","string"]},"creator":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]}}},"sent_at":{"type":["null","string"],"format":"date-time"},"subject":{"type":["null","string"]},"currency":{"type":["null","string"]},"discount":{"type":["null","number"]},"client_key":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"issue_date":{"type":["null","string"],"format":"date"},"line_items":{"type":["null","array"]},"tax_amount":{"type":["null","number"]},"updated_at":{"type":["null","string"],"format":"date-time"},"accepted_at":{"type":["null","string"]},"declined_at":{"type":["null","string"]},"tax2_amount":{"type":["null","number"]},"purchase_order":{"type":["null","string"]},"discount_amount":{"type":["null","number"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@31073ca6[stream=io.airbyte.protocol.models.AirbyteStream@8fadf[name=expense_categories,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"is_active":{"type":["null","boolean"]},"unit_name":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"unit_price":{"type":["null","number"]},"updated_at":{"type":["null","string"],"format":"date-time"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@39682189[stream=io.airbyte.protocol.models.AirbyteStream@32e613d9[name=expenses,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"user":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]}}},"notes":{"type":["null","string"]},"units":{"type":["null","number"]},"client":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"currency":{"type":["null","string"]}}},"invoice":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"number":{"type":["null","string"]}}},"project":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"code":{"type":["null","string"]},"name":{"type":["null","string"]}}},"receipt":{"type":["null","object"],"properties":{"url":{"type":["null","string"]},"file_name":{"type":["null","string"]},"file_size":{"type":["null","integer"]},"content_type":{"type":["null","string"]}}},"billable":{"type":["null","boolean"]},"is_billed":{"type":["null","boolean"]},"is_closed":{"type":["null","boolean"]},"is_locked":{"type":["null","boolean"]},"created_at":{"type":["null","string"],"format":"date-time"},"spent_date":{"type":["null","string"],"format":"date"},"total_cost":{"type":["null","number"]},"updated_at":{"type":["null","string"],"format":"date-time"},"locked_reason":{"type":["null","string"]},"user_assignment":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"budget":{"type":["null","number"]},"is_active":{"type":["null","boolean"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"hourly_rate":{"type":["null","number"]},"use_default_rates":{"type":["null","boolean"]},"is_project_manager":{"type":["null","boolean"]}}},"expense_category":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"unit_name":{"type":["null","string"]},"unit_price":{"type":["null","number"]}}}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@3a0ceb2f[stream=io.airbyte.protocol.models.AirbyteStream@7d1520b3[name=expenses_categories,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"to":{"type":["null","string"]},"from":{"type":["null","string"]},"currency":{"type":["null","string"]},"total_amount":{"type":["null","number"]},"billable_amount":{"type":["null","number"]},"expense_category_id":{"type":["null","integer"]},"expense_category_name":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[to],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[to],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@50922f1[stream=io.airbyte.protocol.models.AirbyteStream@7f38152[name=expenses_clients,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"to":{"type":["null","string"]},"from":{"type":["null","string"]},"currency":{"type":["null","string"]},"client_id":{"type":["null","integer"]},"client_name":{"type":["null","string"]},"total_amount":{"type":["null","number"]},"billable_amount":{"type":["null","number"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[to],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[to],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@5a7b5710[stream=io.airbyte.protocol.models.AirbyteStream@ebff454[name=expenses_projects,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"to":{"type":["null","string"]},"from":{"type":["null","string"]},"currency":{"type":["null","string"]},"client_id":{"type":["null","integer"]},"project_id":{"type":["null","integer"]},"client_name":{"type":["null","string"]},"project_name":{"type":["null","string"]},"total_amount":{"type":["null","number"]},"billable_amount":{"type":["null","number"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[to],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[to],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@42ed51d8[stream=io.airbyte.protocol.models.AirbyteStream@590fa1c6[name=expenses_team,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"to":{"type":["null","string"]},"from":{"type":["null","string"]},"user_id":{"type":["null","integer"]},"currency":{"type":["null","string"]},"user_name":{"type":["null","string"]},"total_amount":{"type":["null","number"]},"is_contractor":{"type":["null","boolean"]},"billable_amount":{"type":["null","number"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[to],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[to],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@594cae20[stream=io.airbyte.protocol.models.AirbyteStream@2820ec09[name=invoice_item_categories,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"use_as_expense":{"type":["null","boolean"]},"use_as_service":{"type":["null","boolean"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@eb1b44[stream=io.airbyte.protocol.models.AirbyteStream@244e9b0e[name=invoice_messages,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"body":{"type":["null","string"]},"sent_by":{"type":["null","string"]},"subject":{"type":["null","string"]},"reminder":{"type":["null","boolean"]},"sent_from":{"type":["null","string"]},"thank_you":{"type":["null","boolean"]},"attach_pdf":{"type":["null","boolean"]},"created_at":{"type":["null","string"],"format":"date-time"},"event_type":{"type":["null","string"]},"recipients":{"type":["null","array"],"items":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":"string"}}}},"updated_at":{"type":["null","string"],"format":"date-time"},"sent_by_email":{"type":["null","string"]},"send_me_a_copy":{"type":["null","boolean"]},"sent_from_email":{"type":["null","string"]},"send_reminder_on":{"type":["null","string"]},"include_link_to_client_invoice":{"type":["null","boolean"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@184f0c09[stream=io.airbyte.protocol.models.AirbyteStream@3720ebad[name=invoice_payments,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"notes":{"type":["null","string"]},"amount":{"type":["null","number"]},"paid_at":{"type":["null","string"],"format":"date-time"},"paid_date":{"type":["null","string"],"format":"date"},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"recorded_by":{"type":["null","string"]},"transaction_id":{"type":["null","string"]},"payment_gateway":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]}}},"recorded_by_email":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@6fc9e736[stream=io.airbyte.protocol.models.AirbyteStream@3f0f872a[name=invoices,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"tax":{"type":["null","number"]},"tax2":{"type":["null","number"]},"notes":{"type":["null","string"]},"state":{"type":["null","string"]},"amount":{"type":["null","number"]},"client":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]}}},"number":{"type":["null","string"]},"creator":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]}}},"paid_at":{"type":["null","string"]},"sent_at":{"type":["null","string"],"format":"date-time"},"subject":{"type":["null","string"]},"currency":{"type":["null","string"]},"discount":{"type":["null","number"]},"due_date":{"type":["null","string"]},"estimate":{"type":["null","string"]},"retainer":{"type":["null","string"]},"closed_at":{"type":["null","string"]},"paid_date":{"type":["null","string"]},"client_key":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"due_amount":{"type":["null","number"]},"issue_date":{"type":["null","string"]},"line_items":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"kind":{"type":["null","string"]},"taxed":{"type":["null","boolean"]},"amount":{"type":["null","number"]},"taxed2":{"type":["null","boolean"]},"project":{"type":["null","object"],"properties":{"id":{"type":["integer","null"]},"code":{"type":["null","string"]},"name":{"type":["null","string"]}}},"quantity":{"type":["null","number"]},"unit_price":{"type":["null","number"]},"description":{"type":["null","string"]}}}},"period_end":{"type":["null","string"]},"tax_amount":{"type":["null","number"]},"updated_at":{"type":["null","string"],"format":"date-time"},"tax2_amount":{"type":["null","number"]},"payment_term":{"type":["null","string"]},"period_start":{"type":["null","string"]},"purchase_order":{"type":["null","string"]},"discount_amount":{"type":["null","number"]},"recurring_invoice_id":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@5f40fb86[stream=io.airbyte.protocol.models.AirbyteStream@6f0d1e40[name=project_assignments,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"budget":{"type":["null","number"]},"client":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"currency":{"type":["null","string"]}}},"project":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"code":{"type":["null","string"]},"name":{"type":["null","string"]}}},"is_active":{"type":["null","boolean"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"hourly_rate":{"type":["null","number"]},"task_assignments":{"type":["null","array"],"items":{"type":"object","properties":{"id":{"type":["null","integer"]},"task":{"type":["object","null"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]}}},"budget":{"type":["null","number"]},"billable":{"type":["null","boolean"]},"is_active":{"type":["null","boolean"]},"created_at":{"type":["string","null"]},"updated_at":{"type":["null","string"]},"hourly_rate":{"type":["null","number"]}}}},"use_default_rates":{"type":["null","boolean"]},"is_project_manager":{"type":["null","boolean"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@4f5da4c0[stream=io.airbyte.protocol.models.AirbyteStream@ca84cd6[name=project_budget,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"to":{"type":["null","string"]},"from":{"type":["null","string"]},"budget":{"type":["null","number"]},"budget_by":{"type":["null","string"]},"client_id":{"type":["null","integer"]},"is_active":{"type":["null","boolean"]},"project_id":{"type":["null","integer"]},"client_name":{"type":["null","string"]},"budget_spent":{"type":["null","number"]},"project_name":{"type":["null","string"]},"budget_remaining":{"type":["null","number"]},"budget_is_monthly":{"type":["null","boolean"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@54ec0a0e[stream=io.airbyte.protocol.models.AirbyteStream@5394e1cd[name=projects,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"fee":{"type":["null","number"]},"code":{"type":["null","string"]},"name":{"type":["null","string"]},"notes":{"type":["null","string"]},"budget":{"type":["null","number"]},"client":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"currency":{"type":["null","string"]}}},"bill_by":{"type":["null","string"]},"ends_on":{"type":["null","string"]},"budget_by":{"type":["null","string"]},"is_active":{"type":["null","boolean"]},"starts_on":{"type":["null","string"],"format":"date"},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"cost_budget":{"type":["null","number"]},"hourly_rate":{"type":["null","number"]},"is_billable":{"type":["null","boolean"]},"is_fixed_fee":{"type":["null","boolean"]},"budget_is_monthly":{"type":["null","boolean"]},"show_budget_to_all":{"type":["null","boolean"]},"notify_when_over_budget":{"type":["null","boolean"]},"cost_budget_include_expenses":{"type":["null","boolean"]},"over_budget_notification_date":{"type":["null","string"],"format":"date"},"over_budget_notification_percentage":{"type":["null","number"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@714d24db[stream=io.airbyte.protocol.models.AirbyteStream@3f4d18d8[name=roles,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"user_ids":{"type":["null","array"],"items":{"type":"integer"}},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@bc5c945[stream=io.airbyte.protocol.models.AirbyteStream@7f2bcb79[name=task_assignments,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"task":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]}}},"budget":{"type":["null","string"]},"project":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"code":{"type":["null","string"]},"name":{"type":["null","string"]}}},"billable":{"type":["null","boolean"]},"is_active":{"type":["null","boolean"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"hourly_rate":{"type":["null","number"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@675843bb[stream=io.airbyte.protocol.models.AirbyteStream@30040c50[name=tasks,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"is_active":{"type":["null","boolean"]},"created_at":{"type":["null","string"],"format":"date-time"},"is_default":{"type":["null","boolean"]},"updated_at":{"type":["null","string"],"format":"date-time"},"billable_by_default":{"type":["null","boolean"]},"default_hourly_rate":{"type":["null","number"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@152e64f4[stream=io.airbyte.protocol.models.AirbyteStream@34ff052b[name=time_clients,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"to":{"type":["null","string"]},"from":{"type":["null","string"]},"currency":{"type":["null","string"]},"client_id":{"type":["null","integer"]},"client_name":{"type":["null","string"]},"total_hours":{"type":["null","number"]},"billable_hours":{"type":["null","number"]},"billable_amount":{"type":["null","number"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[to],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[to],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@119fdd94[stream=io.airbyte.protocol.models.AirbyteStream@1e9357b[name=time_entries,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"task":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]}}},"user":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]}}},"hours":{"type":["null","number"]},"notes":{"type":["null","string"]},"client":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"currency":{"type":["null","string"]}}},"invoice":{"type":["null","object"],"properties":{"id":{"type":"integer"},"number":{"type":"string"}}},"project":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"code":{"type":["null","string"]},"name":{"type":["null","string"]}}},"billable":{"type":["null","boolean"]},"budgeted":{"type":["null","boolean"]},"cost_rate":{"type":["null","number"]},"is_billed":{"type":["null","boolean"]},"is_closed":{"type":["null","boolean"]},"is_locked":{"type":["null","boolean"]},"created_at":{"type":["null","string"],"format":"date-time"},"ended_time":{"type":["null","string"],"format":"date-time"},"is_running":{"type":["null","boolean"]},"spent_date":{"type":["null","string"],"format":"date"},"updated_at":{"type":["null","string"],"format":"date-time"},"started_time":{"type":["null","string"],"format":"date-time"},"billable_rate":{"type":["null","number"]},"locked_reason":{"type":["null","string"]},"rounded_hours":{"type":["null","number"]},"task_assignment":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"budget":{"type":["null","number"]},"billable":{"type":["null","boolean"]},"is_active":{"type":["null","boolean"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"hourly_rate":{"type":["null","number"]}}},"user_assignment":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"budget":{"type":["null","number"]},"is_active":{"type":["null","boolean"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"hourly_rate":{"type":["null","number"]},"is_project_manager":{"type":["null","boolean"]}}},"timer_started_at":{"type":["null","string"]},"external_reference":{"type":["null","string"]},"hours_without_timer":{"type":["null","number"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@6706f876[stream=io.airbyte.protocol.models.AirbyteStream@2b1c6fe0[name=time_projects,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"to":{"type":["null","string"]},"from":{"type":["null","string"]},"currency":{"type":["null","string"]},"client_id":{"type":["null","integer"]},"project_id":{"type":["null","integer"]},"client_name":{"type":["null","string"]},"total_hours":{"type":["null","number"]},"project_name":{"type":["null","string"]},"billable_hours":{"type":["null","number"]},"billable_amount":{"type":["null","number"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[to],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[to],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@4480646a[stream=io.airbyte.protocol.models.AirbyteStream@c8ad36c[name=time_tasks,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"to":{"type":["null","string"]},"from":{"type":["null","string"]},"task_id":{"type":["null","integer"]},"currency":{"type":["null","string"]},"task_name":{"type":["null","string"]},"total_hours":{"type":["null","number"]},"billable_hours":{"type":["null","number"]},"billable_amount":{"type":["null","number"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[to],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[to],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@5c9f4fc3[stream=io.airbyte.protocol.models.AirbyteStream@143448df[name=time_team,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"to":{"type":["null","string"]},"from":{"type":["null","string"]},"user_id":{"type":["null","integer"]},"currency":{"type":["null","string"]},"user_name":{"type":["null","string"]},"total_hours":{"type":["null","number"]},"is_contractor":{"type":["null","boolean"]},"billable_hours":{"type":["null","number"]},"billable_amount":{"type":["null","number"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[to],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[to],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@5350cd07[stream=io.airbyte.protocol.models.AirbyteStream@99b65b2[name=uninvoiced,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"to":{"type":["null","string"]},"from":{"type":["null","string"]},"currency":{"type":["null","string"]},"client_id":{"type":["null","integer"]},"project_id":{"type":["null","integer"]},"client_name":{"type":["null","string"]},"total_hours":{"type":["null","number"]},"project_name":{"type":["null","string"]},"uninvoiced_hours":{"type":["null","number"]},"uninvoiced_amount":{"type":["null","number"]},"uninvoiced_expenses":{"type":["null","number"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@2fdcc215[stream=io.airbyte.protocol.models.AirbyteStream@19980581[name=user_assignments,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"user":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]}}},"budget":{"type":["null","number"]},"project":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"code":{"type":["null","string"]},"name":{"type":["null","string"]}}},"is_active":{"type":["null","boolean"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"hourly_rate":{"type":["null","number"]},"use_default_rates":{"type":["null","boolean"]},"is_project_manager":{"type":["null","boolean"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@4c75cb40[stream=io.airbyte.protocol.models.AirbyteStream@1e919189[name=users,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"email":{"type":["null","string"]},"roles":{"type":["null","array"],"items":{"type":"string"}},"is_admin":{"type":["null","boolean"]},"timezone":{"type":["null","string"]},"cost_rate":{"type":["null","number"]},"is_active":{"type":["null","boolean"]},"last_name":{"type":["null","string"]},"telephone":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"first_name":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"can_see_rates":{"type":["null","boolean"]},"is_contractor":{"type":["null","boolean"]},"weekly_capacity":{"type":["null","integer"]},"is_project_manager":{"type":["null","boolean"]},"can_create_invoices":{"type":["null","boolean"]},"can_create_projects":{"type":["null","boolean"]},"default_hourly_rate":{"type":["null","number"]},"calendar_integration_source":{"type":["null","string"]},"calendar_integration_enabled":{"type":["null","boolean"]},"has_access_to_all_future_projects":{"type":["null","boolean"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}]],additionalProperties={}]] 2022-04-05 17:41:23 INFO () ConfigRepository(updateConnectionState):453 - Updating connection b9d54989-9024-4513-a213-c7c6ad9d5268 state: io.airbyte.config.State@6cb4620e[state={}] 2022-04-05 17:41:23 INFO () DatabaseConfigPersistence(updateConfigRecord):236 - Updating STANDARD_SYNC_STATE record b9d54989-9024-4513-a213-c7c6ad9d5268