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

A short description of the bug #11818

Open
cateseale opened this issue Nov 7, 2024 · 0 comments
Open

A short description of the bug #11818

cateseale opened this issue Nov 7, 2024 · 0 comments
Labels
bug Bug report

Comments

@cateseale
Copy link

Describe the bug
The urn copied from the Share button throws errors as using a : when needing a .

For example my urn copied direct from UI looks like this:
urn:li:dataset:(urn:li:dataPlatform:file,Users/cate/git/datahub/titanic_data/titanic_dataset:csv,PROD)

which throws when adding contract:

[2024-11-07 15:33:17,899] ERROR    {datahub.entrypoints:218} - Command failed: Cannot define a data contract for non-existent entity urn:li:dataset:(urn:li:dataPlatform:file,Users/cate/git/datahub/titanic_data/titanic_dataset:csv,PROD)

Which confused me for ages before I noticed the colon - works when changed to:
urn:li:dataset:(urn:li:dataPlatform:file,Users/cate/git/datahub/titanic_data/titanic_dataset.csv,PROD)

To Reproduce
Steps to reproduce the behavior:

  1. Upload csv dataset from filesystem
  2. Navigate to dataset in UI and copy the urn from the Share button
  3. Use the urn when upsert-ing a data contract

Desktop (please complete the following information):

  • IOS
@cateseale cateseale added the bug Bug report label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant