Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update config #71

Merged
merged 1 commit into from
Nov 22, 2024
Merged

update config #71

merged 1 commit into from
Nov 22, 2024

Conversation

MBueschelberger
Copy link
Member

In the Config object, we are type-casting several fields to AnyUrl but need the related values as string later on.

For this purpose, we will use the AnyUrl type annotation in order to make sure all Urls have a proper string-pattern with pydantic but type-cast into a string during the model-validation.

Copy link
Contributor

Coverage

Coverage Report
FileStmtsMissCoverMissing
data2rdf
   __init__.py50100% 
   config.py2611 96%
   utils.py811 88%
   warnings.py20100% 
data2rdf/models
   __init__.py30100% 
   base.py5455 91%
   graph.py10077 93%
   mapping.py3911 97%
   utils.py581414 76%
data2rdf/modes
   __init__.py40100% 
data2rdf/parsers
   __init__.py60100% 
   base.py1351111 92%
   csv.py1682020 88%
   excel.py1741717 90%
   json.py2053737 82%
   utils.py881010 89%
data2rdf/pipelines
   __init__.py20100% 
   main.py8299 89%
data2rdf/qudt
   __init__.py00100% 
   utils.py421212 71%
TOTAL120114588% 

Tests Skipped Failures Errors Time
117 0 💤 0 ❌ 0 🔥 2m 58s ⏱️

@MBueschelberger MBueschelberger merged commit 8fc7492 into main Nov 22, 2024
10 checks passed
@MBueschelberger MBueschelberger deleted the fix/anyurl branch November 22, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant