migrate icon indicating copy to clipboard operation
migrate copied to clipboard

Old scripts for one-off ST-to-E2 migrations. Use "terraform exporter" linked in the readme.

Results 55 migrate issues
Sort by recently updated
recently updated
newest added

This scenario is useful when migrating from a workspace where the ACL's do not match (Group names have changed, permissions to the groups have changed). In addition, added two new...

During clusters import, if the cluster has an instance pool attached, the import will go to the function `cleanup_cluster_pool_configs` (to update the cluster config properly). In the function `cleanup_cluster_pool_configs` (dbclient/ClustersClient.py...

Instead of: ``` --cluster-name CLUSTER_NAME Cluster name to export the metastore to a specific cluster. Cluster will be started. ``` this would be clearer: ``` -cluster-name CLUSTER_NAME Cluster name to...

When attempting to download a notebook greater than 10485760 bytes in size, the API previously returned an error formatted as follows: `{"error_code": "BAD_REQUEST", "message": "Size exceeds 10485760 bytes", "http_status_code": 400,...

Standard accounts do not support acls; as a result various errors are encountered when attempting to export.

SCIM API behavior has changed to automatically lowercase users, this creates issues for migrating users from workspaces where users were created before the changes. Adding a new flag to --replace-email-auto...

The motivation for these options is to allow users migrating from hive to set their jobs as single user or shared to allow them to access unity catalog tables

Hi Team, We are working on implementation of export import using this repo via azure devops pipeline. It would be great if you can tell us the way to implement...