Skip to content
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

Bulk Load CDK: final micronaut properties cleanup #52093

Merged

Conversation

edgao
Copy link
Contributor

@edgao edgao commented Jan 22, 2025

  • move all our micronaut properties to airbyte.destination.<submodule>.*
  • move our base application.yaml from core/base -> core/load
  • delete redundant dev-null application-override.yaml (everything works without it???)
  • create AwsEnvVarConstants

@edgao edgao requested review from a team as code owners January 22, 2025 20:59
Copy link

vercel bot commented Jan 22, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 24, 2025 5:33pm

rate-ms: 900000 # 15 minutes
window-ms: 900000 # 15 minutes
destination:
record-batch-size-override: ${AIRBYTE_DESTINATION_RECORD_BATCH_SIZE_OVERRIDE:null}
Copy link
Contributor

@postamar postamar Jan 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for future reference: if this file should have existed at all, it should have been in core/load not core/base

Copy link
Contributor Author

@edgao edgao Jan 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, this pr is moving it in there (and also namespacing all the other properties under airbyte.destination.core, which is why git doesn't recognize the file move >.>)

@edgao edgao force-pushed the edgao/file_transfer_as_property branch from f442bc0 to a2c9ae6 Compare January 23, 2025 18:37
@edgao edgao force-pushed the edgao/micronaut_constant_shuffling branch from 48d4a65 to 7a05bca Compare January 23, 2025 18:37
@edgao edgao force-pushed the edgao/file_transfer_as_property branch from a2c9ae6 to c96f3e1 Compare January 23, 2025 18:55
@edgao edgao force-pushed the edgao/micronaut_constant_shuffling branch from 7a05bca to 6cc6cb0 Compare January 23, 2025 18:55
@edgao edgao force-pushed the edgao/file_transfer_as_property branch from c96f3e1 to 57d8302 Compare January 24, 2025 17:21
@edgao edgao force-pushed the edgao/micronaut_constant_shuffling branch from 6cc6cb0 to 09099a4 Compare January 24, 2025 17:21
@edgao edgao merged commit 293e8f3 into edgao/file_transfer_as_property Jan 24, 2025
26 of 34 checks passed
@edgao edgao deleted the edgao/micronaut_constant_shuffling branch January 24, 2025 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants