Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
awmatheson authored Sep 9, 2024
1 parent 9c7911c commit f37c3d8
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 @@ -49,7 +49,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.
"""
current_time = datetime.now(timezone.utc)
query = f"""SELECT * from "{self.measurement}"
Expand Down

0 comments on commit f37c3d8

Please sign in to comment.