mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Fix USA's state geojson for 'Country Map' visualization (#4121)
* Fix USA's state geojson for 'Country Map' visualization Turns out the ISO codes were missing from the geojson file, this adds it and uses human-readable indents. * using proper ISO codes * Linting New linting rules started applying, I'm guessing a new version of pylint?
This commit is contained in:
committed by
GitHub
parent
e498f2fcb6
commit
37205099db
@@ -240,7 +240,7 @@ def execute_sql(
|
||||
limit=query.limit,
|
||||
schema=database.force_ctas_schema,
|
||||
show_cols=False,
|
||||
latest_partition=False, ))
|
||||
latest_partition=False))
|
||||
query.end_time = utils.now_as_float()
|
||||
session.merge(query)
|
||||
session.flush()
|
||||
|
||||
Reference in New Issue
Block a user