mlflow-snowflake icon indicating copy to clipboard operation
mlflow-snowflake copied to clipboard

Allow explicit UDF arg & return types specifications

Open sfc-gh-halu opened this issue 1 year ago • 0 comments

Two use cases:

  • MLflow packaged models do not enforce the specification of column specs. Currently, we bail in this case. Would be good if customer could manually specify.
  • MLflow auto schema capture could result in numpy type of object which could be because of python list, dict or even str. There's no way we could generate proper UDF signature based on object type. (reported by @jonwiggins)

sfc-gh-halu avatar Mar 01 '23 18:03 sfc-gh-halu