Skip to content

Commit

Permalink
chore: removed amplitude backfill job
Browse files Browse the repository at this point in the history
  • Loading branch information
usama101 committed Dec 11, 2024
1 parent aeb675a commit ac1dc21
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 107 deletions.
58 changes: 0 additions & 58 deletions dataeng/jobs/analytics/AmplitudeUserPropertiesBackfill.groovy

This file was deleted.

2 changes: 0 additions & 2 deletions dataeng/jobs/createJobsNew.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import static analytics.ModelTransfers.job as ModelTransfersJob
import static analytics.RetirementJobEdxTriggers.job as RetirementJobEdxTriggersJob
import static analytics.RetirementJobs.job as RetirementJobsJob
import static analytics.SnowflakeCollectMetrics.job as SnowflakeCollectMetricsJob
import static analytics.AmplitudeUserPropertiesBackfill.job as AmplitudeUserPropertiesBackfillJob
import static analytics.SnowflakeSchemaBuilder.job as SnowflakeSchemaBuilderJob
import static analytics.SnowflakeUserRetirementStatusCleanup.job as SnowflakeUserRetirementStatusCleanupJob
import static analytics.PrefectFlowsDeployment.job as PrefectFlowsDeploymentJob
Expand Down Expand Up @@ -53,7 +52,6 @@ def taskMap = [
RETIREMENT_JOB_EDX_TRIGGERS_JOB: RetirementJobEdxTriggersJob,
RETIREMENT_JOBS_JOB: RetirementJobsJob,
SNOWFLAKE_COLLECT_METRICS_JOB: SnowflakeCollectMetricsJob,
AMPLITUDE_USER_PROPERTIES_BACKFILL_JOB: AmplitudeUserPropertiesBackfillJob,
SNOWFLAKE_SCHEMA_BUILDER_JOB: SnowflakeSchemaBuilderJob,
SNOWFLAKE_USER_RETIREMENT_STATUS_CLEANUP_JOB: SnowflakeUserRetirementStatusCleanupJob,
PREFECT_FLOWS_DEPLOYMENT_JOB: PrefectFlowsDeploymentJob,
Expand Down
47 changes: 0 additions & 47 deletions dataeng/resources/amplitude-properties-backfill.sh

This file was deleted.

0 comments on commit ac1dc21

Please sign in to comment.