What's New in Version 0.8.16
New Features and Enhancements
Section titled “New Features and Enhancements”-
Added support for fully-qualified named with double quotes in the
Model.export()
method. For example, the following code exports a stored procedure namedmy_db.my_schema."my procedure"
:@model.export('my_db."my_schema"')def my_procedure():# Your procedure code herepass