-
Notifications
You must be signed in to change notification settings - Fork 11
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
"Given typename StatisticsEntry was invalid" when creating types #17
Comments
@hashhar thanks for filing this one. I am quite certain that 1.1.0 version of amundsenatlastypes doesn't have StatisticsEntry entity - are you sure you are using latest code ? second reason why it might be following is incosistencies between Atlas sample data and our entities. can you confirm it doesn't work even if you omit step 2 (loading sample data) ? |
On It works without error if I skip loading sample data. 👍 |
I can confirm even without loading the sample data this problem exists.
And the logs from atlas
Versions :
|
Same happened while updating Table schema as well,
|
@pPanda-beta where that |
@dwarszawski - I use docker, every time I'm cleaning up the volumes its as fresh as a daisy. May be this version is not supported by amundsen types : |
@pPanda-beta |
Steps:
release-2.1.0-rc1
by building from source (not sure if it matters).bin/quick_start.py
python3 setup.py install
) and run the following from a Python shell:Now trying to get the type shows:
Is there something I'm doing wrong or can someone else reproduce this?
The text was updated successfully, but these errors were encountered: