Add governed reusable pipelines and triggers
This commit is contained in:
@@ -24,7 +24,7 @@ class DataflowMigrationTests(unittest.TestCase):
|
||||
try:
|
||||
with engine.connect() as connection:
|
||||
self.assertIn(
|
||||
"b8e3c6a1f4d9",
|
||||
"e2f4a8c9d1b7",
|
||||
set(MigrationContext.configure(connection).get_current_heads()),
|
||||
)
|
||||
self.assertEqual(
|
||||
@@ -32,6 +32,8 @@ class DataflowMigrationTests(unittest.TestCase):
|
||||
"dataflow_pipelines",
|
||||
"dataflow_pipeline_revisions",
|
||||
"dataflow_runs",
|
||||
"dataflow_triggers",
|
||||
"dataflow_trigger_deliveries",
|
||||
},
|
||||
{
|
||||
name
|
||||
|
||||
Reference in New Issue
Block a user