Skip to content

Commit

Permalink
use none as filter value for registry deselection (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Oct 31, 2023
1 parent 5da6bd1 commit d8c4fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions carbonplan_offsets_db/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'american-carbon-registry',
'climate-action-reserve',
'art-trees',
'none',
]


Expand Down
2 changes: 1 addition & 1 deletion update_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def post_data_to_environment(env):
},
{
# 'url': f's3://carbonplan-offsets-db/final/{date_str}/clips.parquet',
's3://carbonplan-share/offsets-db-testing-data/final/clips.parquet'
'url': 's3://carbonplan-share/offsets-db-testing-data/final/clips.parquet',
'category': 'clips',
},
],
Expand Down

0 comments on commit d8c4fff

Please sign in to comment.