mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: fix extra insert for count on dataset creation (#24625)
(cherry picked from commit e6e8276a20)
This commit is contained in:
committed by
Michael S. Molina
parent
2bd9ca3c94
commit
846d3c03aa
@@ -52,7 +52,7 @@ def _prophet_fit_and_predict( # pylint: disable=too-many-arguments
|
||||
Fit a prophet model and return a DataFrame with predicted results.
|
||||
"""
|
||||
try:
|
||||
# pylint: disable=import-error,import-outside-toplevel
|
||||
# pylint: disable=import-outside-toplevel
|
||||
from prophet import Prophet
|
||||
|
||||
prophet_logger = logging.getLogger("prophet.plot")
|
||||
|
||||
Reference in New Issue
Block a user