Hi there,
Where can I found a list of all sys.tables on Dremio?
Thanks.
Hi there,
Where can I found a list of all sys.tables on Dremio?
Thanks.
Hi @Arao,
show tables in sys
Thanks @ben
There’s no system table that lists all the jobs.
There are 2 system databases/schemas: INFORMATION_SCHEMA
and sys
. You can examine the tables under them with SHOW TABLES IN ...
Can you elaborate on what you’re trying to do with a jobs table? We’re looking to add that to the product, so want to make sure we are addressing the various use cases.
Hi @tshiran, i need to create a control with alerts for jobs who are taking so long to execute and check if there’s a opportunity to tune the dataset or anything else like ranking datasets more used and etc.