-
Updated
Oct 11, 2021 - Go
integration
Here are 1,905 public repositories matching this topic...
-
Updated
Nov 1, 2021 - JavaScript
-
Updated
Nov 11, 2021 - Java
-
Updated
Nov 8, 2021 - C#
-
Updated
Oct 13, 2021
-
Updated
Nov 11, 2021 - Python
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
Nov 9, 2021 - TypeScript
-
Updated
Nov 9, 2021 - Scala
-
Updated
Sep 29, 2021 - Python
-
Updated
Jun 23, 2021 - PowerShell
-
Updated
Nov 11, 2021 - Scala
-
Updated
Nov 11, 2021 - Java
-
Updated
Jan 24, 2017 - Scala
The operator prints periodically this info:
{"level":"info","ts":1623416979.434832,"logger":"camel-k","msg":"could not find any knative type in namespace camel, last error was: services.serving.knative.dev is forbidden: User \"system:serviceaccount:camel:camel-k-operator\" cannot list resource \"services\" in API group \"serving.knative.dev\" in the namespace \"camel\""}
It looks l
-
Updated
Nov 8, 2021 - Python
-
Updated
Nov 11, 2021 - Java
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Nov 11, 2021 - Java
-
Updated
Nov 4, 2021 - Apex
-
Updated
Nov 11, 2021 - Java
-
Updated
Nov 5, 2021 - Java
There's CHANGELOG.md file in the repo's root. It should link to am.angouri.org/whatsnew
-
Updated
Nov 7, 2021 - Java
-
Updated
Oct 18, 2018 - C
-
Updated
Nov 8, 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 can probably reduce the docker image size of our java based connectors by using the ADD command instead of COPYing the tar archive. See this PR for an example
Describe the solution you’d like
use the ADD command to reduce the size of the docker images