octavia-bot[bot]
f814186290
chore: upgrade destination-dev-null to bulk CDK 0.1.61 ( #69128 )
...
Co-authored-by: edgao <5741425+edgao@users.noreply.github.com >
Co-authored-by: octavia-bot[bot] <108746235+octavia-bot[bot]@users.noreply.github.com>
Co-authored-by: Subodh Kant Chaturvedi <subodh1810@gmail.com >
2025-11-05 12:25:48 +05:30
Subodh Kant Chaturvedi
9eb70fb5a7
feat: update speed destination connectors to work with new proto format ( #67153 )
...
Co-authored-by: Rodi Reich Zilberman <867491+rodireich@users.noreply.github.com >
2025-10-21 23:03:33 +05:30
Ian Alton
4f97ee2dab
docs: update plan names in docs content ( #67573 )
...
## What
<!--
* Describe what the change is solving. Link all GitHub issues related to
this change.
-->
This pull request updates plan names across most of the Documentation so
they're consistent with our current plan names.
## How
<!--
* Describe how code changes achieve the solution.
-->
My original plan was to convert free text to MDX variables so we only
had to make future updates to names in one place. While broadly
successful, there were numerous edge cases that made rolling this out
almost impossible. There were too many ways and places you couldn't use
variables due to a variety of limitations in Docusaurus and Airbyte's
internal MarkDown processor. Explaining how to properly use them made me
realize how prohibitively insufficient this was. In the end, I opted to
return to using free text for plan names.
Scope is now broadly reduced. This PR:
- Converts remaining instances of old plan names to new plan names. In
most cases, I replaced old plan names with new plan names directly. In
some cases, sentences were rewritten to make a bit more sense or be more
maintainable in the future.
- Removes previously added preprocessor variables from Docusaurus
configuration.
- Update Vale styles or various artifacts of content based on linter
findings.
## Review guide
<!--
1. `x.py`
2. `y.py`
-->
Spot check updated pages to ensure plan names appear appropriately. It's
probably not necessary to check every single instance in detail.
For Platform docs, changes only apply to the Next/Cloud version. After
merging, I'll regenerate 2.0 docs based on this. 1.8 and before won't be
updated.
## User Impact
<!--
* What is the end result perceived by the user?
* If there are negative side effects, please list them.
-->
People can see correct plan names in docs content.
## Can this PR be safely reverted and rolled back?
<!--
* If unsure, leave it blank.
-->
- [x] YES 💚
- [ ] NO ❌
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-17 17:34:29 -07:00
Edward Gao
6f3ce06866
pin local connectors to latest cdk ( #66684 )
2025-09-24 14:19:53 -07:00
Edward Gao
e799a7e117
Destination dev null: dest publish ( #65999 )
2025-09-08 10:18:48 -07:00
Edward Gao
ef26756444
Destination Dev Null: test release; pin to CDK artifact ( #64897 )
2025-08-12 16:52:55 +00:00
Subodh Kant Chaturvedi
1ecc157819
chore: re-release dev null with latest cdk ( #64117 )
2025-07-30 13:36:50 +05:30
Subodh Kant Chaturvedi
53b6f63422
feat: upgrade dev-null to speed architecture ( #61585 )
2025-06-25 01:42:00 +05:30
Davin Chia
3a6a4caac8
chore: use dev-null to test new publishing flow. ( #61587 )
2025-06-13 16:55:06 +00:00
Johnny Schmidt
f86428a14f
[Dest-DevNull] Noop Connector IPC Options ( #60938 )
2025-05-28 09:12:34 -07:00
Davin Chia
fdffc9af2f
chore: migrate dev-null to base 2.0.2. ( #60312 )
2025-05-16 13:45:29 -04:00
Teal Larson
c83382f017
allow file based syncs to dev null ( #60301 )
2025-05-15 15:51:03 -04:00
Davin Chia
7792347b77
chore: test new publishing flow. ( #59766 )
...
Bump a version to test publishing in the new flow.
2025-05-09 19:34:51 -04:00
Davin Chia
ad538f4bab
chore: move dest-dev-null to new non-dagger flow. ( #59759 )
...
Prep to transition dev-null onto the new flow set up in #59716 .
2025-05-09 21:47:21 +00:00
Johnny Schmidt
0543ad60ba
Load-CDK: Bugfix: Correct jackson-to-input-string ratio ( #59710 )
2025-05-07 20:11:38 +00:00
Davin Chia
e83517dc70
M4 Compatibility: Part 1. ( #55906 )
2025-03-21 19:43:12 -04:00
Francis Genet
cd7c0aa802
Update CDK to pass DestinationRecordRaw around ( #55737 )
...
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
Co-authored-by: Edward Gao <edward.gao@airbyte.io >
2025-03-13 22:48:01 +02:00
Johnny Schmidt
80db58ff20
Destination DevNull: Use DirectLoader (no spill2disk) ( #54179 )
2025-02-25 21:25:37 +02:00
Edward Gao
7c12755f35
Bulk Load CDK: refactor micronaut property handling ( #51600 )
2025-01-28 09:21:19 -08:00
Johnny Schmidt
5c04f5f34a
Load CDK Tests: Generalize Microbatch Fix for State Ack-Dependent Tests ( #52076 )
2025-01-23 20:14:45 +02:00
Benoit Moriceau
671d4de84f
Add file support to the bulk CDK ( #49931 )
2024-12-24 10:36:48 -08:00
Johnny Schmidt
1bd65afe8c
Bulk Load CDK: Remove interfaces from InputFlow, migrate tests to mockk ( #49974 )
2024-12-21 00:00:20 +02:00
Augustin
1ebd908c1c
destination-dev-null: Use airbyte/java-connector-base:1.0.0 ( #49899 )
...
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2024-12-19 10:25:28 +02:00
Johnny Schmidt
6118419c3a
Load CDK: S3V2 processes in processRecords, uploads in processBatch ( #49819 )
2024-12-18 06:15:55 +02:00
github-actions[bot]
fd2d4ac244
🐙 destination-dev-null: release 0.7.12 ( #48794 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Augustin <augustin@airbyte.io >
2024-12-05 20:08:51 +02:00
Catherine Noll
de4e88c594
feat: update destination dev-null for progressive rollout testing ( #48793 )
2024-12-03 22:38:47 -05:00
Catherine Noll
d93f6f7607
feat: update destination dev-null for progressive rollout testing ( #48693 )
...
Co-authored-by: Johnny Schmidt <john.schmidt@airbyte.io >
2024-11-26 15:37:41 -05:00
Benoit Moriceau
bda07f90ca
Bmoric/stream loader ( #48468 )
2024-11-18 14:02:10 -08:00
Edward Gao
57f076fefd
Bulk load CDK: Fix longs in additionalProperties ( #48429 )
2024-11-08 13:02:13 -08:00
Edward Gao
faf7e618eb
Bulk load CDK: explicitly handle id in state messages ( #48417 )
2024-11-08 02:58:38 +02:00
Johnny Schmidt
93af918289
Bulk Load CDK: Global Checkpoint sends correct additional properties ( #48416 )
2024-11-07 15:18:28 -08:00
Marius Posta
a4847dfe49
bulk-cdk: add feature flag environments ( #46692 )
2024-10-18 05:36:01 +03:00
Edward Gao
ee5e553278
Destination dev-null: release with recent CDK ( #46926 )
2024-10-16 01:20:53 +03:00
Johnny Schmidt
4d3907ab58
Destination DevNull: Bumping to pick up a fix ( #46683 )
2024-10-09 12:20:23 -07:00
Edward Gao
39b32b33a6
Bulk CDK: Rename stuff to prevent conflicts ( #46650 )
2024-10-09 00:12:35 +03:00
Johnny Schmidt
8dad3a5cf5
Destination DevNull: Pick up latest CDK changes for perf eval ( #46559 )
2024-10-08 12:53:21 -07:00
Edward Gao
721392079a
Bulk CDK: Enable setting deployment mode in integration tests; update destinations check test appropriately ( #45929 )
2024-10-01 18:32:46 +03:00
Edward Gao
4b3533ad67
Destination dev null: rebase onto master ( #46276 )
...
Co-authored-by: Johnny Schmidt <john.schmidt@airbyte.io >
2024-10-01 02:17:20 +03:00
Johnny Schmidt
7cdd998aa5
Load CDK E2ETest Destination w/o tests ( #45147 )
2024-09-26 14:24:49 -07:00
Stephane Geneix
95430fba76
destination-dev-null: add to OSS registry ( #45715 )
2024-09-20 16:54:34 -07:00
Stephane Geneix
d4952010c5
destination-dev-null: merge cloud and OSS ( #45651 )
2024-09-20 15:38:31 -07:00
Audrey Maldonado
b9690ba76e
Wrapping changelog in details for a collapsible view ( #38801 )
2024-06-04 13:40:53 -04:00
Edward Gao
3525225e6e
Destination dev null: support dedup ( #38118 )
2024-05-10 10:28:24 -07:00
Natik Gadzhi
cb80e6922a
[tools] prettier rules for .md + formatting cleanup
2024-05-07 08:19:33 -07:00
Benoit Moriceau
b8fad80f90
Cloud e2e support refreshes ( #37694 )
2024-04-30 08:50:00 -07:00
terencecho
780903ff80
🚨 🚨 e2e-test: Standardize e2e testing destination spec ( #25776 )
...
* Standardize e2e testing destination
* Change casing
* Fix implementation
* Update versions and docs
* Do major version bump
* Update acceptance tests
* use correct name
* Fix implementation
* Automated Change
* Revert "Automated Change"
This reverts commit 816b66229f .
* Automated Change
* Fix unit test
---------
Co-authored-by: terencecho <terencecho@users.noreply.github.com >
2023-05-15 14:01:54 -07:00
Evan Tahler
92ad0fdc07
Destination doc and warning updates ( #20110 )
...
* Doc updates
* Bigquery Denormalized
* bump faker for change
* ignore missing strict-encrypt connectors from ci check
* Apply suggestions from code review
Co-authored-by: Augustin <augustin@airbyte.io >
* Fix MD titles
Co-authored-by: Augustin <augustin@airbyte.io >
2022-12-06 12:10:13 -08:00