kosmag opened a new issue, #65967: URL: https://github.com/apache/doris/issues/65967
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Based on the documentation, currently dbt-doris supports the following three materialization types: `view`, `table` and `incremental`. `view` materialization type executes a `CREATE VIEW AS` statement. However, there is no way to create a Doris async materialized view (`CREATE MATERIALIZED VIEW ... REFRESH ... AS` statement) from dbt. My proposal is to add support in dbt-doris for `materialized_view` dbt materialization type (which corresponds to the built-in dbt materialization type, as in https://docs.getdbt.com/docs/build/materializations?version=2.0&name=Fusion#materialized-view), which would run the `CREATE MATERIALIZED VIEW ... REFRESH ... AS` statement. ### Use case Allow management of async materialized views via dbt. ### Related issues _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
