This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
The following script is intended to provide examples to use Dremio's REST API. | |
Please refer to the documentation for more information: https://docs.dremio.com/rest-api/ | |
Required library: requests | |
Python version: 3.7.2 | |
''' | |
import requests, time |
OlderNewer