问题标签 [apache-superset]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 使用 Flask-Appbuilder 轮换 consumer_secret
有一个带有自定义的 Flask-Appbuilder 应用程序,SecurityManager
可以查找从浏览器获取的用户令牌。我们在应用程序启动时获取客户端凭据。直到凭证轮换为止,它都可以正常工作。
是否有一个扩展点,我可以在其中实现请求customer_id
和customer_secret
来自外部资源?
SecurityManager
执行:
config.py
:
solr - 有没有办法为 Superset 提供 apache Solr 后端?
我正在尝试从 Superset 连接到 Apache Solr 数据源。据我了解,Solr 是用 Java 编写的,而 Superset 是用 python 开发的,并且 SqlAlchemy 中没有 Solr 的方言。
python - 如何在 Apache Superset 中定义自定义指标?
我一直在工作中实现超集,到目前为止我很喜欢它。但是,我有这样一张桌子:
我想为每个名字定义一个新的指标,计算年轻的人数。我的数据在 MySQL 数据库中,我想对于一个人来说,我可以这样编写查询:
比如说,约翰的那一排。那么,我如何为整个表连续执行此操作?
python - 超集 export_datasources 不起作用
我想从 CLI 导出/导入数据源,我在超集上也看到了这个命令:
但是当我尝试使用export_datasources
它时,会出现以下错误:
我不明白如何修复它,也许我错过了一些配置(设置路径或我不知道)
python - REMOTE_USER 身份验证类型如何在 apache 超集中工作?
我一直在尝试使用我的 Login Rest API 而不是其他类型进行身份验证。如何做到这一点?REMOTE_USER 身份验证是正确的方法吗?如果是这样,我可以获得有关此的示例代码或文档吗?
阅读此处的文档,但由于我是 flask-appbuilder 和 python 的新手,所以不太了解。
apache-superset - 带有 URL 参数的 Apache Superset 仪表板过滤器
有没有办法传递 url 参数来过滤切片?有点像 http://localhost:8080/superset/dashboard/15/?tableColumnName=value
我在 tableColumnName 上有一个过滤器切片
mysql - Connecting a MySQL database to Apache Superset
I am trying to connect a MySQL database to Apache Superset but the following error is reported:
I am using MAMP with MySQL running locally on port 8889. I am trying to connect database apache_superset
using the credentials of user supersetuser
.
The SQLAlchemy
URI I am trying to pass in Apache Superset looks like the one below:
I am quite sure that the credentials are correct since I have just created them. Furthermore, I have also tried to assign the required privileges to the user
but I am still unable to connect the db to Apache Superset.
presto - 如何从 Apache Superset 到 PrestoDB 查询跨目录表(例如,mysql 和 hive 的联合表)?
如何从 Apache Superset 到 PrestoDB 查询跨目录表(例如,mysql 和 hive 的联合表)?应该在 Superset 中输入什么 SQLAlchemy URI?