Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when running codeToRun #190

Closed
ginberg opened this issue Mar 22, 2024 · 1 comment · Fixed by #192
Closed

error when running codeToRun #190

ginberg opened this issue Mar 22, 2024 · 1 comment · Fixed by #192

Comments

@ginberg
Copy link

ginberg commented Mar 22, 2024

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)
@burrowse
Copy link
Collaborator

Thanks for reporting this @ginberg ! The codeToRun file has been updated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants