You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I trid to migrate users with redash-migrate users, it doesn't work because a couple of accounts in destination instance exists. One is the first user when setting up the instance. The other twos exists in both, but they logged in using Google OAuth. The most important problem is the first user doesn't exist in source instance. So, we can't prepare for the account information in meta.json.
Is there any way to skip such users to migrate?
My proposal is to add an option to skip sync of some users.
$ redash-migrate users
Importing users...
CAUTION: Some users are missing from the meta.json.
[email protected][email protected][email protected]
ERROR: not all users in meta are present in destination instance.
Saving meta...
The text was updated successfully, but these errors were encountered:
Motivation
When I trid to migrate users with
redash-migrate users
, it doesn't work because a couple of accounts in destination instance exists. One is the first user when setting up the instance. The other twos exists in both, but they logged in using Google OAuth. The most important problem is the first user doesn't exist in source instance. So, we can't prepare for the account information inmeta.json
.The text was updated successfully, but these errors were encountered: