Need the ability to read from and write to the <desc> element within .tds files
还没有人认领这个 Issue。
评估
调研方向
Start by locating the parser and writer entry points for Tableau .tds files, then trace how column elements are represented. The change is complete when callers can read and write the column’s desc content and determine the table a field comes from, including the formatted-text example described in the issue.
由索引模型根据 Issue 内容生成。
描述
In order to more efficiently manage metadata documentation regarding fields in Tableau data sources, I need the ability to read the information in the element for a column so that I can write that information to a database. Conversely I need to be able to write information back out to this element after reading the information stored in a database. It will also be necessary for me to be able to determine what table a field comes from. Below is an example of the data I want to be able to read/write.
<column datatype='string' name='[STATUS]' role='dimension' type='nominal'>
<desc>
<formatted-text>
<run bold='true' fontsize='10'>Case Mix Index VAL</run>
<run fontcolor='#686868'> The MSDRG weight for inpatients with charges > 0. Does not include inpatient rehab, normal newborns or MSDRG 999.</run>
<run bold='true' fontcolor='#297a98'> HSP_ACCT_MULT_DRGS.DRG_WEIGHT (HAR 651)</run>
</formatted-text>
</desc>
</column>
- 主要语言
- Python
- 星标
- 363
- 派生
- 183
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
tableau/document-api-python 的其他 Issue
-
难度 5/5 一周以上 新手友好度 20/100
tableau/document-api-python#270 ·
-
难度 4/5 3-5 天 新手友好度 25/100
tableau/document-api-python#260 ·
-
docs
难度 2/5 1-3 小时 新手友好度 55/100
tableau/document-api-python#258 ·
-
难度 5/5 一周以上 新手友好度 30/100
tableau/document-api-python#251 · 2 条评论 ·
-
难度 5/5 一周以上 新手友好度 20/100
tableau/document-api-python#250 · 2 条评论 ·
查看 tableau/document-api-python 的全部 Issue
相似的 Issue
-
enhancement
难度 2/5 1-3 小时 新手友好度 70/100
canonical/paas-charm#368 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
-
tech debt
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 1/5 1 小时以内 新手友好度 90/100
StevenBlack/hosts#3256 ·
-
难度 1/5 1 小时以内 新手友好度 90/100
qualcomm/qai-appbuilder#275 ·