Spaces:
Sleeping
Sleeping
Adding pandas Sink
Browse files- config.yaml +7 -0
config.yaml
CHANGED
@@ -154,6 +154,13 @@ source:
|
|
154 |
urls:
|
155 |
- 'https://obsei.github.io/obsei/'
|
156 |
sink:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
Logger:
|
158 |
_icon_: "https://raw.githubusercontent.com/obsei/obsei-resources/master/logos/logger.png"
|
159 |
_help_: null
|
|
|
154 |
urls:
|
155 |
- 'https://obsei.github.io/obsei/'
|
156 |
sink:
|
157 |
+
Panda Dataframe:
|
158 |
+
_icon_: "https://raw.githubusercontent.com/obsei/obsei-resources/master/logos/pandas.svg"
|
159 |
+
_help_: null
|
160 |
+
sink:
|
161 |
+
_target_: obsei.sink.pandas_sink.PandasSink
|
162 |
+
config:
|
163 |
+
_target_: obsei.sink.pandas_sink.PandasSinkConfig
|
164 |
Logger:
|
165 |
_icon_: "https://raw.githubusercontent.com/obsei/obsei-resources/master/logos/logger.png"
|
166 |
_help_: null
|