Create a Python function using a .py resource

odps func

  • Manage functions in ODPS (Open Data Processing Service).
    See also `odps`.
    More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

create function {{func_name}} as {{script.Func}} using '{{script.py}}';

click the source code to copy