`lightdash compile` is not recognizing changes to my `.yml` files
See original GitHub issueDescription
When I ran lightdash compile
, I got an error saying this column doesn't exist
. Fair enough.
I went to the dbt .yml file for the model, removed the column from the .yml file, and re-ran lightdash compile
It’s still giving me the same error, even though the column is no longer in the .yml
file.
I’d expect lightdash compile
to notice these changes.
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Autogenerate Lightdash-ready .yml files for your models
yml files. Inside your dbt project, open a terminal and run this command to generate the schema. yml file for a model called...
Read more >Lightdash.yml | Documentation
A lightdash.yml file can only contain one project. Here are two examples of valid lightdash.yml files for each of the three project types:....
Read more >Adding metrics | Documentation - Lightdash Docs
You can define metrics in your dbt project .yml files along with your dimensions ... Once you've added your metrics, you can use...
Read more >Sync your changes with Lightdash deploy | Documentation
lightdash deploy syncs the changes in your dbt project to Lightdash. ... Find your data warehouse from the list below to get a...
Read more >Adding and managing Tables in your Lightdash project
Configuring which Tables appear in your Lightdash project. Sometimes, there are models in our dbt project with .yml files that we might not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Since we run
lightdash compile
beforelightdash deploy
andlightdash preview
would we also be happy for
dbt compile
to trigger before all these actions above? Just trying to figure out the best UX!🎉 This issue has been resolved in version 0.167.0 🎉
The release is available on:
0.167.0
Your semantic-release bot 📦🚀