mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 06:44:51 +02:00
Update activity reports to comply with agreement changes
This removes the ramp-up and pre-ramp-up registrar fields, and lists 'CZDS' as the zfa-passwords field, in accordance to the registry agreement changes listed on the associated bug. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170337426
This commit is contained in:
parent
c69b409b30
commit
d4ab6fe90b
6 changed files with 19 additions and 32 deletions
|
@ -47,7 +47,6 @@ public final class IcannReportingModule {
|
|||
static final String ICANN_REPORTING_DATA_SET = "icann_reporting";
|
||||
static final String DATASTORE_EXPORT_DATA_SET = "latest_datastore_export";
|
||||
private static final String BIGQUERY_SCOPE = "https://www.googleapis.com/auth/bigquery";
|
||||
private static final String DRIVE_SCOPE = "https://www.googleapis.com/auth/drive.readonly";
|
||||
|
||||
@Provides
|
||||
@Parameter(PARAM_YEAR_MONTH)
|
||||
|
@ -90,7 +89,7 @@ public final class IcannReportingModule {
|
|||
.getApplicationDefault(transport, new JacksonFactory());
|
||||
BigqueryConnection connection = new BigqueryConnection.Builder()
|
||||
.setExecutorService(Executors.newFixedThreadPool(20))
|
||||
.setCredential(credential.createScoped(ImmutableList.of(BIGQUERY_SCOPE, DRIVE_SCOPE)))
|
||||
.setCredential(credential.createScoped(ImmutableList.of(BIGQUERY_SCOPE)))
|
||||
.setDatasetId(ICANN_REPORTING_DATA_SET)
|
||||
.setOverwrite(true)
|
||||
.setPollInterval(Duration.standardSeconds(1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue