Skip to content

Commit

Permalink
build: Add dbt lineage and bulk transform to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Jun 14, 2024
1 parent cbc50f5 commit ea7b48f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
tutor local do dump-data-to-clickhouse --options "--object course_overviews --force"
make extract_translations
tutor local do import-assets
tutor local do collect-dbt-lineage
tutor local run lms python manage.py lms transform_tracking_logs --source_provider LOCAL --source_config '{"key": "/openedx/data/", "prefix": "tracking.log", "container": "logs"}' --destination_provider LRS --transformer_type xapi
- name: Performance metrics
run: tutor local do performance-metrics --fail_on_error
- name: Tutor stop
Expand Down

0 comments on commit ea7b48f

Please sign in to comment.