alldoami commented on issue #20863: URL: https://github.com/apache/superset/issues/20863#issuecomment-1226584116
Looks like `sqlalchemy-databricks` had some higher `pyarrow` req, so this now works for me! ``` RUN pip install auth0-python==3.19.0 RUN pip install psycopg2-binary==2.9.1 RUN pip install snowflake-connector-python==2.7.9 RUN pip install snowflake-sqlalchemy==1.2.4 RUN pip install sqlalchemy-databricks==0.2.0 RUN pip install typing-extensions==3.10.0 RUN pip install databricks-sql-connector==2.0.2 RUN pip install pyarrow==6.0.1 ``` -- 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]
