You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sqlmesh/dbt/column.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ def column_types_to_sqlmesh(
42
42
)
43
43
ifcolumn_def.args.get("constraints"):
44
44
logger.warning(
45
-
f"Ignoring unsupported constraints for column '{name}' with definition '{column.data_type}'."
45
+
f"Ignoring unsupported constraints for column '{name}' with definition '{column.data_type}'. Please refer to github.com/TobikoData/sqlmesh/issues/4717 for more information."
0 commit comments