semohr commented on code in PR #38343:
URL: https://github.com/apache/superset/pull/38343#discussion_r2883193223
##########
superset/commands/importers/v1/assets.py:
##########
@@ -87,7 +89,12 @@ def __init__(self, contents: dict[str, str], *args: Any,
**kwargs: Any):
# pylint: disable=too-many-locals
@staticmethod
- def _import(configs: dict[str, Any], sparse: bool = False) -> None: #
noqa: C901
+ def _import( # noqa: C901
+ configs: dict[str, Any],
Review Comment:
I dont think so :/ Just copied the same approach as used in the [dashboard
importer
command](https://github.com/apache/superset/blob/983b633972fde332921f63f28d04f8975f14459f/superset/commands/dashboard/importers/v1/__init__.py#L75).
--
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]