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

Open
alexhellenberg opened this issue Dec 23, 2024 · 0 comments
Open

Migration failing when attempting to load previous manifest #45

alexhellenberg opened this issue Dec 23, 2024 · 0 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.

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

1 participant