This is an automated email from the ASF dual-hosted git repository.

unknown pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f13697  You need a metadata field defined to be able to upload the 
table config without errors
3f13697 is described below

commit 3f1369732ed5f4766c69e6a83be38c53d5ea3b74
Author: Fred Weitendorf <[email protected]>
AuthorDate: Fri Mar 22 13:37:20 2019 -0700

    You need a metadata field defined to be able to upload the table config 
without errors
---
 Pinot-Realtime-Workflow.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Pinot-Realtime-Workflow.md b/Pinot-Realtime-Workflow.md
index 358161c..a9bf0a9 100644
--- a/Pinot-Realtime-Workflow.md
+++ b/Pinot-Realtime-Workflow.md
@@ -37,6 +37,7 @@ While creating a new resource you have to specify the 
resourceType as REALTIME a
         "server":"DefaultTenant_SERVER"
     },
     "tableType":"REALTIME",
+    "metadata":{}
 }
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to