Skip to content

Commit

Permalink
fix: remove duplicated schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Aug 29, 2024
1 parent 242fbae commit d7c9299
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions models/courses/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,22 +182,3 @@ models:
- name: course_order
data_type: Int32
description: "The sort order of this block in the course across all course blocks"

- name: course_tags
description: "Tag with lineage data for courses"
columns:
- name: course_key
data_type: String
description: "The course key for the course"
- name: course_name
data_type: String
description: "The name of the course"
- name: taxonomy_name
data_type: String
description: "The name of the parent taxonomy of the tag"
- name: tag
data_type: String
description: "The name of the tag"
- name: lineage
data_type: String
description: "Lineage data of the tag for parent tags"

0 comments on commit d7c9299

Please sign in to comment.