Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Add data contract
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannegele committed Sep 26, 2023
1 parent 062d103 commit 550b90c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions datacontract.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
dataContractSpecification: 0.9.0
id: my-data-contract-id
info:
title: My Data Contract
version: 0.0.1
schema:
type: dbt
specification: |-
version: 2
models:
- name: my_table
description: "contains data"
config:
materialized: table
columns:
- name: my_column
data_type: text
description: "contains values"

0 comments on commit 550b90c

Please sign in to comment.