Skip to content

Commit be646a2

Browse files
Merge pull request #1667 from edx/hassan/dpe-807
chore: stop seeding snowflake password expiration job.
2 parents 76f1c0c + c8f0d44 commit be646a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dataeng/jobs/createJobsNew.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import static analytics.ModelTransfers.job as ModelTransfersJob
77
import static analytics.RetirementJobEdxTriggers.job as RetirementJobEdxTriggersJob
88
import static analytics.RetirementJobs.job as RetirementJobsJob
99
import static analytics.SnowflakeCollectMetrics.job as SnowflakeCollectMetricsJob
10-
import static analytics.SnowflakeExpirePasswords.job as SnowflakeExpirePasswordsJob
1110
import static analytics.AmplitudeUserPropertiesBackfill.job as AmplitudeUserPropertiesBackfillJob
1211
import static analytics.SnowflakeSchemaBuilder.job as SnowflakeSchemaBuilderJob
1312
import static analytics.SnowflakeUserRetirementStatusCleanup.job as SnowflakeUserRetirementStatusCleanupJob
@@ -50,7 +49,6 @@ def taskMap = [
5049
RETIREMENT_JOB_EDX_TRIGGERS_JOB: RetirementJobEdxTriggersJob,
5150
RETIREMENT_JOBS_JOB: RetirementJobsJob,
5251
SNOWFLAKE_COLLECT_METRICS_JOB: SnowflakeCollectMetricsJob,
53-
SNOWFLAKE_EXPIRE_PASSWORDS_JOB: SnowflakeExpirePasswordsJob,
5452
AMPLITUDE_USER_PROPERTIES_BACKFILL_JOB: AmplitudeUserPropertiesBackfillJob,
5553
SNOWFLAKE_SCHEMA_BUILDER_JOB: SnowflakeSchemaBuilderJob,
5654
SNOWFLAKE_USER_RETIREMENT_STATUS_CLEANUP_JOB: SnowflakeUserRetirementStatusCleanupJob,

0 commit comments

Comments
 (0)