dlt._workspace.deployment.exceptions
ManifestValidationResult Objects
class ManifestValidationResult(NamedTuple)
unresolved_triggers
Maps job_ref -> list of unresolved upstream job refs from triggers.
ManifestImportError Objects
class ManifestImportError(DeploymentException)
Deployment module cannot be loaded for manifest generation.
AmbiguousJobSelector Objects
class AmbiguousJobSelector(DeploymentException)
Selector matched multiple jobs; narrow with a more specific selector or --job-ref.
JobRefNotInCandidates Objects
class JobRefNotInCandidates(DeploymentException)
--job-ref doesn't match any candidate from the selector match-set.
NoMatchingJobs Objects
class NoMatchingJobs(DeploymentException, LookupError)
No job matched the given selectors; lists candidates to choose from instead.