Skip to content

Commit b82bf32

Browse files
committed
Re-enable IOT example
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
1 parent 5be1e02 commit b82bf32

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
test_commands: |
3434
test logistics.sqrl --snapshot snapshots
3535
36-
# - example: iot-sensor
37-
# path: iot-sensor-metrics
38-
# test_commands: |
39-
# test sensors.sqrl --snapshot snapshots
36+
- example: iot-sensor
37+
path: iot-sensor-metrics
38+
test_commands: |
39+
test sensors.sqrl --snapshot snapshots
4040
4141
- example: retail
4242
path: retail-customer360-nutshop

iot-sensor-metrics/sensors.sqrl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ SensorMaxTempTest := SELECT sensorid, maxTemp FROM SensorMaxTemp ORDER BY sensor
2929
/* ======= CHAT AGENT HISTORY ==== */
3030

3131
/* Part 3: Integrate Chat Agent */
32+
/*
33+
FIXME commented out as there is no InternalSaveChatMessage inside sensor-local
3234
IMPORT sensors.InternalSaveChatMessage;
3335

3436
InternalGetChatMessages := SELECT c.role, c.content, c.name, c.functionCall, c.customerid, c.event_time AS timestamp,
3537
c._uuid AS uuid FROM InternalSaveChatMessage c ORDER BY timestamp DESC;
38+
*/

0 commit comments

Comments
 (0)