airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
15.42k stars 3.98k forks source link

Zoho CRM connector is not syncing data #14381

Closed rohitkhatri closed 1 year ago

rohitkhatri commented 2 years ago

Environment

Current Behavior

Info: I used Sandbox of Zoho Enterprise account After setting up the connector for Zoho CRM, It didn't sync the data threw some error I have attached in logs

Expected Behavior

Should have synced the data from Zoho CRM

Logs

2022-07-01 09:55:38 INFO i.a.w.t.TemporalAttemptExecution(get):108 - Docker volume job log path: /tmp/workspace/4/0/logs.log
2022-07-01 09:55:38 INFO i.a.w.t.TemporalAttemptExecution(get):113 - Executing worker wrapper. Airbyte version: 0.39.30-alpha
2022-07-01 09:55:38 INFO i.a.c.f.EnvVariableFeatureFlags(getEnvOrDefault):43 - Using default value for environment variable USE_STREAM_CAPABLE_STATE: 'false'
2022-07-01 09:55:38 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/destination-mongodb:0.1.4 exists...
2022-07-01 09:55:38 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/destination-mongodb:0.1.4 was found locally.
2022-07-01 09:55:38 INFO i.a.w.p.DockerProcessFactory(create):108 - Creating docker job ID: 4
2022-07-01 09:55:38 INFO i.a.w.p.DockerProcessFactory(create):163 - Preparing command: docker run --rm --init -i -w /data/4/0 --log-driver none --name destination-mongodb-check-4-0-oxyjc --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e DEPLOYMENT_MODE=OSS -e USE_STREAM_CAPABLE_STATE=false -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -e WORKER_CONNECTOR_IMAGE=airbyte/destination-mongodb:0.1.4 -e WORKER_JOB_ATTEMPT=0 -e AIRBYTE_VERSION=0.39.30-alpha -e WORKER_JOB_ID=4 airbyte/destination-mongodb:0.1.4 check --config source_config.json
2022-07-01 09:55:38 ERROR i.a.c.i.LineGobbler(voidCall):82 - WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2022-07-01 09:55:43 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:55:43 INFO i.a.i.d.m.MongodbDestination(main):69 - starting destination: class io.airbyte.integrations.destination.mongodb.MongodbDestination
2022-07-01 09:55:44 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:55:44 INFO i.a.i.b.IntegrationCliParser(parseOptions):118 - integration args: {check=null, config=source_config.json}
2022-07-01 09:55:44 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:55:44 INFO i.a.i.b.IntegrationRunner(runInternal):105 - Running integration: io.airbyte.integrations.destination.mongodb.MongodbDestination
2022-07-01 09:55:44 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:55:44 INFO i.a.i.b.IntegrationRunner(runInternal):106 - Command: CHECK
2022-07-01 09:55:44 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:55:44 INFO i.a.i.b.IntegrationRunner(runInternal):107 - Integration config: IntegrationConfig{command=CHECK, configPath='source_config.json', catalogPath='null', statePath='null'}
2022-07-01 09:55:45 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:55:45 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword order - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-07-01 09:55:45 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:55:45 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword examples - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-07-01 09:55:45 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:55:45 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword airbyte_secret - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-07-01 09:55:45 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:55:45 INFO c.m.d.l.SLF4JLogger(info):71 - Cluster created with settings {hosts=[dev.joinhala.site:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms'}
2022-07-01 09:55:45 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:55:45 INFO c.m.d.l.SLF4JLogger(info):71 - Cluster description not yet available. Waiting for 30000 ms before timing out
2022-07-01 09:55:46 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:55:46 INFO c.m.d.l.SLF4JLogger(info):71 - Opened connection [connectionId{localValue:1, serverValue:7268}] to dev.joinhala.site:27017
2022-07-01 09:55:46 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:55:46 INFO c.m.d.l.SLF4JLogger(info):71 - Opened connection [connectionId{localValue:2, serverValue:7267}] to dev.joinhala.site:27017
2022-07-01 09:55:46 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:55:46 INFO c.m.d.l.SLF4JLogger(info):71 - Monitor thread successfully connected to server with description ServerDescription{address=dev.joinhala.site:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=9, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=376273666}
2022-07-01 09:55:48 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:55:48 INFO c.m.d.l.SLF4JLogger(info):71 - Opened connection [connectionId{localValue:3, serverValue:7269}] to dev.joinhala.site:27017
2022-07-01 09:55:49 INFO i.a.w.t.TemporalAttemptExecution(get):134 - Stopping cancellation check scheduling...
2022-07-01 09:55:49 INFO i.a.w.t.TemporalAttemptExecution(get):108 - Docker volume job log path: /tmp/workspace/4/0/logs.log
2022-07-01 09:55:49 INFO i.a.w.t.TemporalAttemptExecution(get):113 - Executing worker wrapper. Airbyte version: 0.39.30-alpha
2022-07-01 09:55:49 INFO i.a.w.g.DefaultReplicationWorker(run):115 - start sync worker. job id: 4 attempt id: 0
2022-07-01 09:55:49 INFO i.a.w.g.DefaultReplicationWorker(run):127 - configured sync modes: {null.incremental_leads_zoho_crm_stream=full_refresh - overwrite}
2022-07-01 09:55:49 INFO i.a.w.i.DefaultAirbyteDestination(start):69 - Running destination...
2022-07-01 09:55:49 INFO i.a.c.f.EnvVariableFeatureFlags(getEnvOrDefault):43 - Using default value for environment variable USE_STREAM_CAPABLE_STATE: 'false'
2022-07-01 09:55:49 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/destination-mongodb:0.1.4 exists...
2022-07-01 09:55:49 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/destination-mongodb:0.1.4 was found locally.
2022-07-01 09:55:49 INFO i.a.w.p.DockerProcessFactory(create):108 - Creating docker job ID: 4
2022-07-01 09:55:49 INFO i.a.w.p.DockerProcessFactory(create):163 - Preparing command: docker run --rm --init -i -w /data/4/0 --log-driver none --name destination-mongodb-write-4-0-kkxhd --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e DEPLOYMENT_MODE=OSS -e USE_STREAM_CAPABLE_STATE=false -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -e WORKER_CONNECTOR_IMAGE=airbyte/destination-mongodb:0.1.4 -e WORKER_JOB_ATTEMPT=0 -e AIRBYTE_VERSION=0.39.30-alpha -e WORKER_JOB_ID=4 airbyte/destination-mongodb:0.1.4 write --config destination_config.json --catalog destination_catalog.json
2022-07-01 09:55:49 destination > WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2022-07-01 09:56:02 ERROR i.a.w.g.DefaultReplicationWorker(run):180 - Sync worker failed.
java.lang.NullPointerException: Cannot invoke "io.airbyte.config.State.getState()" because the return value of "io.airbyte.config.WorkerSourceConfig.getState()" is null
    at io.airbyte.workers.internal.EmptyAirbyteSource.start(EmptyAirbyteSource.java:86) ~[io.airbyte-airbyte-workers-0.39.30-alpha.jar:?]
    at io.airbyte.workers.general.DefaultReplicationWorker.run(DefaultReplicationWorker.java:139) ~[io.airbyte-airbyte-workers-0.39.30-alpha.jar:?]
    at io.airbyte.workers.general.DefaultReplicationWorker.run(DefaultReplicationWorker.java:65) ~[io.airbyte-airbyte-workers-0.39.30-alpha.jar:?]
    at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:158) ~[io.airbyte-airbyte-workers-0.39.30-alpha.jar:?]
    at java.lang.Thread.run(Thread.java:833) [?:?]
2022-07-01 09:56:02 INFO i.a.w.g.DefaultReplicationWorker(run):239 - sync summary: io.airbyte.config.ReplicationAttemptSummary@1b8e1e49[status=failed,recordsSynced=0,bytesSynced=0,startTime=1656669349356,endTime=1656669362630,totalStats=io.airbyte.config.SyncStats@37dc9139[recordsEmitted=0,bytesEmitted=0,stateMessagesEmitted=0,recordsCommitted=0],streamStats=[]]
2022-07-01 09:56:02 INFO i.a.w.g.DefaultReplicationWorker(run):268 - Source did not output any state messages
2022-07-01 09:56:02 WARN i.a.w.g.DefaultReplicationWorker(run):279 - State capture: No state retained.
2022-07-01 09:56:02 INFO i.a.w.t.TemporalAttemptExecution(get):134 - Stopping cancellation check scheduling...
2022-07-01 09:56:02 INFO i.a.w.t.s.ReplicationActivityImpl(lambda$replicate$3):161 - sync summary: io.airbyte.config.StandardSyncOutput@35594518[standardSyncSummary=io.airbyte.config.StandardSyncSummary@591f1635[status=failed,recordsSynced=0,bytesSynced=0,startTime=1656669349356,endTime=1656669362630,totalStats=io.airbyte.config.SyncStats@37dc9139[recordsEmitted=0,bytesEmitted=0,stateMessagesEmitted=0,recordsCommitted=0],streamStats=[]],normalizationSummary=<null>,state=<null>,outputCatalog=io.airbyte.protocol.models.ConfiguredAirbyteCatalog@64b8dee0[streams=[io.airbyte.protocol.models.ConfiguredAirbyteStream@1c9aa47b[stream=io.airbyte.protocol.models.AirbyteStream@63145375[name=incremental_leads_zoho_crm_stream,jsonSchema={"type":"object","schema":"http://json-schema.org/draft-07/schema#","required":["id","Modified_Time","Last_Name"],"properties":{"Ad":{"type":["null","string"],"title":"Ad","maxLength":250},"id":{"type":"string"},"DOB":{"type":["null","string"],"title":"DOB","format":"date","maxLength":20},"Tag":{"type":"array","items":{"type":"object","required":["name","id"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"additionalProperties":false},"title":"Tag"},"ADID":{"type":["null","string"],"title":"ADID","maxLength":19},"Email":{"type":["null","string"],"title":"Email","format":"email","maxLength":100},"GCLID":{"type":["null","string"],"title":"GCLID","maxLength":150},"Owner":{"type":["null","object"],"title":"Lead Owner","required":["name","id","email"],"properties":{"id":{"type":"string"},"name":{"type":["null","string"]},"email":{"type":"string","format":"email"}},"additionalProperties":false},"Score":{"type":["null","integer"],"title":"Leads Scoring Rule Score"},"Domain":{"type":["null","string"],"title":"Domain","maxLength":255},"Mobile":{"type":["null","string"],"title":"Mobile","maxLength":30},"halaID":{"type":["null","string"],"title":"halaID","maxLength":255},"Keyword":{"type":["null","string"],"title":"Keyword","maxLength":250},"Referrer":{"type":["null","string"],"title":"Referrer","format":"uri","maxLength":3000},"halaMeta":{"type":["null","string"],"title":"halaMeta","maxLength":2000},"ADGROUPID":{"type":["null","string"],"title":"ADGROUPID","maxLength":19},"Full_Name":{"type":["null","string"],"title":"Full Name","maxLength":120},"KEYWORDID":{"type":["null","string"],"title":"KEYWORDID","maxLength":19},"Last_Name":{"type":["null","string"],"title":"Last Name","maxLength":80},"sendToAPI":{"type":["null","boolean"],"title":"sendToAPI"},"Ad_Network":{"enum":[null,"Search Network","Display Network"],"type":["null","string"],"title":"Ad Network","maxLength":120},"Click_Type":{"enum":[null,"Other","Phone calls","Headline","Product plusbox offer","Sitelink","Product listing ad","Driving direction","Print offer","Breadcrumbs","Manually dialed phone calls","Mobile phone calls","Get location details","unknown"],"type":["null","string"],"title":"Click Type","maxLength":120},"Created_By":{"type":["null","object"],"title":"Created By","required":["name","id","email"],"properties":{"id":{"type":"string"},"name":{"type":["null","string"]},"email":{"type":"string","format":"email"}},"additionalProperties":false},"First_Name":{"type":["null","string"],"title":"First Name","maxLength":40},"Salutation":{"enum":[null,"-None-","Mr.","Mrs.","Ms.","Dr.","Prof."],"type":["null","string"],"title":"Salutation","maxLength":25},"Device_Type":{"enum":[null,"Other","Computers","Mobile devices with full browsers","Tablets with full browsers"],"type":["null","string"],"title":"Device Type","maxLength":120},"GADCONFIGID":{"type":["null","string"],"title":"GADCONFIGID","maxLength":19},"Lead_Medium":{"type":["null","string"],"title":"Lead Medium","maxLength":255},"Lead_Source":{"enum":[null,"-None-","Advertisement","Cold Call","Employee Referral","External Referral","Online Store","Facebook","Twitter","Partner","Google AdWords","Public Relations","Sales Email Alias","Seminar Partner","Internal Seminar","Trade Show","Web Download","Web Research","Chat"],"type":["null","string"],"title":"Lead Source","maxLength":120},"Lead_Status":{"enum":[null,"-None-","Fresh Lead","Attempted to Contact","Junk Lead","Lost Lead","Follow-up needed","Not Qualified"],"type":["null","string"],"title":"Lead Status","maxLength":120},"License_Age":{"enum":[null,"-None-","12months","24months","48months","48more"],"type":["null","string"],"title":"License Age","maxLength":120},"Nationality":{"enum":[null,"-None-","Afghan---1001","Albanian---1002","Algerian---1003","American---1004","Andorran---1005","Angolan---1006","Antiguan and Barbudan---1207","Argentinean---1008","Armenian---1009","Australian---1010","Aruban---1208","Austrian---1011","Azerbaijani---1012","Bahamian---1013","Bahraini---1014","Bangladeshi---1015","Barbadian---1016","Belarusian---1019","Belgian---1020","Belizean---1021","Beninese---1022","Bermudian---1209","Bhutanese---1023","Bolivian---1024","Bosnians and Herzegovinians---1025","Brazilian---1026","Botswana---1018","British---1027","Bruneian---1028","Bulgarian---1029","Burkinabe---1030","Burundian---1032","Burmese---1210","Cambodian---1033","Cameroonian---1034","Canadian---1035","Cape Verdean---1036","Chaldean---1211","Chilean---1039","Chinese---1040","Colombian---1041","Comoran---1042","Congolese---1043","Costa Rican---1045","Croatian---1046","Cuban---1047","Cypriot---1048","Dane---1050","Czech---1049","Djibouti---1051","Dominican---1052","Ecuadorian---1058","Dutch---1054","Emirati---1060","Equatoguinean---1061","East Timorese---1057","Egyptian---1059","Finns---1212","Eritrean---1062","Estonian---1063","Ethiopian---1064","Filipino---1066","French---1068","Gabonese---1069","Gambian---1070","Georgian---1071","German---1072","Ghanaian---1073","Greek---1074","Grenadian---1075","Guatemalan---1076","Guinean---1078","Guyanese---1079","Haitian---1080","Israeli---1213","Honduran---1082","Hungarian---1083","Icelander---1085","Indian---1086","Kazakh---1097","Indonesian---1087","Iranian---1088","Korean---1214","Iraqi---1089","Irish---1090","Italian---1092","Ivorian---1093","Jamaican---1094","Japanese---1095","Jordanian---1096","Kenyan---1098","Kuwaiti---1100","Laotian---1102","Latvian---1103","Lebanese---1104","Liberian---1105","Libyan---1106","Liechtensteiner---1107","Lithuanian---1108","Malawian---1112","Malaysian---1113","Maldivan---1114","Malian---1115","Mauritanian---1118","Mexican---1120","Puerto Rican---1215","Moldovan---1122","Mongolian---1124","Moroccan---1125","Sammarinese---1157","Mozambican---1128","Namibian---1129","Nauruan---1130","Nepalese---1131","New Zealander---1133","Nicaraguan---1135","Nigerian---1136","North Korean---1138","Norwegian---1140","Omani---1141","Spaniard---1172","Pakistani---1142","Palestinian---1201","Paraguayan---1146","Peruvian---1147","Polish---1148","Portuguese---1149","Qatari---1150","Romanian---1151","Russian---1152","Rwandan---1153","Saint Lucian---1154","Samoan---1156","Sao Tomean---1158","Uzbek---1193","Saudi---1159","Scottish---1160","Senegalese---1161","Serbian---1162","Seychellois---1163","Yugoslavian---1202","Sierra Leonean---1164","Singaporean---1165","Slovakian---1166","Slovenian---1167","Somali---1169","South African---1170","South Korean---1171","Sri Lankan---1173","Sudanese---1174","Surinamer---1175","Swazi---1176","Swedish---1177","Swiss---1178","Syrian---1179","Taiwanese---1180","Tajik---1181","Tanzanian---1182","Thai---1183","Togolese---1184","Trinidadian or Tobagonian---1186","Tunisian---1187","Turkish---1188","Ugandan---1190","Ukrainian---1191","Uruguayan---1192","Venezuelan---1194","Vietnamese---1195","Welsh---1196","Yemenite---1198","Zambian---1199"],"type":["null","string"],"title":"Nationality","maxLength":120},"ZCAMPAIGNID":{"type":["null","string"],"title":"ZCAMPAIGNID","maxLength":19},"AdGroup_Name":{"type":["null","string"],"title":"AdGroup Name","maxLength":250},"Created_Time":{"type":["null","string"],"title":"Created Time","format":"date-time","maxLength":120},"Days_Visited":{"type":["null","integer"],"title":"Days Visited"},"Is_Preferred":{"type":["null","boolean"],"title":"Is Preferred"},"Lost_Reasons":{"type":"array","items":{"enum":[null,"Sum Insured Low","Car Sold","Too early to renew","Car Make/Model not present","Asked for agency plan","Expensive Plan","Deductible - High","No response from lead","Competitor - BEEMA","Customer wants cash payment","Competitor - YALLACOMPARE","Competitor - INSURANCEMARKET","Competitor - POLICYBAZAAR","Competitor - Other","Better benefits","Other"],"type":["null","string"]},"title":"Lost Reasons","minItems":1,"uniqueItems":true},"Ad_Click_Date":{"type":["null","string"],"title":"Ad Click Date","format":"date","maxLength":20},"Modified_Time":{"type":"string","format":"date-time"},"Visitor_Score":{"type":["null","string"],"title":"Visitor Score","maxLength":19,"airbyte_type":"big_integer"},"Cost_per_Click":{"type":["null","number"],"title":"Cost per Click","multipleOf":0.01},"Follow_up_Date":{"type":["null","string"],"title":"Follow-up Date","format":"date-time","maxLength":120},"High_Value_Car":{"type":["null","boolean"],"title":"High Value Car?"},"Negative_Score":{"type":["null","integer"],"title":"Leads Scoring Rule Negative Score"},"Positive_Score":{"type":["null","integer"],"title":"Leads Scoring Rule Positive Score"},"Number_Of_Chats":{"type":["null","integer"],"title":"Number Of Chats"},"Ad_Campaign_Name":{"type":["null","string"],"title":"Ad Campaign Name","maxLength":250},"Alternate_Mobile":{"type":["null","string"],"title":"Alternate Mobile","maxLength":30},"First_Visited_URL":{"type":["null","string"],"title":"First Visited URL","format":"uri","maxLength":3000},"Is_AWNIC_Customer":{"type":["null","boolean"],"title":"Is AWNIC Customer"},"Last_Visited_Time":{"type":["null","string"],"title":"Last Visited Time","format":"date-time","maxLength":120},"Product_Preferred":{"enum":[null,"-None-","Comprehensive","Third Party","Unavailable"],"type":["null","string"],"title":"Product Preferred","maxLength":120},"Touch_Point_Score":{"type":["null","integer"],"title":"Leads Scoring Rule Touch Point Score"},"Unsubscribed_Mode":{"enum":[null,"Consent form","Manual","Unsubscribe link","Zoho campaigns"],"type":["null","string"],"title":"Unsubscribed Mode","maxLength":120},"Unsubscribed_Time":{"type":["null","string"],"title":"Unsubscribed Time","format":"date-time","maxLength":120},"First_Visited_Time":{"type":["null","string"],"title":"First Visited Time","format":"date-time","maxLength":120},"Last_Activity_Time":{"type":["null","string"],"title":"Last Activity Time","format":"date-time","maxLength":120},"Cost_per_Conversion":{"type":["null","number"],"title":"Cost per Conversion","multipleOf":0.01},"Conversion_Exported_On":{"type":["null","string"],"title":"Conversion Exported On","format":"date-time","maxLength":120},"Search_Partner_Network":{"enum":[null,"Google search","Search partners","Display Network"],"type":["null","string"],"title":"Search Partner Network","maxLength":120},"Conversion_Export_Status":{"enum":[null,"-None-","Success","Failure","NA - Invalid","Not started"],"type":["null","string"],"title":"Conversion Export Status","maxLength":120},"Average_Time_Spent_Minutes":{"type":["null","number"],"title":"Average Time Spent (Minutes)","multipleOf":0.01},"Negative_Touch_Point_Score":{"type":["null","integer"],"title":"Leads Scoring Rule Negative Touch Point Score"},"Positive_Touch_Point_Score":{"type":["null","integer"],"title":"Leads Scoring Rule Positive Touch Point Score"},"Reason_for_Conversion_Failure":{"enum":[null,"-None-","INVALID_CONVERSION_TYPE","UNPARSEABLE_GCLID","CONVERSION_PRECEDES_CLICK","FUTURE_CONVERSION_TIME","EXPIRED_CLICK","UNKNOWN","TOO_RECENT_CLICK","CLICK_MISSING_CONVERSION_LABEL"],"type":["null","string"],"title":"Reason for Conversion Failure","maxLength":120}},"description":"Leads","additionalProperties":true},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[Modified_Time],sourceDefinedPrimaryKey=[[id]],namespace=<null>,additionalProperties={}],syncMode=full_refresh,cursorField=[Modified_Time],destinationSyncMode=overwrite,primaryKey=[[id]],additionalProperties={}]],additionalProperties={}],failures=[]]
2022-07-01 09:56:02 INFO i.a.w.t.TemporalUtils(withBackgroundHeartbeat):291 - Stopping temporal heartbeating...
2022-07-01 09:56:02 INFO i.a.w.t.TemporalAttemptExecution(get):108 - Docker volume job log path: /tmp/workspace/4/1/logs.log
2022-07-01 09:56:02 INFO i.a.w.t.TemporalAttemptExecution(get):113 - Executing worker wrapper. Airbyte version: 0.39.30-alpha
2022-07-01 09:56:02 INFO i.a.c.f.EnvVariableFeatureFlags(getEnvOrDefault):43 - Using default value for environment variable USE_STREAM_CAPABLE_STATE: 'false'
2022-07-01 09:56:02 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/destination-mongodb:0.1.4 exists...
2022-07-01 09:56:02 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/destination-mongodb:0.1.4 was found locally.
2022-07-01 09:56:02 INFO i.a.w.p.DockerProcessFactory(create):108 - Creating docker job ID: 4
2022-07-01 09:56:02 INFO i.a.w.p.DockerProcessFactory(create):163 - Preparing command: docker run --rm --init -i -w /data/4/1 --log-driver none --name destination-mongodb-check-4-1-dikts --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e DEPLOYMENT_MODE=OSS -e USE_STREAM_CAPABLE_STATE=false -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -e WORKER_CONNECTOR_IMAGE=airbyte/destination-mongodb:0.1.4 -e WORKER_JOB_ATTEMPT=1 -e AIRBYTE_VERSION=0.39.30-alpha -e WORKER_JOB_ID=4 airbyte/destination-mongodb:0.1.4 check --config source_config.json
2022-07-01 09:56:02 ERROR i.a.c.i.LineGobbler(voidCall):82 - WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2022-07-01 09:56:08 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:08 INFO i.a.i.d.m.MongodbDestination(main):69 - starting destination: class io.airbyte.integrations.destination.mongodb.MongodbDestination
2022-07-01 09:56:09 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:09 INFO i.a.i.b.IntegrationCliParser(parseOptions):118 - integration args: {check=null, config=source_config.json}
2022-07-01 09:56:09 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:09 INFO i.a.i.b.IntegrationRunner(runInternal):105 - Running integration: io.airbyte.integrations.destination.mongodb.MongodbDestination
2022-07-01 09:56:09 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:09 INFO i.a.i.b.IntegrationRunner(runInternal):106 - Command: CHECK
2022-07-01 09:56:09 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:09 INFO i.a.i.b.IntegrationRunner(runInternal):107 - Integration config: IntegrationConfig{command=CHECK, configPath='source_config.json', catalogPath='null', statePath='null'}
2022-07-01 09:56:09 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:09 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword order - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-07-01 09:56:09 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:09 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword examples - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-07-01 09:56:09 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:09 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword airbyte_secret - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-07-01 09:56:10 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:10 INFO c.m.d.l.SLF4JLogger(info):71 - Cluster created with settings {hosts=[dev.joinhala.site:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms'}
2022-07-01 09:56:10 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:10 INFO c.m.d.l.SLF4JLogger(info):71 - Cluster description not yet available. Waiting for 30000 ms before timing out
2022-07-01 09:56:10 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:10 INFO c.m.d.l.SLF4JLogger(info):71 - Opened connection [connectionId{localValue:2, serverValue:7273}] to dev.joinhala.site:27017
2022-07-01 09:56:10 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:10 INFO c.m.d.l.SLF4JLogger(info):71 - Opened connection [connectionId{localValue:1, serverValue:7274}] to dev.joinhala.site:27017
2022-07-01 09:56:10 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:10 INFO c.m.d.l.SLF4JLogger(info):71 - Monitor thread successfully connected to server with description ServerDescription{address=dev.joinhala.site:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=9, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=370207166}
2022-07-01 09:56:12 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:12 INFO c.m.d.l.SLF4JLogger(info):71 - Opened connection [connectionId{localValue:3, serverValue:7275}] to dev.joinhala.site:27017
2022-07-01 09:56:13 INFO i.a.w.t.TemporalAttemptExecution(get):134 - Stopping cancellation check scheduling...
2022-07-01 09:56:13 INFO i.a.w.t.TemporalAttemptExecution(get):108 - Docker volume job log path: /tmp/workspace/4/1/logs.log
2022-07-01 09:56:13 INFO i.a.w.t.TemporalAttemptExecution(get):113 - Executing worker wrapper. Airbyte version: 0.39.30-alpha
2022-07-01 09:56:13 INFO i.a.w.g.DefaultReplicationWorker(run):115 - start sync worker. job id: 4 attempt id: 1
2022-07-01 09:56:13 INFO i.a.w.g.DefaultReplicationWorker(run):127 - configured sync modes: {null.incremental_leads_zoho_crm_stream=full_refresh - overwrite}
2022-07-01 09:56:13 INFO i.a.w.i.DefaultAirbyteDestination(start):69 - Running destination...
2022-07-01 09:56:13 INFO i.a.c.f.EnvVariableFeatureFlags(getEnvOrDefault):43 - Using default value for environment variable USE_STREAM_CAPABLE_STATE: 'false'
2022-07-01 09:56:13 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/destination-mongodb:0.1.4 exists...
2022-07-01 09:56:13 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/destination-mongodb:0.1.4 was found locally.
2022-07-01 09:56:13 INFO i.a.w.p.DockerProcessFactory(create):108 - Creating docker job ID: 4
2022-07-01 09:56:13 INFO i.a.w.p.DockerProcessFactory(create):163 - Preparing command: docker run --rm --init -i -w /data/4/1 --log-driver none --name destination-mongodb-write-4-1-qgfhl --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e DEPLOYMENT_MODE=OSS -e USE_STREAM_CAPABLE_STATE=false -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -e WORKER_CONNECTOR_IMAGE=airbyte/destination-mongodb:0.1.4 -e WORKER_JOB_ATTEMPT=1 -e AIRBYTE_VERSION=0.39.30-alpha -e WORKER_JOB_ID=4 airbyte/destination-mongodb:0.1.4 write --config destination_config.json --catalog destination_catalog.json
2022-07-01 09:56:13 destination > WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2022-07-01 09:56:27 ERROR i.a.w.g.DefaultReplicationWorker(run):180 - Sync worker failed.
java.lang.NullPointerException: Cannot invoke "io.airbyte.config.State.getState()" because the return value of "io.airbyte.config.WorkerSourceConfig.getState()" is null
    at io.airbyte.workers.internal.EmptyAirbyteSource.start(EmptyAirbyteSource.java:86) ~[io.airbyte-airbyte-workers-0.39.30-alpha.jar:?]
    at io.airbyte.workers.general.DefaultReplicationWorker.run(DefaultReplicationWorker.java:139) ~[io.airbyte-airbyte-workers-0.39.30-alpha.jar:?]
    at io.airbyte.workers.general.DefaultReplicationWorker.run(DefaultReplicationWorker.java:65) ~[io.airbyte-airbyte-workers-0.39.30-alpha.jar:?]
    at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:158) ~[io.airbyte-airbyte-workers-0.39.30-alpha.jar:?]
    at java.lang.Thread.run(Thread.java:833) [?:?]
2022-07-01 09:56:27 INFO i.a.w.g.DefaultReplicationWorker(run):239 - sync summary: io.airbyte.config.ReplicationAttemptSummary@9783648[status=failed,recordsSynced=0,bytesSynced=0,startTime=1656669373766,endTime=1656669387568,totalStats=io.airbyte.config.SyncStats@65275a36[recordsEmitted=0,bytesEmitted=0,stateMessagesEmitted=0,recordsCommitted=0],streamStats=[]]
2022-07-01 09:56:27 INFO i.a.w.g.DefaultReplicationWorker(run):268 - Source did not output any state messages
2022-07-01 09:56:27 WARN i.a.w.g.DefaultReplicationWorker(run):279 - State capture: No state retained.
2022-07-01 09:56:27 INFO i.a.w.t.TemporalAttemptExecution(get):134 - Stopping cancellation check scheduling...
2022-07-01 09:56:27 INFO i.a.w.t.s.ReplicationActivityImpl(lambda$replicate$3):161 - sync summary: io.airbyte.config.StandardSyncOutput@12af7bb4[standardSyncSummary=io.airbyte.config.StandardSyncSummary@57ade785[status=failed,recordsSynced=0,bytesSynced=0,startTime=1656669373766,endTime=1656669387568,totalStats=io.airbyte.config.SyncStats@65275a36[recordsEmitted=0,bytesEmitted=0,stateMessagesEmitted=0,recordsCommitted=0],streamStats=[]],normalizationSummary=<null>,state=<null>,outputCatalog=io.airbyte.protocol.models.ConfiguredAirbyteCatalog@77dc1c84[streams=[io.airbyte.protocol.models.ConfiguredAirbyteStream@6630f2dc[stream=io.airbyte.protocol.models.AirbyteStream@fab5775[name=incremental_leads_zoho_crm_stream,jsonSchema={"type":"object","schema":"http://json-schema.org/draft-07/schema#","required":["id","Modified_Time","Last_Name"],"properties":{"Ad":{"type":["null","string"],"title":"Ad","maxLength":250},"id":{"type":"string"},"DOB":{"type":["null","string"],"title":"DOB","format":"date","maxLength":20},"Tag":{"type":"array","items":{"type":"object","required":["name","id"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"additionalProperties":false},"title":"Tag"},"ADID":{"type":["null","string"],"title":"ADID","maxLength":19},"Email":{"type":["null","string"],"title":"Email","format":"email","maxLength":100},"GCLID":{"type":["null","string"],"title":"GCLID","maxLength":150},"Owner":{"type":["null","object"],"title":"Lead Owner","required":["name","id","email"],"properties":{"id":{"type":"string"},"name":{"type":["null","string"]},"email":{"type":"string","format":"email"}},"additionalProperties":false},"Score":{"type":["null","integer"],"title":"Leads Scoring Rule Score"},"Domain":{"type":["null","string"],"title":"Domain","maxLength":255},"Mobile":{"type":["null","string"],"title":"Mobile","maxLength":30},"halaID":{"type":["null","string"],"title":"halaID","maxLength":255},"Keyword":{"type":["null","string"],"title":"Keyword","maxLength":250},"Referrer":{"type":["null","string"],"title":"Referrer","format":"uri","maxLength":3000},"halaMeta":{"type":["null","string"],"title":"halaMeta","maxLength":2000},"ADGROUPID":{"type":["null","string"],"title":"ADGROUPID","maxLength":19},"Full_Name":{"type":["null","string"],"title":"Full Name","maxLength":120},"KEYWORDID":{"type":["null","string"],"title":"KEYWORDID","maxLength":19},"Last_Name":{"type":["null","string"],"title":"Last Name","maxLength":80},"sendToAPI":{"type":["null","boolean"],"title":"sendToAPI"},"Ad_Network":{"enum":[null,"Search Network","Display Network"],"type":["null","string"],"title":"Ad Network","maxLength":120},"Click_Type":{"enum":[null,"Other","Phone calls","Headline","Product plusbox offer","Sitelink","Product listing ad","Driving direction","Print offer","Breadcrumbs","Manually dialed phone calls","Mobile phone calls","Get location details","unknown"],"type":["null","string"],"title":"Click Type","maxLength":120},"Created_By":{"type":["null","object"],"title":"Created By","required":["name","id","email"],"properties":{"id":{"type":"string"},"name":{"type":["null","string"]},"email":{"type":"string","format":"email"}},"additionalProperties":false},"First_Name":{"type":["null","string"],"title":"First Name","maxLength":40},"Salutation":{"enum":[null,"-None-","Mr.","Mrs.","Ms.","Dr.","Prof."],"type":["null","string"],"title":"Salutation","maxLength":25},"Device_Type":{"enum":[null,"Other","Computers","Mobile devices with full browsers","Tablets with full browsers"],"type":["null","string"],"title":"Device Type","maxLength":120},"GADCONFIGID":{"type":["null","string"],"title":"GADCONFIGID","maxLength":19},"Lead_Medium":{"type":["null","string"],"title":"Lead Medium","maxLength":255},"Lead_Source":{"enum":[null,"-None-","Advertisement","Cold Call","Employee Referral","External Referral","Online Store","Facebook","Twitter","Partner","Google AdWords","Public Relations","Sales Email Alias","Seminar Partner","Internal Seminar","Trade Show","Web Download","Web Research","Chat"],"type":["null","string"],"title":"Lead Source","maxLength":120},"Lead_Status":{"enum":[null,"-None-","Fresh Lead","Attempted to Contact","Junk Lead","Lost Lead","Follow-up needed","Not Qualified"],"type":["null","string"],"title":"Lead Status","maxLength":120},"License_Age":{"enum":[null,"-None-","12months","24months","48months","48more"],"type":["null","string"],"title":"License Age","maxLength":120},"Nationality":{"enum":[null,"-None-","Afghan---1001","Albanian---1002","Algerian---1003","American---1004","Andorran---1005","Angolan---1006","Antiguan and Barbudan---1207","Argentinean---1008","Armenian---1009","Australian---1010","Aruban---1208","Austrian---1011","Azerbaijani---1012","Bahamian---1013","Bahraini---1014","Bangladeshi---1015","Barbadian---1016","Belarusian---1019","Belgian---1020","Belizean---1021","Beninese---1022","Bermudian---1209","Bhutanese---1023","Bolivian---1024","Bosnians and Herzegovinians---1025","Brazilian---1026","Botswana---1018","British---1027","Bruneian---1028","Bulgarian---1029","Burkinabe---1030","Burundian---1032","Burmese---1210","Cambodian---1033","Cameroonian---1034","Canadian---1035","Cape Verdean---1036","Chaldean---1211","Chilean---1039","Chinese---1040","Colombian---1041","Comoran---1042","Congolese---1043","Costa Rican---1045","Croatian---1046","Cuban---1047","Cypriot---1048","Dane---1050","Czech---1049","Djibouti---1051","Dominican---1052","Ecuadorian---1058","Dutch---1054","Emirati---1060","Equatoguinean---1061","East Timorese---1057","Egyptian---1059","Finns---1212","Eritrean---1062","Estonian---1063","Ethiopian---1064","Filipino---1066","French---1068","Gabonese---1069","Gambian---1070","Georgian---1071","German---1072","Ghanaian---1073","Greek---1074","Grenadian---1075","Guatemalan---1076","Guinean---1078","Guyanese---1079","Haitian---1080","Israeli---1213","Honduran---1082","Hungarian---1083","Icelander---1085","Indian---1086","Kazakh---1097","Indonesian---1087","Iranian---1088","Korean---1214","Iraqi---1089","Irish---1090","Italian---1092","Ivorian---1093","Jamaican---1094","Japanese---1095","Jordanian---1096","Kenyan---1098","Kuwaiti---1100","Laotian---1102","Latvian---1103","Lebanese---1104","Liberian---1105","Libyan---1106","Liechtensteiner---1107","Lithuanian---1108","Malawian---1112","Malaysian---1113","Maldivan---1114","Malian---1115","Mauritanian---1118","Mexican---1120","Puerto Rican---1215","Moldovan---1122","Mongolian---1124","Moroccan---1125","Sammarinese---1157","Mozambican---1128","Namibian---1129","Nauruan---1130","Nepalese---1131","New Zealander---1133","Nicaraguan---1135","Nigerian---1136","North Korean---1138","Norwegian---1140","Omani---1141","Spaniard---1172","Pakistani---1142","Palestinian---1201","Paraguayan---1146","Peruvian---1147","Polish---1148","Portuguese---1149","Qatari---1150","Romanian---1151","Russian---1152","Rwandan---1153","Saint Lucian---1154","Samoan---1156","Sao Tomean---1158","Uzbek---1193","Saudi---1159","Scottish---1160","Senegalese---1161","Serbian---1162","Seychellois---1163","Yugoslavian---1202","Sierra Leonean---1164","Singaporean---1165","Slovakian---1166","Slovenian---1167","Somali---1169","South African---1170","South Korean---1171","Sri Lankan---1173","Sudanese---1174","Surinamer---1175","Swazi---1176","Swedish---1177","Swiss---1178","Syrian---1179","Taiwanese---1180","Tajik---1181","Tanzanian---1182","Thai---1183","Togolese---1184","Trinidadian or Tobagonian---1186","Tunisian---1187","Turkish---1188","Ugandan---1190","Ukrainian---1191","Uruguayan---1192","Venezuelan---1194","Vietnamese---1195","Welsh---1196","Yemenite---1198","Zambian---1199"],"type":["null","string"],"title":"Nationality","maxLength":120},"ZCAMPAIGNID":{"type":["null","string"],"title":"ZCAMPAIGNID","maxLength":19},"AdGroup_Name":{"type":["null","string"],"title":"AdGroup Name","maxLength":250},"Created_Time":{"type":["null","string"],"title":"Created Time","format":"date-time","maxLength":120},"Days_Visited":{"type":["null","integer"],"title":"Days Visited"},"Is_Preferred":{"type":["null","boolean"],"title":"Is Preferred"},"Lost_Reasons":{"type":"array","items":{"enum":[null,"Sum Insured Low","Car Sold","Too early to renew","Car Make/Model not present","Asked for agency plan","Expensive Plan","Deductible - High","No response from lead","Competitor - BEEMA","Customer wants cash payment","Competitor - YALLACOMPARE","Competitor - INSURANCEMARKET","Competitor - POLICYBAZAAR","Competitor - Other","Better benefits","Other"],"type":["null","string"]},"title":"Lost Reasons","minItems":1,"uniqueItems":true},"Ad_Click_Date":{"type":["null","string"],"title":"Ad Click Date","format":"date","maxLength":20},"Modified_Time":{"type":"string","format":"date-time"},"Visitor_Score":{"type":["null","string"],"title":"Visitor Score","maxLength":19,"airbyte_type":"big_integer"},"Cost_per_Click":{"type":["null","number"],"title":"Cost per Click","multipleOf":0.01},"Follow_up_Date":{"type":["null","string"],"title":"Follow-up Date","format":"date-time","maxLength":120},"High_Value_Car":{"type":["null","boolean"],"title":"High Value Car?"},"Negative_Score":{"type":["null","integer"],"title":"Leads Scoring Rule Negative Score"},"Positive_Score":{"type":["null","integer"],"title":"Leads Scoring Rule Positive Score"},"Number_Of_Chats":{"type":["null","integer"],"title":"Number Of Chats"},"Ad_Campaign_Name":{"type":["null","string"],"title":"Ad Campaign Name","maxLength":250},"Alternate_Mobile":{"type":["null","string"],"title":"Alternate Mobile","maxLength":30},"First_Visited_URL":{"type":["null","string"],"title":"First Visited URL","format":"uri","maxLength":3000},"Is_AWNIC_Customer":{"type":["null","boolean"],"title":"Is AWNIC Customer"},"Last_Visited_Time":{"type":["null","string"],"title":"Last Visited Time","format":"date-time","maxLength":120},"Product_Preferred":{"enum":[null,"-None-","Comprehensive","Third Party","Unavailable"],"type":["null","string"],"title":"Product Preferred","maxLength":120},"Touch_Point_Score":{"type":["null","integer"],"title":"Leads Scoring Rule Touch Point Score"},"Unsubscribed_Mode":{"enum":[null,"Consent form","Manual","Unsubscribe link","Zoho campaigns"],"type":["null","string"],"title":"Unsubscribed Mode","maxLength":120},"Unsubscribed_Time":{"type":["null","string"],"title":"Unsubscribed Time","format":"date-time","maxLength":120},"First_Visited_Time":{"type":["null","string"],"title":"First Visited Time","format":"date-time","maxLength":120},"Last_Activity_Time":{"type":["null","string"],"title":"Last Activity Time","format":"date-time","maxLength":120},"Cost_per_Conversion":{"type":["null","number"],"title":"Cost per Conversion","multipleOf":0.01},"Conversion_Exported_On":{"type":["null","string"],"title":"Conversion Exported On","format":"date-time","maxLength":120},"Search_Partner_Network":{"enum":[null,"Google search","Search partners","Display Network"],"type":["null","string"],"title":"Search Partner Network","maxLength":120},"Conversion_Export_Status":{"enum":[null,"-None-","Success","Failure","NA - Invalid","Not started"],"type":["null","string"],"title":"Conversion Export Status","maxLength":120},"Average_Time_Spent_Minutes":{"type":["null","number"],"title":"Average Time Spent (Minutes)","multipleOf":0.01},"Negative_Touch_Point_Score":{"type":["null","integer"],"title":"Leads Scoring Rule Negative Touch Point Score"},"Positive_Touch_Point_Score":{"type":["null","integer"],"title":"Leads Scoring Rule Positive Touch Point Score"},"Reason_for_Conversion_Failure":{"enum":[null,"-None-","INVALID_CONVERSION_TYPE","UNPARSEABLE_GCLID","CONVERSION_PRECEDES_CLICK","FUTURE_CONVERSION_TIME","EXPIRED_CLICK","UNKNOWN","TOO_RECENT_CLICK","CLICK_MISSING_CONVERSION_LABEL"],"type":["null","string"],"title":"Reason for Conversion Failure","maxLength":120}},"description":"Leads","additionalProperties":true},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[Modified_Time],sourceDefinedPrimaryKey=[[id]],namespace=<null>,additionalProperties={}],syncMode=full_refresh,cursorField=[Modified_Time],destinationSyncMode=overwrite,primaryKey=[[id]],additionalProperties={}]],additionalProperties={}],failures=[]]
2022-07-01 09:56:27 INFO i.a.w.t.TemporalUtils(withBackgroundHeartbeat):291 - Stopping temporal heartbeating...
2022-07-01 09:56:27 INFO i.a.w.t.TemporalAttemptExecution(get):108 - Docker volume job log path: /tmp/workspace/4/2/logs.log
2022-07-01 09:56:27 INFO i.a.w.t.TemporalAttemptExecution(get):113 - Executing worker wrapper. Airbyte version: 0.39.30-alpha
2022-07-01 09:56:27 INFO i.a.c.f.EnvVariableFeatureFlags(getEnvOrDefault):43 - Using default value for environment variable USE_STREAM_CAPABLE_STATE: 'false'
2022-07-01 09:56:27 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/destination-mongodb:0.1.4 exists...
2022-07-01 09:56:27 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/destination-mongodb:0.1.4 was found locally.
2022-07-01 09:56:27 INFO i.a.w.p.DockerProcessFactory(create):108 - Creating docker job ID: 4
2022-07-01 09:56:27 INFO i.a.w.p.DockerProcessFactory(create):163 - Preparing command: docker run --rm --init -i -w /data/4/2 --log-driver none --name destination-mongodb-check-4-2-lpopf --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e DEPLOYMENT_MODE=OSS -e USE_STREAM_CAPABLE_STATE=false -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -e WORKER_CONNECTOR_IMAGE=airbyte/destination-mongodb:0.1.4 -e WORKER_JOB_ATTEMPT=2 -e AIRBYTE_VERSION=0.39.30-alpha -e WORKER_JOB_ID=4 airbyte/destination-mongodb:0.1.4 check --config source_config.json
2022-07-01 09:56:27 ERROR i.a.c.i.LineGobbler(voidCall):82 - WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2022-07-01 09:56:32 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:32 INFO i.a.i.d.m.MongodbDestination(main):69 - starting destination: class io.airbyte.integrations.destination.mongodb.MongodbDestination
2022-07-01 09:56:33 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:33 INFO i.a.i.b.IntegrationCliParser(parseOptions):118 - integration args: {check=null, config=source_config.json}
2022-07-01 09:56:33 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:33 INFO i.a.i.b.IntegrationRunner(runInternal):105 - Running integration: io.airbyte.integrations.destination.mongodb.MongodbDestination
2022-07-01 09:56:33 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:33 INFO i.a.i.b.IntegrationRunner(runInternal):106 - Command: CHECK
2022-07-01 09:56:33 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:33 INFO i.a.i.b.IntegrationRunner(runInternal):107 - Integration config: IntegrationConfig{command=CHECK, configPath='source_config.json', catalogPath='null', statePath='null'}
2022-07-01 09:56:34 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:34 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword order - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-07-01 09:56:34 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:34 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword examples - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-07-01 09:56:34 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:34 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword airbyte_secret - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-07-01 09:56:34 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:34 INFO c.m.d.l.SLF4JLogger(info):71 - Cluster created with settings {hosts=[dev.joinhala.site:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms'}
2022-07-01 09:56:35 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:35 INFO c.m.d.l.SLF4JLogger(info):71 - Cluster description not yet available. Waiting for 30000 ms before timing out
2022-07-01 09:56:35 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:35 INFO c.m.d.l.SLF4JLogger(info):71 - Opened connection [connectionId{localValue:1, serverValue:7279}] to dev.joinhala.site:27017
2022-07-01 09:56:35 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:35 INFO c.m.d.l.SLF4JLogger(info):71 - Opened connection [connectionId{localValue:2, serverValue:7280}] to dev.joinhala.site:27017
2022-07-01 09:56:35 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:35 INFO c.m.d.l.SLF4JLogger(info):71 - Monitor thread successfully connected to server with description ServerDescription{address=dev.joinhala.site:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=9, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=378490542}
2022-07-01 09:56:37 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-07-01 09:56:37 INFO c.m.d.l.SLF4JLogger(info):71 - Opened connection [connectionId{localValue:3, serverValue:7281}] to dev.joinhala.site:27017
2022-07-01 09:56:38 INFO i.a.w.t.TemporalAttemptExecution(get):134 - Stopping cancellation check scheduling...
2022-07-01 09:56:38 INFO i.a.w.t.TemporalAttemptExecution(get):108 - Docker volume job log path: /tmp/workspace/4/2/logs.log
2022-07-01 09:56:38 INFO i.a.w.t.TemporalAttemptExecution(get):113 - Executing worker wrapper. Airbyte version: 0.39.30-alpha
2022-07-01 09:56:38 INFO i.a.w.g.DefaultReplicationWorker(run):115 - start sync worker. job id: 4 attempt id: 2
2022-07-01 09:56:38 INFO i.a.w.g.DefaultReplicationWorker(run):127 - configured sync modes: {null.incremental_leads_zoho_crm_stream=full_refresh - overwrite}
2022-07-01 09:56:38 INFO i.a.w.i.DefaultAirbyteDestination(start):69 - Running destination...
2022-07-01 09:56:38 INFO i.a.c.f.EnvVariableFeatureFlags(getEnvOrDefault):43 - Using default value for environment variable USE_STREAM_CAPABLE_STATE: 'false'
2022-07-01 09:56:38 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/destination-mongodb:0.1.4 exists...
2022-07-01 09:56:38 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/destination-mongodb:0.1.4 was found locally.
2022-07-01 09:56:38 INFO i.a.w.p.DockerProcessFactory(create):108 - Creating docker job ID: 4
2022-07-01 09:56:38 INFO i.a.w.p.DockerProcessFactory(create):163 - Preparing command: docker run --rm --init -i -w /data/4/2 --log-driver none --name destination-mongodb-write-4-2-czcio --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e DEPLOYMENT_MODE=OSS -e USE_STREAM_CAPABLE_STATE=false -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -e WORKER_CONNECTOR_IMAGE=airbyte/destination-mongodb:0.1.4 -e WORKER_JOB_ATTEMPT=2 -e AIRBYTE_VERSION=0.39.30-alpha -e WORKER_JOB_ID=4 airbyte/destination-mongodb:0.1.4 write --config destination_config.json --catalog destination_catalog.json
2022-07-01 09:56:38 destination > WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2022-07-01 09:56:52 ERROR i.a.w.g.DefaultReplicationWorker(run):180 - Sync worker failed.
java.lang.NullPointerException: Cannot invoke "io.airbyte.config.State.getState()" because the return value of "io.airbyte.config.WorkerSourceConfig.getState()" is null
    at io.airbyte.workers.internal.EmptyAirbyteSource.start(EmptyAirbyteSource.java:86) ~[io.airbyte-airbyte-workers-0.39.30-alpha.jar:?]
    at io.airbyte.workers.general.DefaultReplicationWorker.run(DefaultReplicationWorker.java:139) ~[io.airbyte-airbyte-workers-0.39.30-alpha.jar:?]
    at io.airbyte.workers.general.DefaultReplicationWorker.run(DefaultReplicationWorker.java:65) ~[io.airbyte-airbyte-workers-0.39.30-alpha.jar:?]
    at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:158) ~[io.airbyte-airbyte-workers-0.39.30-alpha.jar:?]
    at java.lang.Thread.run(Thread.java:833) [?:?]
2022-07-01 09:56:52 INFO i.a.w.g.DefaultReplicationWorker(run):239 - sync summary: io.airbyte.config.ReplicationAttemptSummary@2ab69f42[status=failed,recordsSynced=0,bytesSynced=0,startTime=1656669398791,endTime=1656669412093,totalStats=io.airbyte.config.SyncStats@21fc908f[recordsEmitted=0,bytesEmitted=0,stateMessagesEmitted=0,recordsCommitted=0],streamStats=[]]
2022-07-01 09:56:52 INFO i.a.w.g.DefaultReplicationWorker(run):268 - Source did not output any state messages
2022-07-01 09:56:52 WARN i.a.w.g.DefaultReplicationWorker(run):279 - State capture: No state retained.
2022-07-01 09:56:52 INFO i.a.w.t.TemporalAttemptExecution(get):134 - Stopping cancellation check scheduling...
2022-07-01 09:56:52 INFO i.a.w.t.s.ReplicationActivityImpl(lambda$replicate$3):161 - sync summary: io.airbyte.config.StandardSyncOutput@1642f6e1[standardSyncSummary=io.airbyte.config.StandardSyncSummary@53406a4d[status=failed,recordsSynced=0,bytesSynced=0,startTime=1656669398791,endTime=1656669412093,totalStats=io.airbyte.config.SyncStats@21fc908f[recordsEmitted=0,bytesEmitted=0,stateMessagesEmitted=0,recordsCommitted=0],streamStats=[]],normalizationSummary=<null>,state=<null>,outputCatalog=io.airbyte.protocol.models.ConfiguredAirbyteCatalog@1bde33a1[streams=[io.airbyte.protocol.models.ConfiguredAirbyteStream@62d99e7c[stream=io.airbyte.protocol.models.AirbyteStream@63ad9938[name=incremental_leads_zoho_crm_stream,jsonSchema={"type":"object","schema":"http://json-schema.org/draft-07/schema#","required":["id","Modified_Time","Last_Name"],"properties":{"Ad":{"type":["null","string"],"title":"Ad","maxLength":250},"id":{"type":"string"},"DOB":{"type":["null","string"],"title":"DOB","format":"date","maxLength":20},"Tag":{"type":"array","items":{"type":"object","required":["name","id"],"properties":{"id":{"type":"string"},"name":{"type":"string"}},"additionalProperties":false},"title":"Tag"},"ADID":{"type":["null","string"],"title":"ADID","maxLength":19},"Email":{"type":["null","string"],"title":"Email","format":"email","maxLength":100},"GCLID":{"type":["null","string"],"title":"GCLID","maxLength":150},"Owner":{"type":["null","object"],"title":"Lead Owner","required":["name","id","email"],"properties":{"id":{"type":"string"},"name":{"type":["null","string"]},"email":{"type":"string","format":"email"}},"additionalProperties":false},"Score":{"type":["null","integer"],"title":"Leads Scoring Rule Score"},"Domain":{"type":["null","string"],"title":"Domain","maxLength":255},"Mobile":{"type":["null","string"],"title":"Mobile","maxLength":30},"halaID":{"type":["null","string"],"title":"halaID","maxLength":255},"Keyword":{"type":["null","string"],"title":"Keyword","maxLength":250},"Referrer":{"type":["null","string"],"title":"Referrer","format":"uri","maxLength":3000},"halaMeta":{"type":["null","string"],"title":"halaMeta","maxLength":2000},"ADGROUPID":{"type":["null","string"],"title":"ADGROUPID","maxLength":19},"Full_Name":{"type":["null","string"],"title":"Full Name","maxLength":120},"KEYWORDID":{"type":["null","string"],"title":"KEYWORDID","maxLength":19},"Last_Name":{"type":["null","string"],"title":"Last Name","maxLength":80},"sendToAPI":{"type":["null","boolean"],"title":"sendToAPI"},"Ad_Network":{"enum":[null,"Search Network","Display Network"],"type":["null","string"],"title":"Ad Network","maxLength":120},"Click_Type":{"enum":[null,"Other","Phone calls","Headline","Product plusbox offer","Sitelink","Product listing ad","Driving direction","Print offer","Breadcrumbs","Manually dialed phone calls","Mobile phone calls","Get location details","unknown"],"type":["null","string"],"title":"Click Type","maxLength":120},"Created_By":{"type":["null","object"],"title":"Created By","required":["name","id","email"],"properties":{"id":{"type":"string"},"name":{"type":["null","string"]},"email":{"type":"string","format":"email"}},"additionalProperties":false},"First_Name":{"type":["null","string"],"title":"First Name","maxLength":40},"Salutation":{"enum":[null,"-None-","Mr.","Mrs.","Ms.","Dr.","Prof."],"type":["null","string"],"title":"Salutation","maxLength":25},"Device_Type":{"enum":[null,"Other","Computers","Mobile devices with full browsers","Tablets with full browsers"],"type":["null","string"],"title":"Device Type","maxLength":120},"GADCONFIGID":{"type":["null","string"],"title":"GADCONFIGID","maxLength":19},"Lead_Medium":{"type":["null","string"],"title":"Lead Medium","maxLength":255},"Lead_Source":{"enum":[null,"-None-","Advertisement","Cold Call","Employee Referral","External Referral","Online Store","Facebook","Twitter","Partner","Google AdWords","Public Relations","Sales Email Alias","Seminar Partner","Internal Seminar","Trade Show","Web Download","Web Research","Chat"],"type":["null","string"],"title":"Lead Source","maxLength":120},"Lead_Status":{"enum":[null,"-None-","Fresh Lead","Attempted to Contact","Junk Lead","Lost Lead","Follow-up needed","Not Qualified"],"type":["null","string"],"title":"Lead Status","maxLength":120},"License_Age":{"enum":[null,"-None-","12months","24months","48months","48more"],"type":["null","string"],"title":"License Age","maxLength":120},"Nationality":{"enum":[null,"-None-","Afghan---1001","Albanian---1002","Algerian---1003","American---1004","Andorran---1005","Angolan---1006","Antiguan and Barbudan---1207","Argentinean---1008","Armenian---1009","Australian---1010","Aruban---1208","Austrian---1011","Azerbaijani---1012","Bahamian---1013","Bahraini---1014","Bangladeshi---1015","Barbadian---1016","Belarusian---1019","Belgian---1020","Belizean---1021","Beninese---1022","Bermudian---1209","Bhutanese---1023","Bolivian---1024","Bosnians and Herzegovinians---1025","Brazilian---1026","Botswana---1018","British---1027","Bruneian---1028","Bulgarian---1029","Burkinabe---1030","Burundian---1032","Burmese---1210","Cambodian---1033","Cameroonian---1034","Canadian---1035","Cape Verdean---1036","Chaldean---1211","Chilean---1039","Chinese---1040","Colombian---1041","Comoran---1042","Congolese---1043","Costa Rican---1045","Croatian---1046","Cuban---1047","Cypriot---1048","Dane---1050","Czech---1049","Djibouti---1051","Dominican---1052","Ecuadorian---1058","Dutch---1054","Emirati---1060","Equatoguinean---1061","East Timorese---1057","Egyptian---1059","Finns---1212","Eritrean---1062","Estonian---1063","Ethiopian---1064","Filipino---1066","French---1068","Gabonese---1069","Gambian---1070","Georgian---1071","German---1072","Ghanaian---1073","Greek---1074","Grenadian---1075","Guatemalan---1076","Guinean---1078","Guyanese---1079","Haitian---1080","Israeli---1213","Honduran---1082","Hungarian---1083","Icelander---1085","Indian---1086","Kazakh---1097","Indonesian---1087","Iranian---1088","Korean---1214","Iraqi---1089","Irish---1090","Italian---1092","Ivorian---1093","Jamaican---1094","Japanese---1095","Jordanian---1096","Kenyan---1098","Kuwaiti---1100","Laotian---1102","Latvian---1103","Lebanese---1104","Liberian---1105","Libyan---1106","Liechtensteiner---1107","Lithuanian---1108","Malawian---1112","Malaysian---1113","Maldivan---1114","Malian---1115","Mauritanian---1118","Mexican---1120","Puerto Rican---1215","Moldovan---1122","Mongolian---1124","Moroccan---1125","Sammarinese---1157","Mozambican---1128","Namibian---1129","Nauruan---1130","Nepalese---1131","New Zealander---1133","Nicaraguan---1135","Nigerian---1136","North Korean---1138","Norwegian---1140","Omani---1141","Spaniard---1172","Pakistani---1142","Palestinian---1201","Paraguayan---1146","Peruvian---1147","Polish---1148","Portuguese---1149","Qatari---1150","Romanian---1151","Russian---1152","Rwandan---1153","Saint Lucian---1154","Samoan---1156","Sao Tomean---1158","Uzbek---1193","Saudi---1159","Scottish---1160","Senegalese---1161","Serbian---1162","Seychellois---1163","Yugoslavian---1202","Sierra Leonean---1164","Singaporean---1165","Slovakian---1166","Slovenian---1167","Somali---1169","South African---1170","South Korean---1171","Sri Lankan---1173","Sudanese---1174","Surinamer---1175","Swazi---1176","Swedish---1177","Swiss---1178","Syrian---1179","Taiwanese---1180","Tajik---1181","Tanzanian---1182","Thai---1183","Togolese---1184","Trinidadian or Tobagonian---1186","Tunisian---1187","Turkish---1188","Ugandan---1190","Ukrainian---1191","Uruguayan---1192","Venezuelan---1194","Vietnamese---1195","Welsh---1196","Yemenite---1198","Zambian---1199"],"type":["null","string"],"title":"Nationality","maxLength":120},"ZCAMPAIGNID":{"type":["null","string"],"title":"ZCAMPAIGNID","maxLength":19},"AdGroup_Name":{"type":["null","string"],"title":"AdGroup Name","maxLength":250},"Created_Time":{"type":["null","string"],"title":"Created Time","format":"date-time","maxLength":120},"Days_Visited":{"type":["null","integer"],"title":"Days Visited"},"Is_Preferred":{"type":["null","boolean"],"title":"Is Preferred"},"Lost_Reasons":{"type":"array","items":{"enum":[null,"Sum Insured Low","Car Sold","Too early to renew","Car Make/Model not present","Asked for agency plan","Expensive Plan","Deductible - High","No response from lead","Competitor - BEEMA","Customer wants cash payment","Competitor - YALLACOMPARE","Competitor - INSURANCEMARKET","Competitor - POLICYBAZAAR","Competitor - Other","Better benefits","Other"],"type":["null","string"]},"title":"Lost Reasons","minItems":1,"uniqueItems":true},"Ad_Click_Date":{"type":["null","string"],"title":"Ad Click Date","format":"date","maxLength":20},"Modified_Time":{"type":"string","format":"date-time"},"Visitor_Score":{"type":["null","string"],"title":"Visitor Score","maxLength":19,"airbyte_type":"big_integer"},"Cost_per_Click":{"type":["null","number"],"title":"Cost per Click","multipleOf":0.01},"Follow_up_Date":{"type":["null","string"],"title":"Follow-up Date","format":"date-time","maxLength":120},"High_Value_Car":{"type":["null","boolean"],"title":"High Value Car?"},"Negative_Score":{"type":["null","integer"],"title":"Leads Scoring Rule Negative Score"},"Positive_Score":{"type":["null","integer"],"title":"Leads Scoring Rule Positive Score"},"Number_Of_Chats":{"type":["null","integer"],"title":"Number Of Chats"},"Ad_Campaign_Name":{"type":["null","string"],"title":"Ad Campaign Name","maxLength":250},"Alternate_Mobile":{"type":["null","string"],"title":"Alternate Mobile","maxLength":30},"First_Visited_URL":{"type":["null","string"],"title":"First Visited URL","format":"uri","maxLength":3000},"Is_AWNIC_Customer":{"type":["null","boolean"],"title":"Is AWNIC Customer"},"Last_Visited_Time":{"type":["null","string"],"title":"Last Visited Time","format":"date-time","maxLength":120},"Product_Preferred":{"enum":[null,"-None-","Comprehensive","Third Party","Unavailable"],"type":["null","string"],"title":"Product Preferred","maxLength":120},"Touch_Point_Score":{"type":["null","integer"],"title":"Leads Scoring Rule Touch Point Score"},"Unsubscribed_Mode":{"enum":[null,"Consent form","Manual","Unsubscribe link","Zoho campaigns"],"type":["null","string"],"title":"Unsubscribed Mode","maxLength":120},"Unsubscribed_Time":{"type":["null","string"],"title":"Unsubscribed Time","format":"date-time","maxLength":120},"First_Visited_Time":{"type":["null","string"],"title":"First Visited Time","format":"date-time","maxLength":120},"Last_Activity_Time":{"type":["null","string"],"title":"Last Activity Time","format":"date-time","maxLength":120},"Cost_per_Conversion":{"type":["null","number"],"title":"Cost per Conversion","multipleOf":0.01},"Conversion_Exported_On":{"type":["null","string"],"title":"Conversion Exported On","format":"date-time","maxLength":120},"Search_Partner_Network":{"enum":[null,"Google search","Search partners","Display Network"],"type":["null","string"],"title":"Search Partner Network","maxLength":120},"Conversion_Export_Status":{"enum":[null,"-None-","Success","Failure","NA - Invalid","Not started"],"type":["null","string"],"title":"Conversion Export Status","maxLength":120},"Average_Time_Spent_Minutes":{"type":["null","number"],"title":"Average Time Spent (Minutes)","multipleOf":0.01},"Negative_Touch_Point_Score":{"type":["null","integer"],"title":"Leads Scoring Rule Negative Touch Point Score"},"Positive_Touch_Point_Score":{"type":["null","integer"],"title":"Leads Scoring Rule Positive Touch Point Score"},"Reason_for_Conversion_Failure":{"enum":[null,"-None-","INVALID_CONVERSION_TYPE","UNPARSEABLE_GCLID","CONVERSION_PRECEDES_CLICK","FUTURE_CONVERSION_TIME","EXPIRED_CLICK","UNKNOWN","TOO_RECENT_CLICK","CLICK_MISSING_CONVERSION_LABEL"],"type":["null","string"],"title":"Reason for Conversion Failure","maxLength":120}},"description":"Leads","additionalProperties":true},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[Modified_Time],sourceDefinedPrimaryKey=[[id]],namespace=<null>,additionalProperties={}],syncMode=full_refresh,cursorField=[Modified_Time],destinationSyncMode=overwrite,primaryKey=[[id]],additionalProperties={}]],additionalProperties={}],failures=[]]
2022-07-01 09:56:52 INFO i.a.w.t.TemporalUtils(withBackgroundHeartbeat):291 - Stopping temporal heartbeating...

Steps to Reproduce

  1. Setup Zoho CRM connector
  2. See if the data is pulled
marcosmarxm commented 1 year ago

I'm closing because missing connector version and doesn't have complete log file. @rohitkhatri please open a new issue and use template and upload complete log file.