Daan Luttik
Daan Luttik
It seems to me that in virtually every situation you want to load the `.env` file if it is available in the working directory or project root. I'd love to...
Hi again, In your documentation you describe the steps of this library: 1. Uses @hpcc-js/wasm to do a layout of a graph specified in the DOT language and generates an...
I would love to have the option to check, in my ci pipeline, if the migrations are up to date with the implementation of the models in the code. **We...
Hé @RobertOstermann The quick addition to this plugin where there is now a "lint entire project" action was great. There is one issue now however. It also tries to lint...
Typing
It would be great if the IDE could understand that an unsynced method returns an `Unfuture` rather than the usual data. And it would be even sweater if the `Unfuture`...
### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### Description I often see mistakes being made that are related to the legibility of...
The [materialized-views readme](https://github.com/dbt-labs/dbt-labs-experimental-features/blob/master/materialized-views/README.md). Very briefly addresses the essential step of the setup. Both seem problematic. ## Copy-past into the macro's folders This step could much more descriptive. But, more importantly,...
Currently materialized views with auto-refresh won't rebuild when the definition of the DBT model has changed. It is good that DBT doesn't refresh the views when either the calculated view...
Support other file-formats than UTF-8 for python code *Leave a 👍 if you want this*
Add a `diff`, `dry-run` or `check` command for linting. Preferably: - `--check` *Leave a 👍 if you want this.*