I am trying to build an app where I am creating dashboards for a user to see the data which is populated from the Apis which i am calling from a python script. While I was trying to validate the app I got this error check_indexes_conf_does_not_exist form Appinspect. Is there any other way I can populate the data in my dashboards without using index and on regular intervals?
That check does not relate to dashboards. It's saying the app must not contain a file called indexes.conf. You still should, of course, use index names in your queries just don't create any indexes in the app.