You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed when running the script that these lines are not working since a couple variables are not defined and 'CreateExtraIndices' does not have a parameter cmdVersion.
Replacing it by code below fixes it:
ETLSyntheaBuilder::CreateMapAndRollupTables(connectionDetails, cdmDatabaseSchema, syntheaSchema, cdmVersion, syntheaVersion)
## Optional Step to create extra indices
ETLSyntheaBuilder::CreateExtraIndices(connectionDetails, cdmDatabaseSchema, syntheaSchema, syntheaVersion)
The text was updated successfully, but these errors were encountered:
I noticed when running the script that these lines are not working since a couple variables are not defined and 'CreateExtraIndices' does not have a parameter cmdVersion.
Replacing it by code below fixes it:
The text was updated successfully, but these errors were encountered: