mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
chore: organize SQL parsing files (#30258)
This commit is contained in:
@@ -108,9 +108,8 @@ def cache_dashboard_thumbnail(
|
||||
)
|
||||
|
||||
|
||||
# pylint: disable=too-many-arguments
|
||||
@celery_app.task(name="cache_dashboard_screenshot", soft_time_limit=300)
|
||||
def cache_dashboard_screenshot(
|
||||
def cache_dashboard_screenshot( # pylint: disable=too-many-arguments
|
||||
username: str,
|
||||
dashboard_id: int,
|
||||
dashboard_url: str,
|
||||
|
||||
Reference in New Issue
Block a user