LineaLabs / lineapy

Move fast from data science prototype to pipeline. Capture, analyze, and transform messy notebooks into data pipelines with just two lines of code.
https://lineapy.org
Apache License 2.0
663 stars 58 forks source link

Pin SQLAlchemy to at least v1.4 #733

Closed joshpoll closed 2 years ago

joshpoll commented 2 years ago

Fix LIN-496

Inspector.has_table doesn't exist until version 1.4.

(note: on versions below 1.4 we could use Engine.has_table instead)

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?