obsei commited on
Commit
2697814
1 Parent(s): 35fc498

Adding pandas Sink

Browse files
Files changed (1) hide show
  1. 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