Skip to content

Commit

Permalink
add yaml for notebook examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lalmei committed Mar 24, 2021
1 parent a74d025 commit 945fbfe
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ coverage.xml
.hypothesis/
.pytest_cache/
cover/
mlrun/
mlruns/

# Translations
*.mo
Expand Down
23 changes: 23 additions & 0 deletions .whylogs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

project: s3_example_project
pipeline: latest_results
verbose: false
writers:
- formats:
- protobuf
output_path: s3://super_awesome_bucket/
path_template: $name/dataset_summary
filename_template: dataset_summary
type: s3
- formats:
- flat
output_path: s3://super_awesome_bucket/
path_template: $name/dataset_summary
filename_template: dataset_summary
type: s3
- formats:
- json
output_path: s3://super_awesome_bucket/
path_template: $name/dataset_summary
filename_template: dataset_summary
type: s3

0 comments on commit 945fbfe

Please sign in to comment.