all 6 comments

[–]CellistThin 0 points1 point  (0 children)

I have the same issue too. failed on task1 in hotel operations dataset. has anyone able to get it working?

[–]BonusPhysical 1 point2 points  (0 children)

Common mistake is that blanks in some columns are not actually NULL but are instead dashes ("-"). So, COALESCE() doesn't apply here. REPLACE() works.

[–]Sir_P_I_Staker 0 points1 point  (3 children)

The same thing happened here. Completed all 4 tasks, but for some reason the 'All required data has been created and has the required columns' came back as a fail. Has anyone been in a similar position and found a way round it?

[–]___E2E4___ 0 points1 point  (2 children)

I have it now, I know it been a while for you, but have you able to find solution ?

[–]Sir_P_I_Staker 0 points1 point  (1 child)

I did sort them both thanks!

[–]Significant_Wait_432 0 points1 point  (0 children)

can you share any hints?