Skip to content

Commit f9aa39e

Browse files
committed
updated
1 parent da2fa27 commit f9aa39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/databricks/actions/create-vector-search-index/create-vector-search-index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export default {
134134
}
135135

136136
else if (this.indexType === "DIRECT_ACCESS") {
137-
if (this.sourceTable || this.columnsToSync?.length) {
137+
if (this.sourceTable || this.columnsToSync?.length || this.embeddingSourceColumns?.length) {
138138
throw new ConfigurationError(
139139
"`Source Table`,`Embedding Source Columns` and `Columns to Sync` are not allowed when indexType is DIRECT_ACCESS.",
140140
);

0 commit comments

Comments
 (0)