mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Update configuring-superset.mdx (#18819)
Fixes typo dateime -> datetime
This commit is contained in:
@@ -285,7 +285,7 @@ change and define a grace period end date (exclusive of course) after which all
|
||||
to the [start, end) interval.
|
||||
|
||||
```python
|
||||
from dateime import date
|
||||
from datetime import date
|
||||
|
||||
SIP_15_ENABLED = True
|
||||
SIP_15_GRACE_PERIOD_END = date(<YYYY>, <MM>, <DD>)
|
||||
|
||||
Reference in New Issue
Block a user