Skip to content

Commit

Permalink
Update superset/migrations/versions/2023-03-27_12-30_7e67aecbf3f1_cha…
Browse files Browse the repository at this point in the history
…rt_ds_constraint.py
  • Loading branch information
eschutho committed May 3, 2023
1 parent d0b8ac1 commit 77f44c3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ def upgrade_slc(slc: Slice) -> None:
params_dict["datasource"] = f"{ds_id}__table"
slc.params = json.dumps(params_dict)
logger.warning(
"updated slice datasource from %s__%s to %s__table", ds_id, ds_type, ds_id
"updated slice datasource from %s__%s to %s__table for slice: %s",
ds_id,
ds_type,
ds_id,
slc.id
)
except Exception:
# skip any malformatted params
Expand Down

0 comments on commit 77f44c3

Please sign in to comment.