Jose Estudillo
01/27/2023, 3:13 PMdagster._core.errors.DagsterLaunchFailedError: Error during RPC setup for executing run: sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [Column('run_body', Text(), table=<runs>), Column('status', String(length=63), table=<runs>)]. Did you mean to say select(Column('run_body', Text(), table=<runs>), Column('status', String(length=63), table=<runs>)
The only issue I can see is the Alchemy version is different in the daemon and the grpc code server, but I didn't think that could be an issue (was not expecting communication between the code server and the database). Thoughts? Thanksdaniel
01/27/2023, 3:15 PMJose Estudillo
01/27/2023, 3:17 PMdaniel
01/27/2023, 3:18 PMJose Estudillo
01/27/2023, 3:19 PMdaniel
01/27/2023, 3:27 PMJose Estudillo
01/27/2023, 3:28 PMdaniel
01/27/2023, 3:45 PMMykola Palamarchuk
01/27/2023, 3:56 PMdaniel
01/27/2023, 3:58 PM