syedbarimanjan commented on code in PR #33364:
URL: https://github.com/apache/superset/pull/33364#discussion_r2080289533
##########
superset/viz.py:
##########
@@ -1532,7 +1532,31 @@ def get_data(self, df: pd.DataFrame) -> VizData:
slice_ids = self.form_data.get("deck_slices")
slices = db.session.query(Slice).filter(Slice.id.in_(slice_ids)).all()
+
+ features: dict[str, list[Any]] = {}
Review Comment:
@mistercrunch Thanks for the suggestion. I looked into it, and it seems that
this is not possible to be done in this pr as it would need a large refactor of
the deckgl plugin.
--
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]