mirror of
https://github.com/dlt-hub/dlt.git
synced 2025-12-17 19:31:30 +00:00
fix destination test configuration ids to match github workflow
This commit is contained in:
@@ -352,7 +352,7 @@ def destinations_configs(
|
||||
),
|
||||
DestinationTestConfiguration(
|
||||
destination_type="athena",
|
||||
cid="athena_iceberg",
|
||||
cid="athena-iceberg",
|
||||
file_format="parquet",
|
||||
bucket_url=AWS_BUCKET,
|
||||
supports_merge=True,
|
||||
@@ -361,7 +361,7 @@ def destinations_configs(
|
||||
),
|
||||
DestinationTestConfiguration(
|
||||
destination_type="athena",
|
||||
cid="athena_s3_tables",
|
||||
cid="athena-s3-tables",
|
||||
file_format="parquet",
|
||||
bucket_url=AWS_BUCKET,
|
||||
supports_merge=True,
|
||||
|
||||
Reference in New Issue
Block a user