7

的對象意外屬性「指標」當我訪問雲數據存儲網絡的管理,沒有了「索引」部分中列出指標,我想明確地定義一些索引爲了運行高級查詢。我有一個YAML文件看起來像:錯誤:類型AppInfoExternal


indexes: 
 
- kind: order 
 
    ancestor: no 
 
    properties: 
 
    - name: email 
 
    - name: name 
 
    - name: ownerId 
 
    - name: status 
 
    - name: updated_at 
 
    - name: created_at 
 
    direction: desc

我運行下面的命令來創建索引:

gcloud預覽數據存儲上創建的索引的索引。 YAML

和TH是是,我收到錯誤消息:

「意外屬性‘指標’的類型AppInfoExternal的對象」

是否有人在同樣的問題來了嗎?有任何想法嗎?

問候, 何塞

回答

10

不幸的是,create-indexes命令是脆:它要求你提供index.yaml文件被命名爲index.yaml和不indexes.yaml。否則,它會嘗試將其解析爲不同類型的配置。

嘗試重命名你的索引文件index.yaml然後再調用命令。

+0

作爲後續工作 - 我們已經在內部提交了這個內容,以便我們能夠修復它。 –

+1

嘗試在將yaml文件重命名爲「index.yaml」後再次創建索引,並且它工作正常。謝謝 –