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

Change column name #2

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading