Tomek F.
Tomek F.
sounds good to me! thanks a lot for the shoutout :) I'm traveling at the moment so out of the working routine but will be back next week to make...
> The preview limit isn't working for me because `from fst.config_defaults import CONFIG` on L20 is read by the `query_handler.py` before it can be reset with the `--preview-limit` flag. I...
Added a bunch of changes and should be ready for review. The duplicated log outputs should be resolved by a check in setup_logger() for an already existing handler. rows_preview_limit is...
1. Check if tests exist before _dbt build_ 2. Prompt to user: Create tests? Save preference 3. If Yes -> Auto generate tests and save 4. If No -> Save,...
@sungchun12 this proved to be a little more complicated than initially thought. For ex. There can be a definition of the model in schema.yml, but without the tests and in...