Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bytewax/bytewax-influxdb
Browse files Browse the repository at this point in the history
merge main
  • Loading branch information
awmatheson committed Sep 10, 2024
2 parents 6c0a9d2 + f37c3d8 commit 37112bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bytewax/influxdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def next_batch(self) -> List[RecordBatch]:
Returns:
List[RecordBatch]: A list of data points retrieved from InfluxDB returned
as Record Batches.
as Arrow Record Batches. That can convert into dataframes or similar.
"""
head_time = self.last_time + self.interval
query = f"""SELECT * from "{self.measurement}"
Expand Down

0 comments on commit 37112bb

Please sign in to comment.