Skip to content

Commit

Permalink
fix: update the base table name for the usage_reporting GleanTable de…
Browse files Browse the repository at this point in the history
…finitions
  • Loading branch information
kik-kik committed Nov 29, 2024
1 parent cd946a0 commit cc26ab9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def __init__(self):
GleanTable.__init__(self)
self.target_table_id = TARGET_TABLE_ID
self.prefix = PREFIX
self.base_table_name = "dau_reporting_v1"
self.base_table_name = "usage_reporting_v1"
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def __init__(self):
GleanTable.__init__(self)
self.target_table_id = TARGET_TABLE_ID
self.prefix = PREFIX
self.base_table_name = "dau_reporting_v1"
self.base_table_name = "usage_reporting_v1"
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def __init__(self):
GleanTable.__init__(self)
self.target_table_id = TARGET_TABLE_ID
self.prefix = PREFIX
self.base_table_name = "dau_reporting_v1"
self.base_table_name = "usage_reporting_v1"

0 comments on commit cc26ab9

Please sign in to comment.