Query does not return row count from trade pipeline

https://learninghub.kx.com/forums/topic/query-does-not-return-row-count-from-trade-pipeline

I am trialling kdb+ and I have deployed trade pipeline but the query:
SELECT COUNT(*) from trade

results in 0 rows


The trade pipeline is RUNNING in Healthy status.


What am I missing ?


Just try this one.

``` select count i from trade

Thanks mate, I've got it. I realised that I hadn't run the 'quick test' before deploying. But I recreated the pipeline this time quick testing. All went well.
Thanks for responding anyways.