-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dagster + SQLMesh Metrics: Run sqlmesh python models on trino #2444
Comments
Sadly, after having spent quite a few hours on this (there were some setup things to fix and then bugs in the python models). running this with just the python models as is on trino is still not enough. Some observations when running
Places we will go from here to explore (still not using duckdb):
|
Closing as the work in #2469 started as this but ended up encompassing more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is it?
The second part of a set of issues for getting Dagster + SQLMesh Metrics running. This is to get sqlmesh running the python models on trino. If, somehow, this is performant enough without any additional work to run the metrics with the special pre-warmed duckdb as a cache + rolling query runner, then we can still accomplish all the metrics work without as much time spent developing a more complex option.
The text was updated successfully, but these errors were encountered: