getSqlApiUrl: function (version) {
    version = version || 'v2';
    return this.getSqlApiBaseUrl() + '/api/' + version + '/sql';
  },