Skip to content

Commit

Permalink
move to dataclass based ORM classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold committed May 22, 2024
1 parent f11d732 commit 2133851
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 97 deletions.
1 change: 1 addition & 0 deletions apps/backport/backport.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ def _upload_data_metadata(lg: Any, backport_short_name: str, dry_run: bool) -> N
# artificial variable with id just to get s3 paths
db_var = gm.Variable(
id=db_variable_row["id"],
description="",
datasetId=1,
unit="",
coverage="",
Expand Down
Loading

0 comments on commit 2133851

Please sign in to comment.