Added * support char length and numeric precision options Fixed * set env vars as invocation context for dbt>=1.8 * dead code in get_task * set macro context generator for dbt>=1.8 * add second pos arg for get_task_cls in dbt>=1.8 * missing args on project arg mock
0.13.1
Fixed * Missing second argument for BaseAdapter in dbt-core 1.8+
0.13.0
Added * Test with multiple version of dbt core * Compatibility with dbt core 1.6+ * Test on multiple python versions Changed * Pre-commit hooks updates * Imports refactored for dbt 1.8 Fixed * Extend cache ttl for long running processes to ensure we dont recycle db connection
0.12.10
Added * New --add-inheritance-for-specified-keys flag to allow inheriting arbitrary keys from model node
0.12.9
Changed * update setup python and checkout action in ci workflow Removed * duplicate setting for hadolint Fixed * intialize n_cols_added var * skip add data types flag application was inverted