Skip to content
#

connectors

Here are 44 public repositories matching this topic...

paualarco
paualarco commented Jan 2, 2021

Additionally, it would be good if we could reuse the ReplaceOneModel and UpdateOneModel from the sink signatures,
where currently they are expecting a Tuple2[Bson, Bson] for the updates, and a Tuple2[Bson, Document], we could create a case class respectively to wrap those values in a more idiomatic way.
i.e

case class ReplaceOne[Doc](filter: Bson, replacement: Doc) {
 def to
mubeta06
mubeta06 commented Nov 26, 2020

I am working with an Odata API interface which presents timestamp values such as lastModified in a format similar to `//Date(1530144000000+0530)/. Would it be possible to get such date formats supported. If this is something that could be supported I'd be happy to contribute this sort of functionality, a steer in the right direction would certainly be appreciated.

bibimorlet
bibimorlet commented Feb 17, 2021

Current behavior:
JSONStream or NormalizedJSONStream are randomly defined in readers as outputs.

Expected behavior:
As a user, I want to have non-normalized streams (JSONStream for example) in the readers because I want to normalize them with the --normalize-keys parameter at the entrypoint.py level if needed.

Improve this page

Add a description, image, and links to the connectors topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the connectors topic, visit your repo's landing page and select "manage topics."

Learn more