Skip to content

Commit

Permalink
Remove Commas
Browse files Browse the repository at this point in the history
  • Loading branch information
vinooganesh committed Jul 31, 2023
1 parent 0174162 commit 0cf4db4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions chapter3/models/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ models:
- name: btc
description: "BTC Data"
columns:
- name: currency,
- name: currency
description: "The type of coin"
- name: date
description: "The date of the data point"
Expand All @@ -21,7 +21,7 @@ models:
- name: eth
description: "ETH Data"
columns:
- name: currency,
- name: currency
description: "The type of coin"
- name: date
description: "The date of the data point"
Expand All @@ -37,7 +37,7 @@ models:
- name: link
description: "LINK Data"
columns:
- name: currency,
- name: currency
description: "The type of coin"
- name: date
description: "The date of the data point"
Expand Down Expand Up @@ -69,7 +69,7 @@ models:
- name: xlm
description: "XLM Data"
columns:
- name: currency,
- name: currency
description: "The type of coin"
- name: date
description: "The date of the data point"
Expand All @@ -85,7 +85,7 @@ models:
- name: xrp
description: "XRP Data"
columns:
- name: currency,
- name: currency
description: "The type of coin"
- name: date
description: "The date of the data point"
Expand Down

0 comments on commit 0cf4db4

Please sign in to comment.