Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saraburns1 committed Jan 30, 2025
1 parent 552f056 commit 791b679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/tags/dim_most_recent_course_tags.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
fields=[
("course_key", "String"),
("tag", "String"),
("tag_id", "String"),
("tag_id", "Int32"),
("course_name", "String"),
("taxonomy_name", "String"),
("lineage", "String"),
Expand Down
2 changes: 1 addition & 1 deletion models/tags/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ models:
data_type: String
description: "The name of the course"
- name: tag_id
data_type: String
data_type: Int32
description: "The ID of the tag"
- name: tag
data_type: String
Expand Down

0 comments on commit 791b679

Please sign in to comment.