feat: pass telemetry project id to semantic daemon

This commit is contained in:
Andrey Avtomonov 2026-05-22 16:15:48 +02:00
parent 1c6c6c853f
commit 2cbafa3df6
7 changed files with 71 additions and 1 deletions

View file

@ -452,6 +452,7 @@ joins: []
cliVersion: '0.2.0',
installPolicy: 'auto',
io: { stdout, stderr },
projectDir,
});
expect(stdout.write).toHaveBeenCalledWith('select count(*) as order_count from public.orders\n');
});