Skip to content

Commit

Permalink
Feature/pdct 1514 create event metadata in dfce helpers (#72)
Browse files Browse the repository at this point in the history
* Add FIXMEs

* Update logic for family published date

* Validate the taxonomy

* Bump to 3.8.24

* Try adding expression for published_date

* Try adding expression for published_date

* Fix metadata check

* Fix logic for checking datetime_event)name

* Return None if can't find datetime_event_name in event meta

* Remove type ignore

* Error handling

* Update pyproject.toml

* Update CODEOWNERS
  • Loading branch information
katybaulch authored Oct 31, 2024
1 parent 3db09ba commit 3205c03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence, members
# of @climatepolicyradar/tech-devs will be requested for
# of @climatepolicyradar/software will be requested for
# review when someone opens a pull request. Teams should
# be identified in the format @org/team-name. Teams must have
# explicit write access to the repository.
* @climatepolicyradar/tech-devs
* @climatepolicyradar/software
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "db-client"
version = "3.8.24"
version = "3.8.25"
description = "All things to do with the datamodel and its storage. Including alembic migrations and datamodel code."
authors = ["CPR-dev-team <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 3205c03

Please sign in to comment.