C2W3 assignment issue

In the exercise 7 when run the cell it gives this error


TypeError Traceback (most recent call last)
in
255
256 # Use an ImporterNode to put the curated schema to ML Metadata
→ 257 user_schema_importer = ImporterNode(
258 instance_name=‘import_user_schema’,
259 source_uri=UPDATED_SCHEMA_DIR,

/opt/conda/lib/python3.8/site-packages/tfx/utils/deprecation_utils.py in init(self, *args, **kwargs)
145 f’From {call_loc}: The name {deprecated_name} is deprecated. ’
146 f’Please use {name} instead.')
→ 147 super().init(*args, **kwargs)
148
149 return _NewDeprecatedClass

TypeError: init() got an unexpected keyword argument ‘instance_name’

Please make use of ImportSchemaGen.

Thank you for your help

But I found it helpful

Did you read the markdown for the exercise?

yes, could you tell me your hint