Skip to content

Commit

Permalink
use shorter pipeline name to prevent too long sql identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
jorritsandbrink committed Nov 29, 2024
1 parent d50aaa1 commit 6cce03b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/load/pipeline/test_merge_disposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,7 @@ def test_bring_your_own_dlt_id(
destination_config: DestinationTestConfiguration,
merge_strategy: TLoaderMergeStrategy,
) -> None:
p = destination_config.setup_pipeline(
"test_merge_nested_records_inserted_deleted", dev_mode=True
)
p = destination_config.setup_pipeline("abstract", dev_mode=True)

skip_if_not_supported(merge_strategy, p.destination)

Expand Down

0 comments on commit 6cce03b

Please sign in to comment.