|
966 | 966 | - "overwrite"
|
967 | 967 | - "append"
|
968 | 968 | - "append_dedup"
|
969 |
| -- dockerImage: "airbyte/destination-databricks:0.2.4" |
| 969 | +- dockerImage: "airbyte/destination-databricks:0.2.5" |
970 | 970 | spec:
|
971 | 971 | documentationUrl: "https://docs.airbyte.io/integrations/destinations/databricks"
|
972 | 972 | connectionSpecification:
|
|
1116 | 1116 | - "a012345678910ABCDEFGH/AbCdEfGhEXAMPLEKEY"
|
1117 | 1117 | airbyte_secret: true
|
1118 | 1118 | order: 6
|
| 1119 | + file_name_pattern: |
| 1120 | + type: "string" |
| 1121 | + description: "The pattern allows you to set the file-name format for\ |
| 1122 | + \ the S3 staging file(s)" |
| 1123 | + title: "S3 Filename pattern (Optional)" |
| 1124 | + examples: |
| 1125 | + - "{date}" |
| 1126 | + - "{date:yyyy_MM}" |
| 1127 | + - "{timestamp}" |
| 1128 | + - "{part_number}" |
| 1129 | + - "{sync_id}" |
| 1130 | + order: 7 |
1119 | 1131 | order: 7
|
1120 | 1132 | purge_staging_data:
|
1121 | 1133 | title: "Purge Staging Files and Tables"
|
|
3708 | 3720 | supported_destination_sync_modes:
|
3709 | 3721 | - "overwrite"
|
3710 | 3722 | - "append"
|
3711 |
| -- dockerImage: "airbyte/destination-redshift:0.3.46" |
| 3723 | +- dockerImage: "airbyte/destination-redshift:0.3.47" |
3712 | 3724 | spec:
|
3713 | 3725 | documentationUrl: "https://docs.airbyte.io/integrations/destinations/redshift"
|
3714 | 3726 | connectionSpecification:
|
|
3833 | 3845 | - "eu-west-3"
|
3834 | 3846 | - "sa-east-1"
|
3835 | 3847 | - "me-south-1"
|
| 3848 | + file_name_pattern: |
| 3849 | + type: "string" |
| 3850 | + description: "The pattern allows you to set the file-name format for\ |
| 3851 | + \ the S3 staging file(s)" |
| 3852 | + title: "S3 Filename pattern (Optional)" |
| 3853 | + examples: |
| 3854 | + - "{date}" |
| 3855 | + - "{date:yyyy_MM}" |
| 3856 | + - "{timestamp}" |
| 3857 | + - "{part_number}" |
| 3858 | + - "{sync_id}" |
| 3859 | + order: 8 |
3836 | 3860 | access_key_id:
|
3837 | 3861 | type: "string"
|
3838 | 3862 | description: "This ID grants access to the above S3 staging bucket.\
|
|
3946 | 3970 | supported_destination_sync_modes:
|
3947 | 3971 | - "append"
|
3948 | 3972 | - "overwrite"
|
3949 |
| -- dockerImage: "airbyte/destination-s3:0.3.10" |
| 3973 | +- dockerImage: "airbyte/destination-s3:0.3.11" |
3950 | 3974 | spec:
|
3951 | 3975 | documentationUrl: "https://docs.airbyte.io/integrations/destinations/s3"
|
3952 | 3976 | connectionSpecification:
|
|
4305 | 4329 | examples:
|
4306 | 4330 | - "${NAMESPACE}/${STREAM_NAME}/${YEAR}_${MONTH}_${DAY}_${EPOCH}_"
|
4307 | 4331 | order: 7
|
| 4332 | + file_name_pattern: |
| 4333 | + type: "string" |
| 4334 | + description: "The pattern allows you to set the file-name format for the\ |
| 4335 | + \ S3 staging file(s)" |
| 4336 | + title: "S3 Filename pattern (Optional)" |
| 4337 | + examples: |
| 4338 | + - "{date}" |
| 4339 | + - "{date:yyyy_MM}" |
| 4340 | + - "{timestamp}" |
| 4341 | + - "{part_number}" |
| 4342 | + - "{sync_id}" |
| 4343 | + order: 8 |
4308 | 4344 | supportsIncremental: true
|
4309 | 4345 | supportsNormalization: false
|
4310 | 4346 | supportsDBT: false
|
|
4364 | 4400 | supported_destination_sync_modes:
|
4365 | 4401 | - "overwrite"
|
4366 | 4402 | - "append"
|
4367 |
| -- dockerImage: "airbyte/destination-snowflake:0.4.32" |
| 4403 | +- dockerImage: "airbyte/destination-snowflake:0.4.33" |
4368 | 4404 | spec:
|
4369 | 4405 | documentationUrl: "https://docs.airbyte.io/integrations/destinations/snowflake"
|
4370 | 4406 | connectionSpecification:
|
|
4635 | 4671 | \ or 256 bits. Leave blank to have Airbyte generate an ephemeral\
|
4636 | 4672 | \ key for each sync."
|
4637 | 4673 | airbyte_secret: true
|
| 4674 | + file_name_pattern: |
| 4675 | + type: "string" |
| 4676 | + description: "The pattern allows you to set the file-name format for\ |
| 4677 | + \ the S3 staging file(s)" |
| 4678 | + title: "S3 Filename pattern (Optional)" |
| 4679 | + examples: |
| 4680 | + - "{date}" |
| 4681 | + - "{date:yyyy_MM}" |
| 4682 | + - "{timestamp}" |
| 4683 | + - "{part_number}" |
| 4684 | + - "{sync_id}" |
| 4685 | + order: 7 |
4638 | 4686 | - title: "Google Cloud Storage Staging"
|
4639 | 4687 | description: "Recommended for large production workloads for better speed\
|
4640 | 4688 | \ and scalability."
|
|
0 commit comments