We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4f220 commit 81d0748Copy full SHA for 81d0748
python/sources/influxdb_3/main.py
@@ -1,6 +1,7 @@
1
from dateutil import parser
2
import os
3
import inspect
4
+from typing import Any
5
6
from quixstreams import Application
7
from quixstreams.sources.community.influxdb3 import InfluxDB3Source
0 commit comments