Skip to content

Instantly share code, notes, and snippets.

View serra's full-sized avatar

Marijn van der Zee serra

  • Serra ICT Diensten
  • The Netherlands
View GitHub Profile
'''
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