mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore: Migrate /superset/user_slices and /superset/fave_slices to API v1 (#22964)
Co-authored-by: hughhhh <hughmil3s@gmail.com>
This commit is contained in:
@@ -37,8 +37,8 @@ def session_with_data(session: Session) -> Iterator[Session]:
|
||||
datasource_name="tmp_perm_table",
|
||||
slice_name="slice_name",
|
||||
)
|
||||
|
||||
session.add(slice_obj)
|
||||
|
||||
session.commit()
|
||||
yield session
|
||||
session.rollback()
|
||||
|
||||
Reference in New Issue
Block a user