mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: improve analytics (#11714)
* chore: improve analytics * lint * log more events, add note in UPDATING.md * handling base class * more events\! * get ref through * right before @expose * fix context * touchups
This commit is contained in:
committed by
GitHub
parent
9215a31fa2
commit
0504cf1a00
@@ -715,6 +715,9 @@ class Log(Model): # pylint: disable=too-few-public-methods
|
||||
dttm = Column(DateTime, default=datetime.utcnow)
|
||||
duration_ms = Column(Integer)
|
||||
referrer = Column(String(1024))
|
||||
path = Column(String(256))
|
||||
path_no_int = Column(String(256))
|
||||
ref = Column(String(256))
|
||||
|
||||
|
||||
class FavStarClassName(str, Enum):
|
||||
|
||||
Reference in New Issue
Block a user