最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

postgresql - Configuring apache superset with postgres with role and schema - Stack Overflow

programmeradmin4浏览0评论

I am trying to configure apache superset with PostgreSQL as metadata database. I provided below sqlalchemy URL:

SQLALCHEMY_DATABASE_URI = "postgresql://superset_user:password@db_host:5432/superset_db?options=-c%20search_path=my_schema%20-c%20role=superset_writer"

I want to use a specific schema plus also want to set a role. But I get error: no schema has been selected to create in

Any idea how can I do so?

发布评论

评论列表(0)

  1. 暂无评论