Questions tagged [flask-appbuilder]

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more.

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more.

https://github.com/dpgaspar/Flask-AppBuilder

157 questions
0
votes
0 answers

how to registration using openid in apche super set

strong text[enter link description here][1][enter image description here][1]i am trying to openid registration from apache superset and flask app builder showing like this error message **``` Not possible to register you at the moment, try again…
0
votes
0 answers

Integrating Jupyter Notebook Workspace on a Website and Granting User Code Spaces

I would like to integrate a Jupyter Notebook workspace into my website, allowing my users to have their own code spaces and collaborate. How can I achieve this and grant permission for users to have their individual code spaces? Specifically, I'm…
0
votes
0 answers

Issue with Configuring Self Registration in Flask-AppBuilder and Enabling Less Secure Apps in Google

I'm trying to configure self-registration functionality in Flask-AppBuilder, but I'm facing a problem with enabling the Less Secure Apps setting in Google. As of now, Google no longer supports enabling Less Secure Apps, which is causing issues with…
0
votes
0 answers

Issue with adding permissions for user roles in Superset using appbuilder

I'm facing an issue in Superset where the updates made to permissions for a role are not getting reflected in the ab_permission_view_role table in the database. When I add a new permission for a role using the Superset UI, it shows up correctly in…
0
votes
0 answers

Flask JWT token api stop calling token_in_blocklist_loader after some requstes and throughs error for 401 token expired

We have wrote a code which helps to extends the jwt token life by saving it in redis/db. The code written works for some number of requests and suddenly throughs error for…
omkar more
  • 105
  • 2
  • 10
0
votes
0 answers

Unsupported JWT token_type using authlib

A bit of context: I've been working with Superset, a flask-based application for data exploration and visualization. The app is built on top of a flask framework called Flask-AppBuilder that uses authlib as the auth library to implement its…
0
votes
0 answers

Flask App builder is running on https mode. Open API server url shows http

I am using EKS cluster to deploy my service using https mode with secret. However the server is running and loading login page with https mode. When I tried to access https://domainname/swagger/v1. The swagger open api server is showing…
0
votes
1 answer

Errors installing apache-airflow wheel

I am running a pyenv with python 3.8.12. I am installing a requirements.txt that contains apache-airflow 1.10.5 (old I know). I am getting the below error. I have attempted to upgrade setuptools, install apispec (and upgrade), and also upgrade pip…
jimhens
  • 1
  • 1
0
votes
0 answers

How to revert previous lightning record page

When I try to add the custom button in action section on case object, there is a option showing, that is "update" So I'm clicked the " updated" button in action section, and it's showing two option migrate and new page. I select new one and click…
0
votes
1 answer

How to expose flask app builder security login api with out login. Currently swagger docs showing only when user logged in

I am trying to extend the flask app builder with adding new interfaces and exposing api's only when logged in with token. As per the existing FAB, we could see swagger api's only when user logged in. So would like to expose login api before login so…
0
votes
0 answers

Apache Superset- Add new API get Forbidden response message

I want to add a new API to superset backend(shown in the screenshot below). This new API is similar to the chart(slice) API, and all the methods are decorated with @protect. When I use "Measure" as class_permission_name, the api call will return…
0
votes
0 answers

Flask AppBuilder: accept JWT bearer token for service account

I am working with Superset, although this applies to Flask AppBuilder (FAB) in general. I can configure a Flask / FAB app to use OAuth2 or OIDC via flask-oidc or fab-oidc package. For end users this works fine, following this example I would also…
wrschneider
  • 17,913
  • 16
  • 96
  • 176
0
votes
0 answers

Config superset to each user access to their own dataset and database

I set up superset to use LDAP in order authentication but I have one problem. All users have Gamma Role by default and everyone can view other users' dataSources and databases. How can it be set so that each user can see only the datasources he…
Alihossein shahabi
  • 4,034
  • 2
  • 33
  • 53
0
votes
0 answers

Flask appbuilder with custom list and search

I am new user to flask and would like to avoid flask appbuilder populating whole model dataset with "list", instead only populate based on search filter entry. Is there a way to make this default behaviour. I have seen options of active_filter but…
Srikanth
  • 295
  • 7
  • 15
0
votes
1 answer

how to disabled email verification in flask app builder

i have a problem with register new user, using FAB form. How i think, the problem that FAB use email verification, how i can disabled it I tried to disable the flask app builder in the library itself, but I still get an error that the registration…
Andrey
  • 1