Skip to content

Commit

Permalink
Add some tests, remove dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmassen-hane committed Sep 19, 2023
1 parent d2e7dbb commit 29f50c6
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 280 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@
"type": "DATETIME",
"mode": "REQUIRED"
},
{
"name": "expires",
"description": "If the table is set to expire or not.",
"type": "BOOLEAN",
"mode": "REQUIRED"
},
{
"name": "date_expires",
"description": "Date of when the table expires.",
"type": "DATETIME",
"mode": "NULLABLE"
},
{
"name": "date_last_modified",
"description": "Date of when the table was modified - obtained from Observatory API DatasetRelease.data_interval_end.",
Expand Down
Loading

0 comments on commit 29f50c6

Please sign in to comment.