feat: consume governed datasources and shared graphs

This commit is contained in:
2026-07-28 12:44:46 +02:00
parent dee8380631
commit 6ca3058021
15 changed files with 248 additions and 272 deletions

View File

@@ -13,7 +13,7 @@ class DataflowManifestTests(unittest.TestCase):
self.assertIsInstance(manifest, ModuleManifest)
self.assertEqual(manifest.id, "dataflow")
self.assertEqual(manifest.dependencies, ())
self.assertIn("connectors", manifest.optional_dependencies)
self.assertIn("datasources", manifest.optional_dependencies)
self.assertIn("reporting", manifest.optional_dependencies)
self.assertIn("workflow", manifest.optional_dependencies)
self.assertEqual(manifest.frontend.package_name, "@govoplan/dataflow-webui")