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: micronaut nonsense #52627

Merged
merged 4 commits into from
Jan 29, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
undelete for now
  • Loading branch information
edgao committed Jan 29, 2025
commit 2d55ded047b8d786ef0a6187f1c622e1df659bdd
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
airbyte:
destination:
core:
record-batch-size-override: 1 # 1 byte for testing; 1 record => 1 upload
file-transfer:
enabled: ${USE_FILE_TRANSFER:false}
staging-path: ${AIRBYTE_STAGING_DIRECTORY:/staging/files}
resources:
disk:
bytes: ${CONNECTOR_STORAGE_LIMIT_BYTES:5368709120} # 5GB
flush:
rate-ms: 900000 # 15 minutes
window-ms: 900000 # 15 minutes
Loading