Skip to content

Commit

Permalink
Merge branch 'main' of github.com:LinkedInLearning/advance-your-sql-s…
Browse files Browse the repository at this point in the history
…kills-for-data-engineering-3315012
  • Loading branch information
vinooganesh committed Jul 31, 2023
2 parents 690c1dc + bd99e5f commit 0174162
Showing 1 changed file with 6 additions and 73 deletions.
79 changes: 6 additions & 73 deletions chapter3/models/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,160 +7,93 @@ models:
columns:
- name: currency,
description: "The type of coin"
tests:
- not_null
- name: date
description: "The date of the data point"
tests:
- not_null
- name: closing_price
description: "Closing Price in USD"
tests:
- not_null
- name: 24h_open
description: "The open price"
tests:
- not_null
- name: 24h_high
description: "The high price over 24H"
tests:
- not_null
- name: 24h_low
description: "The low price over 24H"
tests:
- not_null

- name: eth
description: "ETH Data"
columns:
- name: currency,
description: "The type of coin"
tests:
- not_null
- name: date
description: "The date of the data point"
tests:
- not_null
- name: closing_price
description: "Closing Price in USD"
tests:
- not_null
- name: 24h_open
description: "The open price"
tests:
- not_null
- name: 24h_high
description: "The high price over 24H"
tests:
- not_null
- name: 24h_low
description: "The low price over 24H"
tests:
- not_null

- name: link
description: "LINK Data"
columns:
- name: currency,
description: "The type of coin"
tests:
- not_null
- name: date
description: "The date of the data point"
tests:
- not_null
- name: closing_price
description: "Closing Price in USD"
tests:
- not_null
- name: 24h_open
description: "The open price"
tests:
- not_null
- name: 24h_high
description: "The high price over 24H"
tests:
- not_null
- name: 24h_low
description: "The low price over 24H"
tests:
- not_null

- name: oxt
description: "OTX Data"
columns:
- name: currency,
description: "The type of coin"
tests:
- not_null
- name: date
description: "The date of the data point"
tests:
- not_null
- name: closing_price
description: "Closing Price in USD"
tests:
- not_null
- name: 24h_open
description: "The open price"
tests:
- not_null
- name: 24h_high
description: "The high price over 24H"
tests:
- not_null
- name: 24h_low
description: "The low price over 24H"
tests:
- not_null

- name: xlm
description: "XLM Data"
columns:
- name: currency,
description: "The type of coin"
tests:
- not_null
- name: date
description: "The date of the data point"
tests:
- not_null
- name: closing_price
description: "Closing Price in USD"
tests:
- not_null
- name: 24h_open
description: "The open price"
tests:
- not_null
- name: 24h_high
description: "The high price over 24H"
tests:
- not_null
- name: 24h_low
description: "The low price over 24H"
tests:
- not_null

- name: xrp
description: "XRP Data"
columns:
- name: currency,
description: "The type of coin"
tests:
- not_null
- name: date
description: "The date of the data point"
tests:
- not_null
- name: closing_price
description: "Closing Price in USD"
tests:
- not_null
- name: 24h_open
description: "The open price"
tests:
- not_null
- name: 24h_high
description: "The high price over 24H"
tests:
- not_null
- name: 24h_low
description: "The low price over 24H"
tests:
- not_null
description: "The low price over 24H"

0 comments on commit 0174162

Please sign in to comment.