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
Hmm IMO I'm not sure the error message is necessarily what we want to convey @pvk-developer because this implies people are only using the standard synthesizers. cc @npatki
With DayZ, you wouldn't be able to use detect_from_dataframe() or if you read in metadata from the BigQuery connector -- so this feels like too specific of an error message?
So I'm wondering if we should instead try to either nudge the user to create a table in the metadata (using the Metadata.create_table() method):
Environment Details
Please indicate the following details about the environment in which you found the bug:
Error Description
When creating a new
Metadata
instance and trying to add new columns, aValueError
is raised indicating that it has more than one table.Steps to reproduce
Notice that the
metadata
is an emptyMetadata
object:Expected Behavior
We should raise a proper error message:
The text was updated successfully, but these errors were encountered: