Currently, I have created a feature class with the same schema as the Query Layer, which contains spatial and non-spatial data from different data sources and I am updating the feature class data daily using a Python script. We have numerous queries to process, and in this case, we would need to create a corresponding feature class for each query and update them daily. This process is somewhat redundant and adds overhead to the server. Is there a way to configure the Query Layer to enable the sync option for Field Maps? It would be great if such a solution exists.