2022-04-07 22:18:47 +05:30
# Updating DataHub
This file documents any backwards-incompatible changes in DataHub and assists people when migrating to a new version.
## Next
### Breaking Changes
2022-04-26 22:48:24 +05:30
- #4644 Remove `database` option from `snowflake` source which was deprecated since `v0.8.5`
- #4595 Rename confusing config `report_upstream_lineage` to `upstream_lineage_in_report` in `snowflake` connector which was added in `0.8.32`
2022-04-07 22:18:47 +05:30
### Potential Downtime
### Deprecations
2022-04-26 22:48:24 +05:30
- #4644 `host_port` option of `snowflake` and `snowflake-usage` sources deprecated as the name was confusing. Use `account_id` option instead.
2022-04-07 22:18:47 +05:30
### Other notable Changes
2022-04-29 13:44:05 +05:30
- #4760 `check_role_grants` option was added in `snowflake` to disable checking roles in `snowflake` as some people were reporting long run times when checking roles.