Skip to content

Commit

Permalink
fix: add * for select video plays
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Apr 4, 2024
1 parent a7428e3 commit 106663f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ def update_embeddable_uuids():
def update_datasets():
"""Update the datasets"""
print("Refreshing datasets")
g.user = security_manager.find_user(username="{{SUPERSET_ADMIN_USERNAME}}")
datasets = (
db.session.query(SqlaTable).all()
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,5 @@ where
)

select
emission_time,
org,
course_key,
course_name,
course_run,
video_name,
video_name_with_location,
actor_id
*
from plays

0 comments on commit 106663f

Please sign in to comment.