We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ad40f commit 2e0bf07Copy full SHA for 2e0bf07
dbt/macros/udf/udf_encode_base57.sql
@@ -2,7 +2,7 @@
2
3
DROP FUNCTION IF EXISTS {{ target.schema }}.encode_base57 CASCADE;
4
CREATE FUNCTION {{ target.schema }}.encode_base57(uuid UUID)
5
-RETURNS text AS $$
+RETURNS varchar(22) AS $$
6
DECLARE
7
alphabet text := '23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz'; -- pragma: allowlist secret
8
result text := '';
0 commit comments