Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration failing when attempting to load previous manifest #45

Closed
alexhellenberg opened this issue Dec 23, 2024 · 2 comments
Closed

Migration failing when attempting to load previous manifest #45

alexhellenberg opened this issue Dec 23, 2024 · 2 comments

Comments

@alexhellenberg
Copy link

MigrationManifestSerializer().load(os.path.join(os.path.dirname(os.path.abspath(file)), 'manifest.json')) returns the following error:

result = self._dotnet.LoadAsync(path, cancellation_token).GetAwaiter().GetResult()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System.MissingMethodException: Constructor on type 'Tableau.Migration.TableauInstanceTypeNotSupportedException' not found.

and will not run when 'manifest.json' exists in the directory. Runs fine when the 'manifest.json' file does not exist.

@rbanderton
Copy link
Collaborator

Internal Tracking ID: W-17524521

Noting that the TableauInstanceTypeNotSupportedException should only appear in the manifest outside the server-to-cloud scenario (e.g. server-to-server, cloud-to-cloud, etc.).

@alexhellenberg
Copy link
Author

Yeah I was working cloud to cloud. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants