Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

dvc.yaml 522 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  1. stages:
  2. schema:
  3. cmd: 'true'
  4. deps:
  5. - schemas/common-schema.status
  6. - schemas/loc-mds-schema.status
  7. - schemas/ol-schema.status
  8. - schemas/az-schema.status
  9. - schemas/bx-schema.status
  10. - schemas/gr-schema.status
  11. - schemas/viaf-schema.status
  12. all:
  13. cmd: 'true'
  14. deps:
  15. - index/loc-mds-book-info.status
  16. - index/gr-book-info.status
  17. - integrate/author-info.status
  18. - integrate/author-stats.status
  19. - integrate/cluster-stats.status
  20. - index/loc-mds-index-names.status
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...