-
Updated
Feb 23, 2021 - Python
connectors
Here are 44 public repositories matching this topic...
-
Updated
Sep 3, 2020 - Go
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 toI 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.
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.
-
Updated
Jun 9, 2017 - OpenSCAD
-
Updated
Dec 11, 2020 - Python
-
Updated
Feb 10, 2021 - Java
-
Updated
Jun 13, 2017 - Java
-
Updated
Feb 16, 2021 - Java
-
Updated
Jun 21, 2019 - JavaScript
-
Updated
Nov 12, 2020 - Java
-
Updated
Sep 8, 2020 - C++
-
Updated
Feb 14, 2021 - Java
-
Updated
Nov 8, 2018 - JavaScript
-
Updated
Mar 27, 2020 - JavaScript
-
Updated
Aug 11, 2017 - Ruby
-
Updated
Dec 13, 2017 - Java
-
Updated
Jun 26, 2020
-
Updated
Feb 8, 2021
-
Updated
Nov 27, 2019 - Makefile
-
Updated
Mar 27, 2020 - JavaScript
-
Updated
Feb 23, 2021 - Java
-
Updated
Jan 5, 2021 - JavaScript
-
Updated
Mar 27, 2020 - JavaScript
-
Updated
Mar 27, 2020 - JavaScript
-
Updated
Dec 3, 2019
Improve this page
Add a description, image, and links to the connectors topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the connectors topic, visit your repo's landing page and select "manage topics."
Tell us about the problem you're trying to solve
We have a spec cache
CachingSchedulerJobClientwhich contains a methodinvalidateCachewhich invalidates the whole cache wholesale. It would be nice to have a methodevictFromCachewhich invalidates a specific cache entry to allow invalidating portions of the cache.