I have been hitting type error when i tried to run .z.pg for exercise 6
Please help to check my .z.pg function in the replies below
Here is the result, when i had .z.pg running
quizItem success description error ----------------------------------------------------------------------- exercise3.2 Pass "check password col is updated" "" exercise3.3 Fail ".perm.users should exist on HDB process" "type" exercise3.4 Fail "define .z.pw on HDB process" "type" exercise3.4 Pass "give access to users with correct password" "" exercise3.4 Pass "give access to users with wrong password" "" exercise3.5 Fail "return first element of parse tree" "type" exercise3.5 Fail "return ! if given update query" "type" exercise3.6 Fail "define .z.pg on remote process" "type" exercise3.6 Fail "fiauser can run one function" "type" exercise3.6 Fail "fiauser cant run tables[]" "" exercise3.6 Fail "team members can run any function" "type"
If i have the .z.pg reset, my tables are working fine
quizItem success description error
------------------------------------------------------------------------
exercise3.2 Pass "check password col is updated" ""
exercise3.3 Pass ".perm.users should exist on HDB process" ""
exercise3.4 Pass "define .z.pw on HDB process" ""
exercise3.4 Pass "give access to users with correct password" ""
exercise3.4 Pass "give access to users with wrong password" ""
exercise3.5 Pass "return first element of parse tree" ""
exercise3.5 Pass "return ! if given update query" ""
exercise3.6 Fail "define .z.pg on remote process" ".z.pg"
exercise3.6 Pass "fiauser can run one function" ""
exercise3.6 Fail "fiauser cant run tables[]" ""
exercise3.6 Pass "team members can run any function" ""
This looks correct - you problem is more likely environmental as when I checked your instance the f1 database was missing, I rebooted and reloaded it and ran this code and 3.6 passes. Please DM me if you continue to have issues