├── .github └── workflows │ ├── teams-notification.yml │ └── test-compliancy.yml ├── .gitignore ├── LICENSE ├── README.md ├── data-product-specification.cue └── example.yaml /.github/workflows/teams-notification.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/Data-Product-Specification/HEAD/.github/workflows/teams-notification.yml -------------------------------------------------------------------------------- /.github/workflows/test-compliancy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/Data-Product-Specification/HEAD/.github/workflows/test-compliancy.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/Data-Product-Specification/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/Data-Product-Specification/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/Data-Product-Specification/HEAD/README.md -------------------------------------------------------------------------------- /data-product-specification.cue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/Data-Product-Specification/HEAD/data-product-specification.cue -------------------------------------------------------------------------------- /example.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agile-lab-dev/Data-Product-Specification/HEAD/example.yaml --------------------------------------------------------------------------------