integration
Here are 1,580 public repositories matching this topic...
-
Updated
Feb 23, 2021 - JavaScript
-
Updated
Feb 24, 2021 - Java
-
Updated
Jan 15, 2021 - C#
SQL Insert Statement
Current behavior:
All the SQL activities either don't support Insert or are specific to a usecase
Expected behavior:
to be able to insert to a sql database in an activity
What is the motivation / use case for changing the behavior?
many workflows/pipelines require logging to a database
Additional information you deem important (e.g. I need this tomorrow):
-
Updated
Feb 15, 2021 - Python
-
Updated
Feb 14, 2021
-
Updated
Feb 24, 2021 - Scala
-
Updated
Feb 23, 2021 - Scala
-
Updated
Jan 21, 2021 - Python
-
Updated
Feb 12, 2021 - Java
-
Updated
Jan 24, 2017 - Scala
-
Updated
Dec 29, 2020 - PowerShell
The offending YAML was something like:
- from:
uri: timer:tick
steps:
- "log:info" # missing the "to:" part
Stack:
camel-k-operator-7957d7dff8-d4jsq camel-k-operator github.com/apache/camel-k/pkg/util/source.YAMLInspector.parseStep(0xc000b294d0, 0xc000c85360, 0x4, 0x1b5f3c0, 0xc00070e120, 0xc000cc1720, 0x0, 0x0)
camel-k-operator-7957d7dff8-d4jsq camel-
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Feb 24, 2021 - Java
-
Updated
Dec 30, 2020 - JavaScript
-
Updated
Feb 8, 2021 - Python
-
Updated
Feb 19, 2021 - TypeScript
-
Updated
Jan 21, 2021 - Java
-
Updated
Feb 24, 2021 - Java
-
Updated
Oct 18, 2018 - C
Is your feature request related to a problem? If yes, please describe the problem.
Currently our playground is without any code sharing capabilities.
Describe the solution you'd like to see.
Allow to share the playground with a certain query by adding the query as a base64 in the URL.
Were you inspired by anything else, that you have experienced?
Inspired by https://sandcastle
-
Updated
Jan 19, 2021 - Java
-
Updated
Feb 24, 2021 - Java
-
Updated
Feb 24, 2021 - JavaScript
-
Updated
Feb 10, 2021 - JavaScript
Improve this page
Add a description, image, and links to the integration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the integration 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.