Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

WorkbookItem.update() always sends an empty <dataAccelerationConfig/> even when never set

未關閉 適合新手
#1,884 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
2/5
預估耗時
1-3 小時
新手友好度
78/100
Issue 類型
缺陷
描述清晰度
描述清楚
活躍度
活躍
技術堆疊
python
領域
api

研究方向

從 WorkbookItem.init 和 request_factory.py 中的 update_req 邏輯開始,然後追蹤 workbooks.update() 如何建立其 XML 請求。確認未變更的 data_acceleration_config 不再發出空的 標籤,同時在提供加速設定時,現有的更新行為仍然可用。

由索引模型根據 Issue 內容生成。

描述

in-progress

WorkbookItem.__init__ defaults data_acceleration_config to a dict with
all-None values:

self.data_acceleration_config = {
    "acceleration_enabled": None,
    "accelerate_now": None,
    "last_updated_at": None,
    "acceleration_status": None,
}

request_factory.py's update_req checks if workbook_item.data_acceleration_config:
to decide whether to emit <dataAccelerationConfig/>. Since the dict itself
is always truthy (non-empty), this is always True — every workbooks.update()
call emits an empty <dataAccelerationConfig/> tag, even when the caller
never touched acceleration settings.

主要語言
Python
星號
716
分支
446
平均合併
1 天 2 小時
30 天內合併 PR
1

環境準備

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

tableau/server-client-python 的其他 Issue

查看 tableau/server-client-python 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。