priyank-stack opened a new issue, #30734:
URL: https://github.com/apache/superset/issues/30734

   ### Bug description
   
   1. Install latest Apache Airflow .
   2. Initialize the superset db
   3. Login in the superset admin // admin
   4. Add the database connection, choose  "Other"
   5. Enter valid Sqlalchemy URI, click on connection
   
   
   Actual Error Message: ModuleNotFoundError: No module named 
'sqlalchemy.sql._typing'
   Expected: It should allow us to connect.
   
   Below are the packages installed:
   Package                   Version
   ------------------------- -----------
   alembic                   1.13.3
   amqp                      5.2.0
   apache-superset           4.0.2
   apispec                   6.7.0
   apsw                      3.46.1.0
   async-timeout             4.0.3
   attrs                     24.2.0
   babel                     2.16.0
   backoff                   2.2.1
   bcrypt                    4.2.0
   billiard                  4.2.1
   blinker                   1.8.2
   Bottleneck                1.4.2
   Brotli                    1.1.0
   cachelib                  0.9.0
   cachetools                5.5.0
   cattrs                    24.1.2
   celery                    5.4.0
   certifi                   2024.8.30
   cffi                      1.17.1
   charset-normalizer        3.4.0
   click                     8.1.7
   click-didyoumean          0.3.1
   click-option-group        0.5.6
   click-plugins             1.1.1
   click-repl                0.3.0
   colorama                  0.4.6
   cron-descriptor           1.4.5
   croniter                  3.0.3
   cryptography              42.0.8
   Deprecated                1.2.14
   deprecation               2.1.0
   dnspython                 2.7.0
   email_validator           2.2.0
   exceptiongroup            1.2.2
   Flask                     2.3.3
   Flask-AppBuilder          4.5.2
   Flask-Babel               2.0.0
   Flask-Caching             2.3.0
   Flask-Compress            1.17
   Flask-JWT-Extended        4.6.0
   Flask-Limiter             3.8.0
   Flask-Login               0.6.3
   Flask-Migrate             3.1.0
   Flask-Session             0.8.0
   Flask-SQLAlchemy          2.5.1
   flask-talisman            1.1.0
   Flask-WTF                 1.2.2
   func_timeout              4.3.5
   geographiclib             2.0
   geopy                     2.4.1
   google-auth               2.35.0
   greenlet                  3.1.1
   gunicorn                  21.2.0
   h11                       0.14.0
   hashids                   1.3.1
   holidays                  0.25
   humanize                  4.11.0
   idna                      3.10
   importlib_metadata        8.5.0
   importlib_resources       6.4.5
   isodate                   0.7.2
   itsdangerous              2.2.0
   Jinja2                    3.1.4
   jsonschema                4.23.0
   jsonschema-specifications 2024.10.1
   kombu                     5.4.2
   korean-lunar-calendar     0.3.1
   limits                    3.13.0
   llvmlite                  0.43.0
   Mako                      1.3.6
   Markdown                  3.7
   markdown-it-py            3.0.0
   MarkupSafe                3.0.2
   marshmallow               3.23.0
   marshmallow-sqlalchemy    0.28.2
   mdurl                     0.1.2
   msgpack                   1.0.8
   msgspec                   0.18.6
   nh3                       0.2.18
   numba                     0.60.0
   numexpr                   2.10.1
   numpy                     1.23.5
   ordered-set               4.1.0
   outcome                   1.3.0.post0
   packaging                 24.1
   pandas                    2.0.3
   paramiko                  3.5.0
   parsedatetime             2.6
   pgsanity                  0.2.9
   pillow                    11.0.0
   pip                       24.2
   platformdirs              4.3.6
   polyline                  2.0.2
   prison                    0.2.1
   prompt_toolkit            3.0.48
   pyarrow                   14.0.2
   pyasn1                    0.6.1
   pyasn1_modules            0.4.1
   pycparser                 2.22
   Pygments                  2.18.0
   PyJWT                     2.9.0
   PyNaCl                    1.5.0
   pyodbc                    5.2.0
   pyOpenSSL                 24.2.1
   pyparsing                 3.2.0
   pypyodbc                  1.3.6
   PySocks                   1.7.1
   python-dateutil           2.9.0.post0
   python-dotenv             1.0.1
   python-geohash            0.8.5
   pytz                      2024.2
   PyYAML                    6.0.2
   redis                     4.6.0
   referencing               0.35.1
   requests                  2.32.3
   requests-cache            1.2.1
   rich                      13.9.3
   rpds-py                   0.20.0
   rsa                       4.9
   selenium                  4.9.1
   setuptools                75.2.0
   shillelagh                1.3.0
   shortid                   0.1.2
   simplejson                3.19.3
   six                       1.16.0
   slack_sdk                 3.33.2
   sniffio                   1.3.1
   sortedcontainers          2.4.0
   SQLAlchemy                1.4.54
   sqlalchemy-ingres         0.0.8
   SQLAlchemy-Utils          0.38.3
   sqlglot                   23.17.0
   sqlparse                  0.4.4
   sshtunnel                 0.4.0
   tabulate                  0.8.10
   trio                      0.27.0
   trio-websocket            0.11.1
   typing_extensions         4.12.2
   tzdata                    2024.2
   url-normalize             1.4.3
   urllib3                   2.2.3
   vine                      5.1.0
   wcwidth                   0.2.13
   Werkzeug                  3.0.5
   wrapt                     1.16.0
   wsproto                   1.2.0
   WTForms                   3.2.1
   WTForms-JSON              0.3.5
   XlsxWriter                3.0.9
   zipp                      3.20.2
   zstandard                 0.23.0
   
   
   
   
   
   
   ### Screenshots/recordings
   
   
![image](https://github.com/user-attachments/assets/46b06e6b-df71-41fb-a263-3aafe7578c66)
   
![image](https://github.com/user-attachments/assets/a4e87b19-eec3-458e-a9d8-674749066d47)
   
   Error:
   
![image](https://github.com/user-attachments/assets/9b0b8f37-829f-4be6-ae38-4d56b15877a5)
   
   
   ### Superset version
   
   master / latest-dev
   
   ### Python version
   
   3.10
   
   ### Node version
   
   16
   
   ### Browser
   
   Chrome
   
   ### Additional context
   
   _No response_
   
   ### Checklist
   
   - [X] I have searched Superset docs and Slack and didn't find a solution to 
my problem.
   - [X] I have searched the GitHub issue tracker and didn't find a similar bug 
report.
   - [X] I have checked Superset's logs for errors and if I found a relevant 
Python stacktrace, I included it here as text in the "additional context" 
section.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to