Skip to content

Commit 388657e

Browse files
committed
Release 1.0.1
1 parent 686a141 commit 388657e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/references/capmkts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This module is designed to generate synthetic capital market data, including `tr
77
The module provides two primary functions:
88

99
```q
10-
([getInMemoryTables; buildPersistedDB]): use `kx.demo-data-gen.capmkts
10+
([getInMemoryTables; buildPersistedDB]): use `$"kx.demo-data-gen.capmkts"
1111
```
1212

1313
To generate in-memory tables `trade`, `quote`, and `nbbo` along with metadata tables `master` and dictionary `exnames`, use the `getInMemoryTables` function:

docs/references/devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Incident records, stored in the `incidents` table, are generated whenever a user
1313
The module provides a single function that returns in-memory tables.
1414

1515
```q
16-
([getInMemoryTables]): use `kx.demodatagen.devops
16+
([getInMemoryTables]): use `$"kx.demodatagen.devops"
1717
```
1818

1919
The CPU metrics are collected from midnight until the current query time (`.z.T`).

0 commit comments

Comments
 (0)