Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulalgorithm committed Sep 24, 2024
1 parent c052a5a commit 6e5d6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions metaphor/postgresql/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def _normalize_emails(cls, username_to_email: Dict[str, str]):
in username_to_email.items()
}


@dataclass(config=ConnectorConfig)
class BasePostgreSQLRunConfig(BaseConfig):
host: str
Expand Down
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 = "metaphor-connectors"
version = "0.14.108"
version = "0.14.109"
license = "Apache-2.0"
description = "A collection of Python-based 'connectors' that extract metadata from various sources to ingest into the Metaphor app."
authors = ["Metaphor <[email protected]>"]
Expand Down

0 comments on commit 6e5d6c3

Please sign in to comment.