willbarrett commented on issue #9077: [SIP-35] Proposal for Improving 
Superset’s Python Code Organization
URL: 
https://github.com/apache/incubator-superset/issues/9077#issuecomment-588373465
 
 
   @john-bodley My understanding here is a little fuzzy too, so I'll let 
@dpgaspar correct me if I'm wrong. FAB creates blueprints under the hood 
whenever we use it to define endpoints. `ModelView` and `ModelViewApi` classes 
create collections of endpoints under a blueprint, which is then registered on 
the application when we call `appbuilder.add_view...` or a similar function. If 
we wanted to group those items together into an API blueprint, it would not be 
possible since that would result in nested blueprints.
   
   @dpgaspar how far away from the truth am I :)? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to