Skip to content

Commit e7ac139

Browse files
kleshStartrekzky
andauthored
refactor: deprecating dbt plugin (apache#8971)
Co-authored-by: Louis.z <louis.s4372121@gmail.com>
1 parent cd7bebf commit e7ac139

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/plugins/dbt/impl/impl.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ func (p Dbt) GetTablesInfo() []dal.Tabler {
5252
}
5353

5454
func (p Dbt) PrepareTaskData(taskCtx plugin.TaskContext, options map[string]interface{}) (interface{}, errors.Error) {
55+
taskCtx.GetLogger().Warn(nil, "The dbt plugin is deprecated and will be removed on August 31, 2026. Please migrate to alternative transformation approaches.")
5556
var op tasks.DbtOptions
5657
err := helper.Decode(options, &op, nil)
5758
if err != nil {

0 commit comments

Comments
 (0)