Skip to content

Commit

Permalink
Add "test --examples"
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Feb 14, 2024
1 parent 9899ac9 commit e9cd6b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ $ datacontract lint datacontract.yaml
# execute schema and quality checks
$ datacontract test datacontract.yaml

# execute schema and quality checks on the examples within the contract
$ datacontract test --examples datacontract.yaml

# find differences between to data contracts (Coming Soon)
$ datacontract diff datacontract-v1.yaml datacontract-v2.yaml

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"soda-core-spark[databricks]~=3.1.5",
"soda-core-spark-df~=3.1.5",
"snowflake-connector-python[pandas]>=3.6,<3.8",
"duckdb>=0.9.3.dev3920",
"duckdb==0.9.2",
"fastjsonschema~=2.19.1",
"python-dotenv~=1.0.0",
"s3fs==2024.2.0",
Expand Down

0 comments on commit e9cd6b8

Please sign in to comment.