Home › Forums › KX Academy › i cant load th db on fundamentals project
-
i cant load th db on fundamentals project
Posted by Juanse on December 2, 2024 at 7:41 pmdbPath: “/home/jovyan/fundamentals_capstone_dbs/”
\l dbPath
Juanse replied 3 days, 21 hours ago 3 Members · 17 Replies -
17 Replies
-
fix : system “l “,getenv[`HOME],”/fundamentals_capstone_dbs/”
-
its frustrating i tried several times to resolve , a while ago was working i tried to load how it says on project.md by the way the block of code to write doesnt allow to write just scratchpad , and gives me type: mismatched types @megan_mcp
-
-
i did it again and it worked fine , also can you provide me an example for writing tests because i tried but i got sintax error and 0b
-
Hi @Juanse ,
To preform a test, complete the exercises as normal, then when you want to test a function:
1. Right click on the Function.test file so in this case it would be “showTableSummary.quke” -> Code -> Run Tests
It will tell you if the tests have passed. Keep in mind you do not have to add anything to the tests!!
Example below :
- This reply was modified 2 weeks, 3 days ago by megan_mcp.
-
-
-
-
resolved , i had to access on storage by date , thank you! if i have more questions ill let you know
-
@Juanse I have rerun the setup script again for you, see below steps, navigate to directory on Termnial, run setup.sh and then relaunch Developer from Launcher window.
I am not sure of the cause of the error, perhaps something you are running is triggering it but this fix should unblock you at least.
-
Log in to reply.