Skip to content

Commit

Permalink
Update 2023-03-27_12-30_7e67aecbf3f1_chart_ds_constraint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed May 3, 2023
1 parent acdb06e commit b8e7ef4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def upgrade_slc(slc: Slice) -> None:
logger.warning("updated slice datasource from %s__%s to %s__table", ds_id, ds_type, ds_id)
except Exception:
# skip any malformatted params
logger.warning("failed to update slice: %s__%s", ds_id, ds_type)
logger.warning("failed to update slice.id = %s w/ datasource = %s__%s to %s__table", slc.id, ds_id, ds_type, ds_id)
pass


Expand Down

0 comments on commit b8e7ef4

Please sign in to comment.