olegchorny opened a new issue #5423: URL: https://github.com/apache/incubator-pinot/issues/5423
https://docs.pinot.apache.org/basics/getting-started/kubernetes-quickstart Step: 5.4 Load Demo data source ``` kubectl exec -it pod/superset-0 -n pinot-quickstart -- bash -c 'superset import_dashboards -p /etc/superset/pinot_example_dashboard.json' ... ERROR:superset.cli:'is_restricted' is an invalid keyword argument for SqlMetric ``` It seesm like to fix the issue we simply need to delete the "is_restricted": false,` string from the `/etc/superset/pinot_example_dashboard.json` file. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
