Cover datasource publication change events
This commit is contained in:
@@ -15,6 +15,7 @@ from govoplan_core.core.dataflows import (
|
|||||||
dataflow_run_lifecycle,
|
dataflow_run_lifecycle,
|
||||||
)
|
)
|
||||||
from govoplan_core.core.automation import AutomationPrincipalResolution
|
from govoplan_core.core.automation import AutomationPrincipalResolution
|
||||||
|
from govoplan_core.core.change_sequence import ChangeSequenceEntry
|
||||||
from govoplan_core.core.access import (
|
from govoplan_core.core.access import (
|
||||||
CAPABILITY_AUTH_AUTOMATION_PRINCIPAL_PROVIDER,
|
CAPABILITY_AUTH_AUTOMATION_PRINCIPAL_PROVIDER,
|
||||||
)
|
)
|
||||||
@@ -79,6 +80,7 @@ def main() -> int:
|
|||||||
Base.metadata.create_all(
|
Base.metadata.create_all(
|
||||||
engine,
|
engine,
|
||||||
tables=[
|
tables=[
|
||||||
|
ChangeSequenceEntry.__table__,
|
||||||
DistributedLease.__table__,
|
DistributedLease.__table__,
|
||||||
RecoveryOperation.__table__,
|
RecoveryOperation.__table__,
|
||||||
RecoveryCheckpoint.__table__,
|
RecoveryCheckpoint.__table__,
|
||||||
|
|||||||
Reference in New Issue
Block a user