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
Describe the bug
Hi, for superset ingestion we can have error when a dataset has a comma , in its name. In that case we have this error:
failed to write record with workunit urn:li:chart:(superset,***) with ('Unable to emit metadata to DataHub GMS: Invalid format for aspect: chart\n Cause: ERROR :: /inputs/0/string :: "Provided urn urn:li:dataset:(urn:li:dataPlatform:athena,athena.some_db.My,virtual,table,PROD)" is invalid: Failed to convert urn to entity key: urns parts and key fields do not have same length for urn:li:dataset:(urn:li:dataPlatform:athena,athena,athena.some_db.My,virtual,table,PROD)\n', {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException', 'message': 'Invalid format for aspect: chart\n Cause: ERROR :: /inputs/0/string :: "Provided urn urn:li:dataset:(urn:li:dataPlatform:athena,athena,athena.some_db.My,virtual,table,PROD)" is invalid: Failed to convert urn to entity key: urns parts and key fields do not have same length for urn:li:dataset:(urn:li:dataPlatform:athena,athena,athena.some_db.My,virtual,table,PROD)\n', 'status': 400, 'id': 'urn:li:chart:(superset,11399)'}) and info {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException', 'message': 'Invalid format for aspect: chart\n Cause: ERROR :: /inputs/0/string :: "Provided urn urn:li:dataset:(urn:li:dataPlatform:athena,athena,athena.some_db.My,virtual,table,PROD)" is invalid: Failed to convert urn to entity key: urns parts and key fields do not have same length for urn:li:dataset:(urn:li:dataPlatform:athena,athena,athena.some_db.My,virtual,table,PROD)\n', 'status': 400, 'id': 'urn:li:chart:(superset,***)'}
To Reproduce
Steps to reproduce the behavior:
Go to Superset
Create a virtual table with a comma in its name
Run a superset ingestion
Expected behavior
We should not have an error, at least a warning or a workaround.
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi, for superset ingestion we can have error when a dataset has a comma
,
in its name. In that case we have this error:To Reproduce
Steps to reproduce the behavior:
Expected behavior
We should not have an error, at least a warning or a workaround.
The text was updated successfully, but these errors were encountered: