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
All methods should be backwards compatible (Still work with whatever objects they previously accepted)
For the single table functions, if there is more than one table in the new Metadata object, raise an error and tell the user to use the multi table equivalent instead.
Raise FutureWarnings when passed the old metadata objects saying that they’re deprecated.
The text was updated successfully, but these errors were encountered:
Problem Description
As a user, I'd like to be able to use my metadata wherever it is applicable without custom changes.
Expected behavior
The text was updated successfully, but these errors were encountered: