betodealmeida commented on code in PR #24596:
URL: https://github.com/apache/superset/pull/24596#discussion_r1253796310


##########
superset/tags/models.py:
##########
@@ -100,6 +101,17 @@ class TaggedObject(Model, AuditMixinNullable):
     tag = relationship("Tag", back_populates="objects", overlaps="tags")
 
 
+# create a `Model` class that create a relationship between `Tag` and `User` 
tables`

Review Comment:
   Let's convert this comment into the class docstring.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to