Commit Graph

8 Commits

Author SHA1 Message Date
691889419f [fix](dbt) fix dbt doris bug that appeared in annotated models and table column comment bug (#24986) 2023-10-10 05:10:46 -05:00
fb6cb88341 [feature-wip](dbt) dbt view columns comment and view rename change (#23917)
1. dbt view columns comment 
2. view rename change,Adjust view override logic.
2023-09-11 11:15:23 +08:00
32fce013f7 [feature](docs) add docs dbt-doris adapter (#22067) 2023-07-21 23:34:47 +08:00
020f238fbc [feature](dbt) read table columns from model config file (#21831)
1、read table columns (datat_ype) from model config file
2、read table description(comment) from model config file
2023-07-17 15:45:12 +08:00
8272232e21 [fix](dbt) fix _MISSING_TYPE object is not callable bug (#21577) 2023-07-07 10:45:42 +08:00
e510e6b0a6 [fix](dbt) dbt-doris match dbt-core==1.5 (#21392)
dbt-doris==0.2 match dbt-core==1.3 or older version

dbt-doris Subsequent version match dbt-core==1.4,1.5
2023-07-05 11:42:19 +08:00
e1184bf4dc [fix](dbt) dbt incremental append (#20513) 2023-06-09 01:41:33 +08:00
45dbd4d872 [fix](dbt)fix dbt incremental #16840
fix dbt incremental :new ideas for no rollback and support incremental data rerun .
add snapshot
use 'mysql-connector-python' mysql driver to replace 'MysqlDb' driver
2023-02-18 20:40:56 +08:00