Skip to content

Commit

Permalink
Merge pull request #1781 from edx/jhynes/APER-3646_remove-demographic…
Browse files Browse the repository at this point in the history
…s-cleanup-job

feat!: remove demographics Snowflake cleanup job
  • Loading branch information
justinhynes authored Sep 5, 2024
2 parents 5378ad7 + 67d47fc commit 5ee95fe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 84 deletions.
53 changes: 0 additions & 53 deletions dataeng/jobs/analytics/SnowflakeDemographicsCleanup.groovy

This file was deleted.

3 changes: 0 additions & 3 deletions dataeng/jobs/createJobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import static analytics.JenkinsBackup.job as JenkinsBackupJob
import static analytics.PipelineAcceptanceTestManual.job as PipelineAcceptanceTestManualJob
import static analytics.PipelineAcceptanceTestMaster.job as PipelineAcceptanceTestMasterJob
import static analytics.ReadReplicaExportToS3.job as ReadReplicaExportToS3Job
import static analytics.SnowflakeDemographicsCleanup.job as SnowflakeDemographicsCleanupJob
import static analytics.SnowflakePublicGrantsCleaner.job as SnowflakePublicGrantsCleanerJob
import static analytics.SnowflakeRefreshSnowpipe.job as SnowflakeRefreshSnowpipeJob
import static analytics.SnowflakeReplicaImportFromS3.job as SnowflakeReplicaImportFromS3Job
Expand Down Expand Up @@ -49,7 +48,6 @@ def taskMap = [
PIPELINE_ACCEPTANCE_TEST_MANUAL_JOB: PipelineAcceptanceTestManualJob,
PIPELINE_ACCEPTANCE_TEST_MASTER_JOB: PipelineAcceptanceTestMasterJob,
READ_REPLICA_EXPORT_TO_S3_JOB: ReadReplicaExportToS3Job,
SNOWFLAKE_DEMOGRAPHICS_CLEANUP_JOB: SnowflakeDemographicsCleanupJob,
SNOWFLAKE_PUBLIC_GRANTS_CLEANER_JOB: SnowflakePublicGrantsCleanerJob,
SNOWFLAKE_REFRESH_SNOWPIPE_JOB: SnowflakeRefreshSnowpipeJob,
SNOWFLAKE_REPLICA_IMPORT_FROM_S3_JOB: SnowflakeReplicaImportFromS3Job,
Expand Down Expand Up @@ -121,7 +119,6 @@ listView('Tools') {
name('data_engineering_seed_job')
name('stitch-snowflake-lag-monitor')
name('snowflake-public-grants-cleaner')
name('snowflake-demographics-cleanup')
}
columns DEFAULT_VIEW.call()
}
Expand Down
28 changes: 0 additions & 28 deletions dataeng/resources/snowflake-demographics-cleanup.sh

This file was deleted.

0 comments on commit 5ee95fe

Please sign in to comment.