cccs-RyanS commented on PR #20793: URL: https://github.com/apache/superset/pull/20793#issuecomment-1216611557
> @reesercollins I wonder if you would be able to get what you needed from the /datasets/related/columns rest api by adding the advanced data type filter. In theory, that would save you from having to create a new api, and would keep it in the new rest v1 api. Then you can also use the `RelatedFieldFilter` for permissions. Hey question about that. The data we need back is the columns that have the in question advanced data type as well as the dataset Id that they belong to. As far as I was aware from the related endpoint doesn't return the data in this way, it would just return the columns but I could be completely wrong. would I be able to retrieve that data in a form mentioned above from `/datasets/related/columns`? Because it would be nice not to add a new endpoint. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
