Skip to content

Commit

Permalink
Update dataset release schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jdddog committed Mar 20, 2024
1 parent fc40423 commit 4c17b5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions observatory_platform/schema/dataset_release.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"name": "dag_run_id",
"mode": "REQUIRED",
"mode": "NULLABLE",
"type": "STRING",
"description": "The Airflow DAG run ID."
},
Expand Down Expand Up @@ -56,13 +56,13 @@
{
"name": "sequence_start",
"mode": "NULLABLE",
"type": "INT64",
"type": "NUMERIC",
"description": "The first sequence number of changefiles in this release. For datasets that provide changefiles with inserts, updates and deletes."
},
{
"name": "sequence_end",
"mode": "NULLABLE",
"type": "INT64",
"type": "NUMERIC",
"description": "The last sequence number of changefiles in this release. For datasets that provide changefiles with inserts, updates and deletes."
},
{
Expand Down

0 comments on commit 4c17b5d

Please sign in to comment.