I am having an error submitting the assignment for week 3. It is giving me init() got an unexpected keyword argument ‘instance_name’
Please click my name and message your notebook as an attachment.
Please refresh your workspace and see if the first step looks like this:
# Use ImportSchemaGen to put the curated schema to ML Metadata
user_schema_importer = None
Your notebook contains this:
# Use an ImporterNode to put the curated schema to ML Metadata
user_schema_importer =
There’s no instance_name
argument in ImporterNode.__init__
Thanks a lot. I already solved it