Skip to content

Commit

Permalink
remove library_dataset as field from ingest template
Browse files Browse the repository at this point in the history
  • Loading branch information
fvankrieken committed Nov 20, 2024
1 parent 22d71dd commit b302072
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dcpy/models/lifecycle/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ class Template(BaseModel, extra="forbid"):
ingestion: Ingestion
columns: list[Column] = []

## this is the original library template, included just for reference while we build out our new templates
library_dataset: library.DatasetDefinition | None = None

@property
def has_geom(self):
match self.ingestion.file_format:
Expand Down

0 comments on commit b302072

Please sign in to comment.