fst
fst copied to clipboard
fst: flow state tool | smooth where you want it, friction where you need it when data engineering
Added the set preview limit, worked as far as I've tested it Removed redundant call of setup_logger() as it was resulting in triplicated logging output. ie everything that was logged...
- Make it really easy to follow code logic and entry and exit points - Bias towards one way data flow given streamlit reads the code top to bottom and...
This needs to be robust if strangers are going to trust this package. I'll need to focus on duckdb database locking issues that happen occasionally.
# Research https://medium.com/snowflake/minimalist-snowflake-table-compare-using-data-diff-ba67cc4f904c - look at audit helper because datadiff has a lot of rough edges to it - use dbt 1.5+ to run invocations - update compare to prod...
Make installing feel elegant and guided
# Research - https://docs.getdbt.com/reference/programmatic-invocations - Potential to have the workbench point out missing descriptions, tests, stylistic things, etc. by parsing the manifest - manifest is the only one supported for...