You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running superset jobs, this warning keeps popping up: 'FLASK_ENV' is deprecated and will not be used in Flask 2.3. Use 'FLASK_DEBUG' instead.
Let's use FLASK_DEBUG for deployments and jobs.
The text was updated successfully, but these errors were encountered:
When running superset jobs, this warning keeps popping up:
'FLASK_ENV' is deprecated and will not be used in Flask 2.3. Use 'FLASK_DEBUG' instead.
Let's use
FLASK_DEBUG
for deployments and jobs.The text was updated successfully, but these errors were encountered: