feat: run dataflows through durable workers

This commit is contained in:
2026-07-30 02:33:02 +02:00
parent d61e9d8942
commit 5af02933ef
16 changed files with 2306 additions and 67 deletions
+2 -1
View File
@@ -24,13 +24,14 @@ class DataflowMigrationTests(unittest.TestCase):
try:
with engine.connect() as connection:
self.assertIn(
"e2f4a8c9d1b7",
"f6c2a9d4e7b1",
set(MigrationContext.configure(connection).get_current_heads()),
)
self.assertEqual(
{
"dataflow_pipelines",
"dataflow_pipeline_revisions",
"dataflow_pipeline_deployments",
"dataflow_runs",
"dataflow_triggers",
"dataflow_trigger_deliveries",