Skip to content
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

102-rework-external-materializations-to-allow-persistence #151

Merged

Conversation

matsonj
Copy link
Owner

@matsonj matsonj commented Apr 6, 2024

add sql mesh support

@matsonj matsonj linked an issue Apr 6, 2024 that may be closed by this pull request
@matsonj matsonj merged this pull request into master Apr 6, 2024
1 check passed
@matsonj matsonj deleted the 102-rework-external-materializations-to-allow-persistence branch April 6, 2024 19:41
matsonj added a commit that referenced this pull request Apr 6, 2024
* kicking off sqlmesh

* dbt -> sqlmesh

* playoffs

* seed updates

* audits

* clean up sqlmesh

* fix relative pathing
@rob-sokolowski
Copy link

rob-sokolowski commented May 15, 2024

@matsonj what's the status of this? Is the intention to move things over to sql mesh? If I'm understanding correctly, to reproduce some of https://mdsinabox.com/ I need to look at the Makefile, which doesn't reference mesh stuff

@matsonj
Copy link
Owner Author

matsonj commented May 16, 2024

@rob-sokolowski hey good question.

Current way to build this is using make. clone repo and run make build run dev and it will run the dev server locally.

in terms of dbt vs sqlmesh, my plan to is allow either of them to run side by side. tbd on how exactly to accomplish that.

if you want to run sqlmesh today, run to the sqlmesh directory and then run sqlmesh plan. you will have to add your own token for motherduck for this to work (will add token management once evidence + motherduck are on the same version of duckdb)

@rob-sokolowski
Copy link

Awesome, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rework external materializations to allow persistence
2 participants