One of the problems I have with Dremio is that it seems we don’t have it completely installed.
To automate Dremio scripts we should use the Dremio API’s. If you look at the link below and follow the instructions to create a PAT, but we don’t seem to have that option available. If someone here could give us a jump start on how to automate dremio scripts it would save us a lot of time on research.
Personal Access Tokens | Dremio Documentation(user,secure%20location%20on%20your%20computer.
*Creating a PAT
note
A PAT’s expiration or lifespan cannot be altered once it is created. PATs can still exist (depending on the Lifetime setting) in the system after a user is deleted. If a user is deleted from Dremio, SSO, or LDAP, ensure that all of their PATs are deleted using the REST API.
To create a PAT:
- Click the User icon (user initials) on the side navigation bar and select Account Settings.
- Select Personal Access Tokens in the account settings sidebar.
- On the Personal Access Tokens page, click the Generate Token button at the top-right corner of the screen.
- In the Generate Token dialog, for Label, add an identifier to describe what the PAT is for.
- For Lifetime, enter the number of days the PAT will be valid for. The default PAT lifetime is 30 days and the maximum lifetime is 180 days.
- Click Generate.
- Copy the generated PAT and save it to a secure location on your computer.