integration
Here are 1,683 public repositories matching this topic...
-
Updated
May 5, 2021 - JavaScript
-
Updated
May 18, 2021 - Java
-
Updated
May 17, 2021 - C#
-
Updated
Apr 23, 2021
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
May 17, 2021 - Python
-
Updated
May 17, 2021 - Scala
-
Updated
May 17, 2021 - Scala
-
Updated
May 13, 2021 - Python
-
Updated
May 6, 2021 - Java
-
Updated
May 10, 2021 - PowerShell
-
Updated
Jan 24, 2017 - Scala
-
Updated
May 10, 2021 - TypeScript
Running operator against OpenShift 4.6 and noticed:
W0322 15:58:35.370055 10528 warnings.go:67] extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
-
Updated
May 18, 2021 - Java
-
Updated
May 6, 2021 - JavaScript
-
Updated
May 6, 2021 - JavaScript
-
Updated
May 17, 2021 - Python
-
Updated
May 17, 2021 - Java
-
Updated
May 18, 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
May 17, 2021 - Apex
-
Updated
Apr 26, 2021 - Java
-
Updated
May 12, 2021 - JavaScript
-
Updated
May 18, 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."
Tell us about the problem you're trying to solve
There will likely be long commands that should be run regularly as part of our build process. For example to run tests we want
pytest --cov=airbyte_cdk -s unit_testsfor running unit tests, similar commands for mypy and style checks etc..It might be a good addition to have a makefile which encodes these things by default so instead we just