Skip to content

Commit

Permalink
add note in updating-datahub.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate committed Dec 5, 2022
1 parent 57a199b commit 9d895cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/how/updating-datahub.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This file documents any backwards-incompatible changes in DataHub and assists pe

### Other notable Changes

- #6611 - Snowflake `schema_pattern` now accepts pattern for fully qualified schema name in format `<catalog_name>.<schema_name>` by setting config `match_fully_qualified_names : True`. Current default `match_fully_qualified_names: False` is only to maintain backward compatibility. The config option `match_fully_qualified_names` will be deprecated in future and the default behavior will assume `match_fully_qualified_names: True`."

## 0.9.3

### Breaking Changes
Expand Down

0 comments on commit 9d895cb

Please sign in to comment.