Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Feb 6, 2024
1 parent 521956f commit 2333e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/eventhub/scoped_eventhub.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type ScopedEventhub struct {
}

func NewScopedEventhub(dstTableName string) (ScopedEventhub, error) {
// split by dot, the model is eventhub.eventhub_namespace.table_name.partition_key_column
// split by dot, the model is eventhub_namespace.eventhub_name.table_name.partition_key_column
parts := strings.Split(dstTableName, ".")

if len(parts) != 4 {
Expand Down

0 comments on commit 2333e26

Please sign in to comment.