https://dagster.io/ logo
Title
b

Ben Gatewood

03/04/2022, 3:49 AM
Operation name: JobMetadataQuery

Message: 'Select' object has no attribute 'filter'

Path: ["pipelineRunsOrError","results",0,"assets"]

Locations: [{"line":73,"column":3}]
p

prha

03/04/2022, 4:13 PM
Thanks for the report! Looks like we snuck in a query that was not compatible with SQLAlchemy<1.4. We’ll update the query to use the backwards compatible syntax. As a workaround, if it’s possible to upgrade your SQLAlchemy dep, I think that should resolve the issue.
1
m

mrdavidlaing

03/05/2022, 11:14 PM
I bumped into a similar problem (and solution). I created https://github.com/dagster-io/dagster/issues/6964 with details