michael-s-molina commented on a change in pull request #18576:
URL: https://github.com/apache/superset/pull/18576#discussion_r802631890
##########
File path: superset/explore/form_data/commands/create.py
##########
@@ -49,6 +53,7 @@ def run(self) -> str:
"form_data": form_data,
}
cache_manager.explore_form_data_cache.set(key, state)
+ cache_manager.explore_form_data_cache.set(contextual_key, key)
return key
except SQLAlchemyError as ex:
Review comment:
The `check_access` function can emit SQLAlchemy errors from different
functions. I'm just catching here to unify the exception type.
--
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]