File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import static analytics.ModelTransfers.job as ModelTransfersJob
7
7
import static analytics.RetirementJobEdxTriggers.job as RetirementJobEdxTriggersJob
8
8
import static analytics.RetirementJobs.job as RetirementJobsJob
9
9
import static analytics.SnowflakeCollectMetrics.job as SnowflakeCollectMetricsJob
10
- import static analytics.SnowflakeExpirePasswords.job as SnowflakeExpirePasswordsJob
11
10
import static analytics.AmplitudeUserPropertiesBackfill.job as AmplitudeUserPropertiesBackfillJob
12
11
import static analytics.SnowflakeSchemaBuilder.job as SnowflakeSchemaBuilderJob
13
12
import static analytics.SnowflakeUserRetirementStatusCleanup.job as SnowflakeUserRetirementStatusCleanupJob
@@ -50,7 +49,6 @@ def taskMap = [
50
49
RETIREMENT_JOB_EDX_TRIGGERS_JOB : RetirementJobEdxTriggersJob ,
51
50
RETIREMENT_JOBS_JOB : RetirementJobsJob ,
52
51
SNOWFLAKE_COLLECT_METRICS_JOB : SnowflakeCollectMetricsJob ,
53
- SNOWFLAKE_EXPIRE_PASSWORDS_JOB : SnowflakeExpirePasswordsJob ,
54
52
AMPLITUDE_USER_PROPERTIES_BACKFILL_JOB : AmplitudeUserPropertiesBackfillJob ,
55
53
SNOWFLAKE_SCHEMA_BUILDER_JOB : SnowflakeSchemaBuilderJob ,
56
54
SNOWFLAKE_USER_RETIREMENT_STATUS_CLEANUP_JOB : SnowflakeUserRetirementStatusCleanupJob ,
You can’t perform that action at this time.
0 commit comments