DriftSQLToCSV constructor

DriftSQLToCSV()

Constructor of the MoorSQLToCSV class that gets the entire process started.

Implementation

DriftSQLToCSV() {
  // Ask for permission to write to storage
  getPermission();
}