Michael Connell

Results 13 comments of Michael Connell

Could you alias a command like `pt` to a `pyteset_alias.py` file `pytest_alias.py` ```python import sys import os args = sys.argv[1:] os.system(f'pytest {" ".join([a for a in args])}') ``` and then...

It looks like the problem is it's adding both single and double quotes. the relation name '""' is longer than 127 characters is accurate as it's actually 129 characters. changing...

Regardless of settings a code formatter should never overwrite the contents of a file with log output right? This looks similar to #126

ok makes sense, thanks. that did fix the issue. should this just default to true for dbt templates? is that even possible?

+1 for `compile` without logs but with the compiled query. It would be great to run `dbt compile -q -s my_model` and then pipe it to my clipboard or vscode...

To be fair [the example semantic manifest file on the docs site](https://docs.getdbt.com/docs/dbt-cloud-apis/sl-manifest) wasn't even up to date, [I opened a PR to add missing fields](https://github.com/dbt-labs/docs.getdbt.com/pull/5922) so who knows what the...

Good to know about the CLI. Just adding an option to pass `'%'` to the extra columns via a config yaml file would be enough for my usecase. No, `_schema`...

CLA and Changelog updated

I really like the way [SQLTools](https://github.com/mtxr/vscode-sqltools) implemented it, with a search box on each column and support for different filtering features ![image](https://github.com/user-attachments/assets/35b2ce8d-446a-4664-9b1b-7154c03aa366) ![image](https://github.com/user-attachments/assets/ae4d420a-cd06-4811-8a33-3610bbe9eba8)