-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎉 Destination Postgres: Add support for additional JDBC URL Params input #11954
🎉 Destination Postgres: Add support for additional JDBC URL Params input #11954
Conversation
/test connector=connectors/source-postgres
|
Oh wait Sonar Scan is doing that for me :D |
.../source-postgres/src/test/java/io/airbyte/integrations/source/postgres/PostgresSpecTest.java
Outdated
Show resolved
Hide resolved
Co-authored-by: pmossman <[email protected]>
* #10938 fix docs and spec * #10938 add pr * auto-bump connector version Co-authored-by: Octavia Squidington III <[email protected]>
* update to our newer Dockerfile format * fixes to source-file spec * auto-bump connector version Co-authored-by: Octavia Squidington III <[email protected]>
* Upgrade dependencies * Upgrade TypeScript
…took all memory of kube pods (#11692)
* Fix countConnectionsForWorkspace to ignore deprecated connections * Fix test expectations
* fix parens * fix formatting for hints * remove hint from non-docusaurus or gitbook doc
… artifact (#11484) * source-bigquery: escape column names and update google cloud bigquery artifact * source-bigquery: escape column names and update google cloud bigquery artifact * source-bigquery: fix formatting * source-bigquery: fix review comments * bump versions * bump versions source_specs.yaml * revert bump versions * fix publish-command.yml * revert publish-command.yml * auto-bump connector version Co-authored-by: Octavia Squidington III <[email protected]>
* Update airbyte-specification.md * Update upgrading-airbyte.md * Update namespaces.md
* adding env config JOB_KUBE_SIDECAR_CONTAINER_IMAGE_PULL_POLICY to support image pull policy on sidecar containers * add documentation * docs: adding more description and trying to force cla check. * docs: fix wording
/publish auto-bump-version=true connector=connectors/source-postgres
|
/publish auto-bump-version=true connector=connectors/destination-postgres
|
* set up firebase for local cloud deploy * remove log lines * add empty line
Seems like a known issue with GHA personal access tokens behaving weirdly sometimes: fatih/vim-go#3104 /publish auto-bump-version=true connector=connectors/source-postgres |
…bytehq/airbyte into noah/postgres-jdbc-additional-params
omg, closing and reopening clean PR |
What
Looking for something easy to get familiar with the connector workflow. Adds ability to use
jdbc_url_params
in Postgres Destination spec for arbitrary parameters. Solves Postgres Destination for #9501.Closes #10720
How
Add
jdbc_url_params
into spec and some tests to make sure the JDBC url has the params appended.Recommended reading order
🚨 User Impact 🚨
None, feature is opt-in
Pre-merge Checklist
Updating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereTests
Unit
Put your unit tests output here.
Integration
Put your integration tests output here.
Acceptance
Put your acceptance tests output here.