betodealmeida commented on a change in pull request #13444:
URL: https://github.com/apache/superset/pull/13444#discussion_r587704058
##########
File path: superset/dashboards/commands/importers/v0.py
##########
@@ -317,7 +317,10 @@ class ImportDashboardsCommand(BaseCommand):
in Superset.
"""
- def __init__(self, contents: Dict[str, str], database_id: Optional[int] =
None):
+ # pylint: disable=unused-argument
+ def __init__(
+ self, contents: Dict[str, str], database_id: Optional[int] = None,
**kwargs: Any
Review comment:
@dpgaspar, the spec is up-to-date in `api.py`:
https://github.com/apache/superset/pull/13444/files#diff-f6a877e9c3a368e3c41256960e6bddff588b7d26f5ad750d5378f2fd65722508R761-R767
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]