Skip to content

Commit 3d4ea6f

Browse files
committed
Updates for modeling
1 parent aa4731f commit 3d4ea6f

File tree

13 files changed

+1104
-149
lines changed

13 files changed

+1104
-149
lines changed

atelier-data/Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ path = "examples/market_sync/coinbase/coinbase_markets.rs"
4848
name = "kraken_markets"
4949
path = "examples/market_sync/kraken/kraken_markets.rs"
5050

51+
# ── market_strems ──
52+
53+
[[example]]
54+
name = "market_fetch"
55+
path = "examples/market_strems/market_fetch.rs"
56+
5157
# ── bybit tests ──
5258

5359
[[test]]
@@ -116,6 +122,10 @@ path = "tests/types/snapshots/test_market_aggregate.rs"
116122
name = "test_temporal_resolutions"
117123
path = "tests/types/temporal/test_resolutions.rs"
118124

125+
[[test]]
126+
name = "test_temporal_validations"
127+
path = "tests/types/temporal/test_validations.rs"
128+
119129
# ── parquet round-trip tests ──
120130

121131
[[test]]

0 commit comments

Comments
 (0)