C4_W1_Assignment misprint

There is a misprint in C4_W1_Assignment.ipynb, 3.2.5

* Replace `Replace customers.customerNumber with:` with `{{ dbt_utils.generate_surrogate_key(['customers.customerNumber']) }}`.

Should be:

  • Replace customers.customerNumber with {{ dbt_utils.generate_surrogate_key(['customers.customerNumber']) }}.

Thanks @Konstantin I reported this typo as well. Thank you!

1 Like