mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: support databend for superset (#23308)
This commit is contained in:
1
setup.py
1
setup.py
@@ -50,7 +50,6 @@ VERSION_INFO_FILE = os.path.join(BASE_DIR, "superset", "static", "version_info.j
|
||||
with open(VERSION_INFO_FILE, "w") as version_file:
|
||||
json.dump(version_info, version_file)
|
||||
|
||||
|
||||
setup(
|
||||
name="apache-superset",
|
||||
description="A modern, enterprise-ready business intelligence web application",
|
||||
|
||||
Reference in New Issue
Block a user