You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure you are familiar with the SIP process documented
(here)[https://github.com//issues/5602]. The SIP number should be the next number after the latest SIP listed here.
[SIP-<number>] Proposal for <title>
Motivation
Description of the problem to be solved.
ImportError: cannot import name 'Any' from partially initialized module 'typing' (most likely due to a circular import)
That typing is in superset and another typing form jinja2\bccache.py
Proposed Change
Describe how the feature will be implemented, or the problem will be solved. If possible, include mocks, screenshots, or screencasts (even if from different tools).
change typing name.
New or Changed Public Interfaces
Describe any new additions to the model, views or REST endpoints. Describe any changes to existing visualizations, dashboards and React components. Describe changes that affect the Superset CLI and how Superset is deployed.
New dependencies
Describe any npm/PyPI packages that are required. Are they actively maintained? What are their licenses?
Migration Plan and Compatibility
Describe any database migrations that are necessary, or updates to stored URLs.
Rejected Alternatives
Describe alternative approaches that were considered and rejected.
The text was updated successfully, but these errors were encountered:
Please make sure you are familiar with the SIP process documented
(here)[https://github.com//issues/5602]. The SIP number should be the next number after the latest SIP listed here.
[SIP-<number>] Proposal for <title>
Motivation
Description of the problem to be solved.
ImportError: cannot import name 'Any' from partially initialized module 'typing' (most likely due to a circular import)
That typing is in superset and another typing form jinja2\bccache.py
Proposed Change
Describe how the feature will be implemented, or the problem will be solved. If possible, include mocks, screenshots, or screencasts (even if from different tools).
change typing name.
New or Changed Public Interfaces
Describe any new additions to the model, views or
REST
endpoints. Describe any changes to existing visualizations, dashboards and React components. Describe changes that affect the Superset CLI and how Superset is deployed.New dependencies
Describe any
npm
/PyPI
packages that are required. Are they actively maintained? What are their licenses?Migration Plan and Compatibility
Describe any database migrations that are necessary, or updates to stored URLs.
Rejected Alternatives
Describe alternative approaches that were considered and rejected.
The text was updated successfully, but these errors were encountered: