Skip to content

Commit

Permalink
fix(batch-exports): Add missing temporal activity (#27044)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossgray authored Dec 19, 2024
1 parent e76c819 commit e7b2291
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions posthog/temporal/batch_exports/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
)
from posthog.temporal.batch_exports.monitoring import (
BatchExportMonitoringWorkflow,
check_for_missing_batch_export_runs,
get_batch_export,
get_event_counts,
update_batch_export_runs,
Expand Down Expand Up @@ -86,4 +87,5 @@
get_batch_export,
get_event_counts,
update_batch_export_runs,
check_for_missing_batch_export_runs,
]

0 comments on commit e7b2291

Please sign in to comment.