CSVExampleGen - C2W3

Team I am trying to submit my assignment C2W3 and getting below error.

There was a problem compiling the code from your notebook. Details:
name ‘CsvExampleGen’ is not defined

Codes runs without errors in the notebook but when I submit getting the above error.

Can you please help ?

This sounds like a python error where a symbol is used before it’s imported.
Please be sure to use the full reference to CsvExampleGen starting from tfx.
Do note that this is an advanced specialization which assumes knowledge of python.