Looking for some help. I am trying to make a view with a subset of data from the master dataset. I have tried quite a few ways with no success.
The source data is a feature collection:
I have tried using the manager.create_view() using the query parameter never can get it to query. It never has an error. I pivoted from this to try to update the "viewDefinitionQuery" in the json but then found out that the layers do not have the "viewDefinitionQuery" and "DefinitionQuery" key's. I have tried to update the definition with those keys and values by hand but now am getting a data error.
I cannot find anything in the documentation of viewDefinitionQuery being depreciated or why it would not be there/how to use.
Looking for help.
Thank you