Skip to content

Commit b869eca

Browse files
authored
Deprecate MySQL filters (#309)
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 3bd93a1 commit b869eca

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

meta/runtime.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,14 @@ plugin_routing:
145145
deprecation:
146146
removal_version: "6.0.0"
147147
warning_text: Filter, format_database_type, is no longer supported.
148+
get_database_collation_mysql:
149+
deprecation:
150+
removal_version: "6.0.0"
151+
warning_text: Filter, get_database_collation_mysql, is no longer supported.
152+
get_database_encoding_mysql:
153+
deprecation:
154+
removal_version: "6.0.0"
155+
warning_text: Filter, get_database_encoding_mysql, is no longer supported.
148156
action:
149157
host_config:
150158
deprecation:

plugins/filter/get_database_collation_mysql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ DOCUMENTATION:
44
short_description: get_database_collation_mysql
55
description: get_database_collation_mysql
66
version_added: "3.0.3"
7+
deprecated:
8+
removed_in: "6.0.0"
9+
alternative: none
10+
why: No longer supported.
711
EXAMPLES:
812
RETURN:

plugins/filter/get_database_encoding_mysql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ DOCUMENTATION:
44
short_description: get_database_encoding_mysql
55
description: get_database_encoding_mysql
66
version_added: "3.0.3"
7+
deprecated:
8+
removed_in: "6.0.0"
9+
alternative: none
10+
why: No longer supported.
711
EXAMPLES:
812
RETURN:

0 commit comments

Comments
 (0)