:wave: Hi team! I’m trying to remove snowflake run...
# troubleshoot
s
👋 Hi team! I’m trying to remove snowflake runs but I’m getting an error
Copy code
❯ datahub ingest rollback --run-id snowflake-2022_03_19-01_00_27
This will permanently delete data from DataHub. Do you want to continue? [y/N]: y
Failed to execute operation
java.lang.UnsupportedOperationException: Failed to find Typeref schema associated with Config-based Entity
Any idea?
s
What version of Python CLI are you using?
s
Copy code
❯ datahub version
DataHub CLI version: 0.8.17.6
Python version: 3.9.7 | packaged by conda-forge | (default, Sep 29 2021, 19:24:02)
[Clang 11.1.0 ]
s
Is your server the same version i.e.
0.8.17
?
s
yep, I upgraded my datahub cli version and it seems working now! Thanks @square-activity-64562!
👍 1