integration
Here are 1,561 public repositories matching this topic...
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Feb 5, 2021 - Java
-
Updated
Jan 15, 2021 - C#
-
Updated
Feb 5, 2021 - Python
Expected Behavior
When a user starts Airbyte for the first time with docker-compose up, their local environment variables shouldn't interfere with the startup process.
Current Behavior / Steps to Reproduce
Run export API_URL=http://badurl/ and then docker-compose up. The bad URL is used by Docker Compose by default.
This type of problem happened to a new user specifically for
-
Updated
Jan 25, 2021
-
Updated
Feb 5, 2021 - Scala
-
Updated
Feb 5, 2021 - Scala
-
Updated
Jan 21, 2021 - Python
-
Updated
Feb 5, 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 5, 2021 - JavaScript
-
Updated
Feb 5, 2021 - Java
-
Updated
Dec 30, 2020 - JavaScript
-
Updated
Jan 19, 2021 - Python
-
Updated
Jan 21, 2021 - Java
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Feb 5, 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 2, 2021 - JavaScript
-
Updated
Feb 3, 2021 - JavaScript
-
Updated
Jan 19, 2021 - Java
-
Updated
Feb 5, 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):