We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to fix up the dbt project so that the MVs we had in the xapi schema go back there. We should be able to do this by doing the following:
It's also possible to simply override the database using the env var like we do here: https://github.com/openedx/aspects-dbt/blob/d0b59458faf368b51ad8b6d44bce75ab895e6ee8/models/completion/schema.yml#L5
More info: https://docs.getdbt.com/docs/build/custom-schemas
The text was updated successfully, but these errors were encountered:
@SoryRawyer just giving you a heads up on this one
Sorry, something went wrong.
My apologies for overlooking this. As far as I know, the MVs and tables that should go into the ASPECTS_XAPI_DATABASE schema are listed here: https://github.com/openedx/tutor-contrib-aspects/blob/main/tutoraspects/plugin.py#L81-L97 Am I forgetting anything?
ASPECTS_XAPI_DATABASE
@SoryRawyer seems right to me
Fixed by: openedx/aspects-dbt#39 #562
No branches or pull requests
We need to fix up the dbt project so that the MVs we had in the xapi schema go back there. We should be able to do this by doing the following:
It's also possible to simply override the database using the env var like we do here: https://github.com/openedx/aspects-dbt/blob/d0b59458faf368b51ad8b6d44bce75ab895e6ee8/models/completion/schema.yml#L5
More info: https://docs.getdbt.com/docs/build/custom-schemas
The text was updated successfully, but these errors were encountered: