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

Commit

Permalink
Change column name
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannegele committed Oct 5, 2023
1 parent b7e3163 commit de21ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datacontract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dataContractSpecification: 0.9.0
id: my-data-contract-id
info:
title: My Data Contract
version: 0.0.1
version: 0.0.2
schema:
type: dbt
specification: |-
Expand All @@ -13,6 +13,6 @@ schema:
config:
materialized: table
columns:
- name: my_column
- name: my_column_2
data_type: text
description: "contains values"

0 comments on commit de21ad7

Please sign in to comment.