integration
Here are 1,564 public repositories matching this topic...
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Feb 13, 2021 - Java
-
Updated
Jan 15, 2021 - C#
Tell us about the problem you're trying to solve
A connector is an evolving piece of software. We want to set the proper expectations for an Airbyte user when using a connector.
Describe the solution you’d like
When selecting a connector, a user should see if it is an early, not super tested connector or very mature one (# of levels to be defined).
-
Updated
Feb 10, 2021 - Python
-
Updated
Feb 9, 2021
-
Updated
Feb 10, 2021 - Scala
-
Updated
Feb 12, 2021 - Scala
-
Updated
Jan 21, 2021 - Python
-
Updated
Feb 12, 2021 - Java
-
Updated
Jan 24, 2017 - Scala
-
Updated
Dec 29, 2020 - PowerShell
Setting logging.level.org.apache.camel=DEBUG does not affect integration logs.
So if users set flag --logging-level org.apache.camel=DEBUG, that is currently translated into the property above and does not work.
The correct mapping should be something like: quarkus.log.category."org.apache.camel".level=DEBUG
We should also change the doc to point to the Quarkus documentation for con
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Feb 13, 2021 - Java
-
Updated
Dec 30, 2020 - JavaScript
-
Updated
Feb 8, 2021 - Python
-
Updated
Jan 21, 2021 - Java
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Feb 13, 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
Feb 10, 2021 - JavaScript
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Jan 19, 2021 - Java
-
Updated
Feb 12, 2021 - Java
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."
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):