I noticed the Swagger docs say that /list_tables shows views as well:
however I'm not seeing views that my Dirt user has select permissions on.
I took a look a the /list_tables code and it looks like it's indeed only looking at tables. I don't have a strong use case for listing views right now so it's not an issue on my end — just wanted to flag that the docs may be out of step with the code.
I noticed the Swagger docs say that
/list_tables
shows views as well:however I'm not seeing views that my Dirt user has
select
permissions on.I took a look a the
/list_tables
code and it looks like it's indeed only looking at tables. I don't have a strong use case for listing views right now so it's not an issue on my end — just wanted to flag that the docs may be out of step with the code.