This is an automated email from the ASF dual-hosted git repository.

Startrekzky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new e7ac139f9 refactor: deprecating dbt plugin (#8971)
e7ac139f9 is described below

commit e7ac139f910aac5bc3d05126f37e8c5226a5b2ab
Author: Klesh Wong <[email protected]>
AuthorDate: Fri Jul 10 09:30:25 2026 +0800

    refactor: deprecating dbt plugin (#8971)
    
    Co-authored-by: Louis.z <[email protected]>
---
 backend/plugins/dbt/impl/impl.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/backend/plugins/dbt/impl/impl.go b/backend/plugins/dbt/impl/impl.go
index 5da8799fd..c984187ca 100644
--- a/backend/plugins/dbt/impl/impl.go
+++ b/backend/plugins/dbt/impl/impl.go
@@ -52,6 +52,7 @@ func (p Dbt) GetTablesInfo() []dal.Tabler {
 }
 
 func (p Dbt) PrepareTaskData(taskCtx plugin.TaskContext, options 
map[string]interface{}) (interface{}, errors.Error) {
+       taskCtx.GetLogger().Warn(nil, "The dbt plugin is deprecated and will be 
removed on August 31, 2026. Please migrate to alternative transformation 
approaches.")
        var op tasks.DbtOptions
        err := helper.Decode(options, &op, nil)
        if err != nil {

Reply via email to