AltimateAI / AltimateAI/vscode-dbt-power-user

"generate model" from source should allow some customization

未关闭
#783 1 条评论 4 个 reaction 已指派 1 人 已被 @anandgupta42 认领 在 GitHub 查看
enhancement
主要语言
JavaScript
星标
585
派生
121
平均合并
5 天 39 分钟
30 天内合并 PR
4

描述

### Describe the feature

When generating a model it does a few things that we prefer to not do:
- adds the code to use the proper quotes based on adapter (we don't quote our columns, ever)
- uses a cte to select * from the source (we list out all our columns explicitly and don't use a select * or cte)

would love to be able to set a flag or something to disable or change the default behavior. the generate model feature is a huge timesaver (even with the needed adjustments afterwards) and this would make things even better!

### Describe alternatives you've considered

currently generating the model and removing the unneeded pieces
not using the generation feature

### Who will benefit?

anyone that doesn't need the quote logic..

### Are you willing to submit PR?

- [ ] Yes I am willing to submit a PR!

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。