Skip to content

Commit

Permalink
dp0.2 preliminary schema and file renames
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzm committed Mar 10, 2022
1 parent cf67459 commit b54cac1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion browser/dp02.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: schema
title: Data Preview 0.2 Schema (Preliminary)
schema: dp02
schema: dp02_dc2
sort-index: 11
---
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
6 changes: 3 additions & 3 deletions tap-schema/build-all
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -ex
./build mock
./build stable ../yml/hsc_gen2.yaml ../yml/hsc.yaml ../yml/wise_01.yml ../yml/dp01_dc2.yaml ../yml/dp02.yaml
./build int ../yml/hsc_gen2.yaml ../yml/hsc.yaml ../yml/wise_01.yml ../yml/dp01_dc2.yaml ../yml/dp02.yaml
./build stable ../yml/hsc_gen2.yaml ../yml/hsc.yaml ../yml/wise_01.yml ../yml/dp01_dc2.yaml ../yml/dp02_dc2.yaml
./build int ../yml/hsc_gen2.yaml ../yml/hsc.yaml ../yml/wise_01.yml ../yml/dp01_dc2.yaml ../yml/dp02_dc2.yaml
./build idfprod ../yml/dp01_dc2.yaml
./build idfint ../yml/dp01_dc2.yaml ../yml/dp02.yaml
./build idfint ../yml/dp01_dc2.yaml ../yml/dp02_dc2.yaml
4 changes: 2 additions & 2 deletions yml/dp02.yaml → yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: dp02Schema
"@id": "#dp02Schema"
name: dp02_dc2_catalogs
"@id": dc2
tables:
- name: object
"@id": "#Object"
Expand Down

0 comments on commit b54cac1

Please sign in to comment.