data integration specialist superbadge challenge 5

I am stuck on creating the test class for the challenge 4 in a propper way. On to the next error LOL, Hi All,I am having a really hard time with Step 6. Thanks Ill have to put this in two post. Either the node didn't find any matches, or a join key contains only null values.Add Agency Fields augment Less than 1 second success 1,384 0 1,384 0Filter 2015 filter Less than 1 second success 31,200 0 0 0ID Agency Records computeExpression Less than 1 second success 1,384 0 1,384 0Temp Class computeExpression Less than 1 second success 0 0 0 0Filter Agency Records filter Less than 1 second success 1,384 0 383 0Augment TempClass augment Less than 1 second warning 0 0 0 0optimize-Create Seed Bank Agencies optimizer Less than 1 second success 0 0 0 0Create Seed Bank Agencies sfdcRegister 40 seconds success 0 0 0 0. Either the node didn't find any matches, or a join key contains only null values.I believe it is because of this warning I cannot complete Step #6 because I am getting the following:Challenge Not yet complete here's what's wrong:We can't find the 'Create Seed Bank Agencies' node or required fields, such as 'TempClass', are missing. Here is my JSON:{ "Add Temp Class": { "action": "computeExpression", "parameters": { "source": "Define Temp Range", "mergeWithSource": true, "computedFields": [ { "name": "TempClass", "saqlExpression": "case when LowTemp < 25 and HighTemp < 25 then \"Polar\"\nwhen LowTemp >= 25 and HighTemp <= 50 then \"Cool\"\nwhen LowTemp >= 51 and HighTemp <= 85 then \"Continental\"\nwhen LowTemp >= 85 then \"Tropical\" end", "label": "TempClass", "type": "Numeric" } ] } }, "Calculate Acreage": { "action": "computeExpression", "parameters": { "source": "Load Seed Chart", "mergeWithSource": true, "computedFields": [ { "precision": 18, "saqlExpression": "(Seeds_Pound*Spacing)/6272640 ", "name": "Acreage", "scale": 6, "label": "Acreage", "type": "Numeric" } ] } }, "Create Seed Bank": { "action": "sfdcRegister", "parameters": { "name": "Seed Bank", "alias": "seed_bank", "source": "CleanUp" } }, "Load Seed Chart": { "action": "edgemart", "parameters": { "alias": "Seed_Chart" } }, "Augment Temp Class": { "action": "augment", "parameters": { "right_key": [ "TempClass" ], "left": "Add Temp Class", "left_key": [ "TempClass" ], "right_select": [ "TempClass", "TempKey" ], "right": "Load Temp Class Mapping", "relationship": "Climate", "operation": "LookupSingleValue" } }, "Load Temp Class Mapping": { "action": "edgemart", "parameters": { "alias": "Temperature_Classes_Mapping" } }, "CleanUp": { "action": "sliceDataset", "parameters": { "mode": "drop", "source": "Augment Temp Class", "fields": [ { "name": "HighTemp" }, { "name": "LowTemp" }, { "name": "Climate.TempClass" }, { "name": "Climate.TempKey" }, { "name": "TempClass" } ] } }, "Define Temp Range": { "action": "computeExpression", "parameters": { "source": "Calculate Acreage", "mergeWithSource": true, "computedFields": [ { "defaultValue": "0", "saqlExpression": "string_to_number(substr(Temperature, 1, 2))\n\n", "name": "LowTemp", "label": "LowTemp", "type": "Numeric" }, { "name": "HighTemp", "saqlExpression": "string_to_number(substr(Temperature, -2, 2))", "label": "HighTemp", "type": "Numeric" } ] } }}, I am so lost on step 6. @Shruthi, did you got the issue fixed? Alias - is incorrect. Check the challenge and confirm the node name and required fields.I'm checking the Dataflow Alias: Seed Bank Name: Seed_Bank and seems ok to me, but i guess i'm wrong in a way i don't understand. Anyway, sorry for bothering. Please support me on Patreon: https://www.patreon.com/roelvandepaarWith thanks \u0026 praise to God, and with thanks to the many people who have made this project possible! mistake was for the case statement I had an upper case "C" in Case (which is how its always done in VC++ and VB, Glad you figured it out! That is against Trailhead's terms of use. Copyright 2000-2022 Salesforce, Inc. All rights reserved. I'm happy to look at what you have and make suggestions. thanks a lot. Hi Rebecca,in #6 for building Seed Bank Temp Class lens, they mentioned the dataset as " Seed Bank" but from the zip i do not see any flat file with that name, i could see only seed chart and seed bank orders please let me know which file i need to upload for dataset? The ProjectTrigger does not appear to be calling 'BillingCalloutService.callBillingService ()' and passing in the collection of old and new records. 5. Check the required fields, field types, node name, and alias are correct. Learn more about bidirectional Unicode characters. Challenge 6: Test scheduling logic. },"Augment TempClass": {"action": "augment","parameters": {"left": "Load Seed Bank Agencies","right": "Add Temp Class","relationship": "Climate","operation": "LookupSingleValue","left_key": ["ShippingCountry"],"right_key": ["Country"],"right_select": ["TempClass"This is not correct. Hello,Step 6 :When running my My Load Seed Bank Agencies w/Climate Dataflow in the Monitor, this warning message appears : The dataflow was completed, but the Augment TempClass node didn't augment any columns. thank you for the light, tried the below ways nothing worked "Create Seed Bank": { "action": "sfdcRegister", "parameters": { "name": "Seed Bank", "alias": "Seed_Bank", "source": "Calculate Acreage" } }, "Create Seed Bank": { "action": "sfdcRegister", "parameters": { "name": "seed bank", "alias": "seed_bank", "source": "Calculate Acreage" } }. thanks.~. * Email Alerts I needed the Email Alerts set up before I could create either the process or the approval. Data integration specialist superbadge solution. I am the Trailhead Baby! when i validate my step 6, i checked with existing suggestion via above posts i have corrected alias name and left key and right key for same name nothing worked and struck with from some now, please let me know what else i am missing !thankskiran. I made it through all of the tempkey/temp class definitions, and everything appears to run fine but when I go to check the step in trailhead I get this "We can't validate the 'Create Seed Bank Agencies' node was created correctly" error. :). Either the node didn't find any matches, or a join key contains only null values. Import the Agency Data.txt file into the Account object in your CRM Analytics Developer Edition org. Hi Trailhead Baby,Please help me. I solved this by putting the opportunity record and project record into separate list and performing DML on the list. Thanks! },"CleanUp": {"action": "sliceDataset","parameters": {"mode": "drop","source": "Augment Temp Class","fields": [{"name": "TempClass"},{"name": "TempKey"},{"name": "Climate.lowtemp"},{"name": "Climate.hightemp"}this is incorrect. You're on your own! Can you please post your JSON for the dataflow or at least the Define Temp Range and Add Temp Class nodes? I didn't dig any further once I saw the AccountNumber issue. I have the same nodes as you. 'Load Seed Bank Agencies w/Climate Data'{ "Add Temp Class": { "action": "computeExpression", "parameters": { "source": "Filter 2015", "mergeWithSource": true, "computedFields": [ { "defaultValue": "Continental", "name": "TempClass", "saqlExpression": "case when Temperature < 25 then \"Polar\" when Temperature >= 25 and Temperature <= 50 then \"Cool\" when Temperature >= 51 and Temperature <= 85 then \"Continental\" when Temperature > 85 then \"Tropical\" end", "label": "TempClass", "type": "Text" } ] } }, "Filter Agency Records": { "action": "filter", "parameters": { "filter": "IsAgency:EQ:TRUE", "source": "ID Agency Records" } }, "Load Account": { "action": "sfdcDigest", "parameters": { "fields": [ { "name": "AccountNumber" }, { "name": "Name" }, { "name": "ShippingCity" }, { "name": "ShippingCountry" }, { "name": "ShippingPostalCode" }, { "name": "ShippingState" }, { "name": "ShippingStreet" }, { "name": "Phone" } ], "object": "Account" } }, "Create Seed Bank Agencies": { "action": "sfdcRegister", "parameters": { "name": "Seed Bank Agencies", "alias": "seed_bank_agencies", "source": "Augment TempClass" } }, "Load Climate": { "action": "edgemart", "parameters": { "alias": "Global_Climates" } }, "Add Agency Fields": { "action": "augment", "parameters": { "right_key": [ "AccountNumber" ], "left": "Load Account", "left_key": [ "AccountNumber" ], "right_select": [ "Acres", "Currency", "Latitude", "Longitude", "Region", "SubRegion" ], "right": "Load Agency Detail", "relationship": "AgencyDetail", "operation": "LookupSingleValue" } }, "Filter 2015": { "action": "filter", "parameters": { "filter": "Date_Year:R:2015", "source": "Load Climate" } }, "Augment TempClass": { "action": "augment", "parameters": { "right_key": [ "Country" ], "left": "Filter Agency Records", "left_key": [ "ShippingCountry" ], "right_select": [ "TempClass" ], "right": "Add Temp Class", "relationship": "Climate", "operation": "LookupSingleValue" } }, "Load Agency Detail": { "action": "edgemart", "parameters": { "alias": "Agency_Detail" } }, "ID Agency Records": { "action": "computeExpression", "parameters": { "source": "Add Agency Fields", "mergeWithSource": true, "computedFields": [ { "name": "IsAgency", "saqlExpression": "case when Phone is not null then \"TRUE\"else \"FALSE\" end", "label": "IsAgency", "type": "Text" } ] } }}Close. So close! Thanks! I think I have the correct dataflow "Load Seed Bank Agencies w/Climate Data" What could it be? please help, I have tried everything but getting the same error since 3 days now - Challenge Not yet complete here's what's wrong:We can't validate the 'Create Seed Bank Agencies' node was created correctly. )https://developer.salesforce.com/forums/?id=9060G0000005d3yQAA ---> This thread was very heplful! I guess I am glad I am not the only one? Hi ,i am getting " The dataflow was completed, but the LookupSingleValue node didn't augment any columns. I am stuck at Challenge 6,7 . "Create Seed Bank": {"action": "sfdcRegister","parameters": {"name": "Seed Bank Agencies","alias": "seed_bank_agencies","source": "CleanUp"- You need a different name and alias. Please check your work.Many thanks. Tonight's challenge involves the creation of two processes. We can't find the Seed Bank dataset or required fields are missing. No Even after that it is not working it says We can't find the 'Load Seed Chart' node in the dataflow. wrong data? . Ask Question Asked 1 year, 3 months ago. let me know what i am missing here. Various trademarks held by their respective owners. Please support me on Patreon: https://www.patreon.com/roelvandepaarWith thanks & pra. Step 6 is tricky! There is not a field named Acreage in the zip file - It is a field you create by calculation within the data flow. i have completed my step 7 already but could not proceed because of step 6 issues. { "Load Seed Chart": { "action": "edgemart", "parameters": { "alias": "Seed_Chart" } }, "Calculate Acerage": { "action": "computeExpression", "parameters": { "source": "Load Seed Chart", "mergeWithSource": true, "computedFields": [ { "precision": 18, "name": "Acreage", "saqlExpression": "(Seeds_Pound*Spacing)/6272640", "scale": 6, "label": "Acreage", "type": "Numeric" } ] } }, "Create Seed Bank": { "action": "sfdcRegister", "parameters": { "name": "Seed Bank", "alias": "Seed_Bank", "source": "Calculate Acerage" } }}It will be helpful for me if someone tells me why I am getting this. Check the challenge and confirm the node name and required fields.I have deleted and recreated the dataset and the dataflow; no luck.Thanks!Karen. Challenge 4: Test automation logic. The superbadge is specially designed for learning and testing integrations between different systems. Salesforce: Trailhead : Data Integration Specialist Challenge 5Helpful? OMG - I finally passed step #6.I totally redid the Load Seed Bank w/Climate and Load Seed Bank w/Temperature after I had to break down and have a Coke Zero after 3 yearslol.I also reloaded the datasets, etc.I have the final JSON if you want itThanks again. Search for an answer or ask a question of the zone or Customer Support. Hint - The TempClass formula is different for each of the dataflows. Getting the below error:Challenge Not yet complete here's what's wrong:We can't validate the 'Create Seed Bank Agencies' node was created correctly. Can you please let me know what was the root cause? I've added at the right select AccountNumber at Add Agency Fields and propagated, but still it isn't work.. this is blowing my mind! What I did wrong? I actually deleted the dataflow and recreated it, too. Check the required fields, field types, node name, and alias are correct.Posting json in 2 parts{ "Add Temp Class": { "action": "computeExpression", "parameters": { "source": "Filter 2015", "mergeWithSource": true, "computedFields": [ { "defaultValue": "Continental", "name": "TempClass", "saqlExpression": "case when Temperature < 25 then \"Polar\" when Temperature >= 25 and Temperature <= 50 then \"Cool\" when Temperature >= 51 and Temperature <= 85 then \"Continental\" when Temperature > 85 then \"Tropical\" end", "label": "TempClass", "type": "Text" } ] } }, "Filter Agency Records": { "action": "filter", "parameters": { "filter": "IsAgency:EQ:TRUE", "source": "ID Agency Records" } }, "Load Account": { "action": "sfdcDigest", "parameters": { "fields": [ { "name": "AccountNumber" }, { "name": "Name" }, { "name": "Phone" }, { "name": "ShippingCity" }, { "name": "ShippingCountry" }, { "name": "ShippingPostalCode" }, { "name": "ShippingState" }, { "name": "ShippingStreet" } ], "object": "Account" } }, "Augment Temp Class": { "action": "augment", "parameters": { "right_key": [ "Country" ], "left": "Filter Agency Records", "left_key": [ "ShippingCountry" ], "right_select": [ "Country", "Date", "Temperature", "TempClass" ], "right": "Add Temp Class", "relationship": "Climate", "operation": "LookupSingleValue" } }, "Create Seed Bank Agencies": { "action": "sfdcRegister", "parameters": { "name": "Seed Bank Agencies", "alias": "seed_bank_agencies", "source": "Augment Temp Class" } }, "Load Climate": { "action": "edgemart", "parameters": { "alias": "Global_Climates" } }, "Add Agency Fields": { "action": "augment", "parameters": { "right_key": [ "AccountNumber" ], "left": "Load Account", "left_key": [ "AccountNumber" ], "right_select": [ "Currency", "Acres", "Latitude", "Longitude", "Region", "SubRegion" ], "right": "Load Agency Detail", "relationship": "AgencyDetail", "operation": "LookupSingleValue" } }, "Filter 2015": { "action": "filter", "parameters": { "filter": "Date_Year:EQ:2015", "source": "Load Climate" } }, "Load Agency Detail": { "action": "edgemart", "parameters": { "alias": "Agency_Detail" } }, "ID Agency Records": { "action": "computeExpression", "parameters": { "source": "Add Agency Fields", "mergeWithSource": true, "computedFields": [ { "name": "IsAgency", "saqlExpression": "case when Phone is not null then \"TRUE\" else \"FALSE\" end\n", "label": "IsAgency", "type": "Text" } ] } }}, "Add Agency Fields": {"action": "augment","parameters": {"right_key": ["AccountNumber"],"left": "Load Account","left_key": ["AccountNumber"],"right_select": ["Currency","Acres","Latitude","Longitude","Region","SubRegion"Missing something here. The free lemonade offer worked! Step-2:- Then go to Setup-->Remote Site Settings-->New Remote Site. I am getting this error from step 4 Challenge Not yet complete here's what's wrong:We can't find the 'Load Seed Chart' node in the dataflow. The dataset is created by the dataflow that you create. Either the node didn't find any matches, or a join key contains only null values. Hi Rebecca,in Step 4 , i am getting this error :: "We can't find the Acreage field. (02K7R000000pt8bUAA_03C7R000004QOLfUAO)I send the Json of this nodeNode Name Augment TempClassLeft Source["Filter Agency Records"]Left Key["ShippingCountry"]RelationshipClimateRight Source["Add Temp Class"]Right Key["Country"]Right Fields["TempClass","Country","Date","Temperature"]OperationLook Up Single ValueThanks in advance for your help, HI while trying to complete Determine Optimal Climates challenge Any Idea why am getting this Error "There was an unhandled exception. I would show the attempts but reddit wont allow for screenshots. Trademarks are property of their respective owners. Name capitalized, alias not capitalized. I am not able to find out where i missed.If anyone knows please help me.Challenge Not yet complete here's what's wrong:We can't find the Acreage field. Getting below error. Key value should be the same. Load Seed Bank w/ Temperature Classification, This afternoon, I added a genius wig in an attempt to look a little older and more experienced. You signed in with another tab or window. Hi Mithilesh, Can you please tell me what was the mistake you were doing because even i followed the same steps and i am still facing the error. R&D, A project with Daddy: My favorite daily process! The Heroku app registers the username with the Connected App's consumer key and consumer secret in the Square Peg registry and returns a security token. I couldn't get through challenge 3 because I changed them to dimensions, and then now I had to change them back! "{ "Add Temp Class": { "action": "computeExpression", "parameters": { "source": "Define Temp Range", "mergeWithSource": true, "computedFields": [ { "defaultValue": "Continental", "name": "TempClass", "saqlExpression": "\"case when Temperature < 25 then \\\"Polar\\\" when Temperature >= 25 and Temperature <= 50 then \\\"Cool\\\" when Temperature >= 51 and Temperature <= 85 then \\\"Continental\\\" when Temperature > 85 then \\\"Tropical\\\" end\"", "label": "TempClass", "type": "Text" } ] } }, "Calculate Acreage": { "action": "computeExpression", "parameters": { "source": "Load Seed Chart", "mergeWithSource": true, "computedFields": [ { "precision": 18, "name": "Acreage", "saqlExpression": "(Seeds_Pound*Spacing)/6272640", "scale": 6, "label": "Acreage", "type": "Numeric" } ] } }, "Create Seed Bank": { "action": "sfdcRegister", "parameters": { "name": "Seed Bank Agencies", "alias": "seed_bank_agencies", "source": "CleanUp" } }, "Load Seed Chart": { "action": "edgemart", "parameters": { "alias": "Seed_Chart" } }, "Augment Temp Class": { "action": "augment", "parameters": { "right_key": [ "TempClass" ], "left": "Add Temp Class", "left_key": [ "TempClass" ], "right_select": [ "TempKey", "TempClass" ], "right": "Load Temp Class Mapping", "relationship": "Climate", "operation": "LookupSingleValue" } }, i am posting remaining half in another comment due to html limit error. January 25, 2022 Data Integration Specialist Superbadge || Solutions || Easy Steps||All Challenges (1-10) Data Integration Specialist Challenge 1- (Quiz:Credential Security) :- Ans:-All of the above. { "Calculate Acreage": { "action": "computeExpression", "parameters": { "source": "Load Seed Chart", "mergeWithSource": true, "computedFields": [ { "name": "Acreage", "saqlExpression": "(Seeds_Pound*Spacing)/6272640", "label": "Acreage", "type": "Numeric", "precision": 18, "scale": 6 } ] } }, "Create Seed Bank": { "action": "sfdcRegister", "parameters": { "name": "Seed_Bank", "alias": "Seed Bank", "source": "Calculate Acreage" } }, "Load Seed Chart": { "action": "edgemart", "parameters": { "alias": "Seed_Chart" } }}do i need to delete the flat file and need to upload with seed_bank as the api name? "left_key": ["TempKey"],"right_key": ["TempClass"I think this is the issue. Hi,Can you please let me know the correct values of both lens. oops i got it solved. ok, I got through the other errors. Salesforce Data Analytics let us help you become a data driven organization and ensure your data is working hard for your business, This includes implementionSalesforce consulting companiesSalesforce ServicesStaff augmentation companiesSalesforce integration companiesSalesforce Implementation servicesSalesforce Health CheckSalesforce DevOpsManaged project services. "Add Temp Class": { "action": "computeExpression", "parameters": { "source": "Filter 2015", "mergeWithSource": true, "computedFields": [ { "defaultValue": "Continental", "name": "TempClass", "saqlExpression": "case when Temperature < 25 then \"Polar\" when Temperature >= 25 and Temperature <= 50 then \"Cool\" when Temperature >= 51 and Temperature <= 85 then \"Continental\" when Temperature > 85 then \"Tropical\" end", "label": "TempClass", "type": "Text" } ] } }, "Filter Agency Records": { "action": "filter", "parameters": { "filter": "IsAgency:EQ:TRUE", "source": "ID Agency Records" } }, "Load Account": { "action": "sfdcDigest", "parameters": { "fields": [ { "name": "AccountNumber" }, { "name": "Name" }, { "name": "Phone" }, { "name": "ShippingCity" }, { "name": "ShippingCountry" }, { "name": "ShippingPostalCode" }, { "name": "ShippingState" }, { "name": "ShippingStreet" } ], "object": "Account" } }, "Create Seed Bank Agencies": { "action": "sfdcRegister", "parameters": { "name": "Seed Bank Agencies", "alias": "seed_bank_agencies", "source": "Augment TempClass" } }, "Load Climate": { "action": "edgemart", "parameters": { "alias": "Global_Climates" } }, "Add Agency Fields": { "action": "augment", "parameters": { "right_key": [ "AccountNumber" ], "left": "Load Account", "left_key": [ "AccountNumber" ], "right_select": [ "Acres", "Currency", "Latitude", "Longitude", "Region", "SubRegion" ], "right": "Load Agency Detail", "relationship": "AgencyDetail", "operation": "LookupSingleValue" } }. Are this numbers correct?Thanks, Antonio. This would take away from the purpose of the superbadge. I have the same nodes as you, but I dont understand how you are supposed to multi join or the two nodes before that. ), Hi Steve - How did you fix the "We can't confirm these are the correct values in the lens. Thank you so much Rebeca, My step 6 is resolved finally today. | Content (except music \u0026 images) licensed under CC BY-SA https://meta.stackexchange.com/help/licensing | Music: https://www.bensound.com/licensing | Images: https://stocksnap.io/license \u0026 others | With thanks to user TSmith (salesforce.stackexchange.com/users/30493), user John Mutuma (salesforce.stackexchange.com/users/68710), user Daniel Deepak (salesforce.stackexchange.com/users/73968), and the Stack Exchange Network (salesforce.stackexchange.com/questions/300749). Any insight you may be able to provide would be great.

Watts Pure Water 2915145 Rev 1340, Are Ponchos Cultural Appropriation, Articles D

data integration specialist superbadge challenge 5

data integration specialist superbadge challenge 5

en_USEnglish