Skip to content

Commit

Permalink
Make fact column nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
MaloChevillotte committed Dec 12, 2024
1 parent befe6d3 commit 27c3de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eppo_metrics_sync/schema/eppo_metric_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"column": {
"description": "The column that contains this fact (if not specified, will use each record)",
"type": "string"
"type": ["string", "null"]
},
"description": {
"description": "User-friendly description of the fact",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='eppo_metrics_sync',
version='0.1.1',
version='0.1.2',
packages=find_packages(),
install_requires=[
'PyYAML', 'jsonschema', 'requests'
Expand Down

0 comments on commit 27c3de9

Please sign in to comment.