Missing data written to bucket

Hi everyone,

I have a C# class that reads a csv file and writes it to an InflluxDB bucket with the following:

client.GetWriteApi().WritePoint(point, “mybucket”, “myorg”);

After I have about 1,300 successful iterations I look in the bucket and there is no data there.

Any ideas why?

Thanks in advance!