sassoftware / sassoftware/python-sasctl
Add support for single-table data source when creating performance definition
未关闭
还没有人认领这个 Issue。
enhancement
- 主要语言
- Python
- 星标
- 52
- 派生
- 45
- 平均合并
- 23 小时 38 分钟
- 30 天内合并 PR
- 2
描述
Instead of specifying a table prefix when calling model_manager.create_performance_definition() allow a single table name to be passed.
Should still following restrictions on table naming (prefix_sequence_time_model). Populate dataTable parameter in request instead of dataPrefix
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 model_manager.create_performance_definition() 开始,跟踪 request 当前如何填充 dataPrefix。支持单个表名,同时保留 prefix_sequence_time_model 的命名限制,并改为填充 dataTable;验证生成的 request 使用了预期的参数。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- api
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100