## Description This PR adds query_type to actionDTO, when fetching queries, query type indicates whether it is a fetch query or any other query, this information can be further used to suggest queries to user when they bind data to widgets. This way we can suggest relevant queries to users first and their chances of success with Appsmith are higher. Note: This PR only introduces the field in actionDTO and returns UNKNOWN, in subsequent PRs we will be adding plugin specific implementation to return relevant query_type. I have not added any unit tests as of now, we can add those once plugin specific implementations are done. Fixes #`Issue Number` _or_ Fixes [`Issue URL`](https://github.com/appsmithorg/appsmith/issues/32554) > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="@tag.Datasource" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/8643950238> > Commit: 08e28bca9e4054ae78d4f4188cfecfc708a62608 > Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=8643950238&attempt=1" target="_blank">Click here!</a> <!-- end of auto-generated comment: Cypress test results --> Co-authored-by: “sneha122” <“sneha@appsmith.com”> |
||
|---|---|---|
| .. | ||
| src | ||
| pom.xml | ||