Skip to content

Commit

Permalink
feat: drop node target's key constraint requirement (GoogleCloudPlatf…
Browse files Browse the repository at this point in the history
…orm#2068)

This blocks Community Edition (CE) users, as the only way to
emulate key constraints is to combine unique constraints
(available in CE) with existence constraints (available only in
Enterprise Edition).
  • Loading branch information
fbiville authored Jan 8, 2025
1 parent 7553c7f commit 6804d64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ com.google.cloud.teleport.v2.neo4j.model.validation.BigQuerySourceProjectDataset
com.google.cloud.teleport.v2.neo4j.model.validation.DuplicateAggregateFieldNameValidator
com.google.cloud.teleport.v2.neo4j.model.validation.DuplicateTextHeaderValidator
com.google.cloud.teleport.v2.neo4j.model.validation.InlineSourceDataValidator
com.google.cloud.teleport.v2.neo4j.model.validation.NodeKeyValidator
com.google.cloud.teleport.v2.neo4j.model.validation.TextColumnMappingValidator
com.google.cloud.teleport.v2.neo4j.model.validation.WriteModeValidator
com.google.cloud.teleport.v2.neo4j.model.validation.NodeMatchModeValidator

0 comments on commit 6804d64

Please sign in to comment.