tmdl
Specify the specific model you want to use for scripting.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
model
|
Tabular
|
Initialize with Tabular model. |
required |
Source code in pytabular/tmdl.py
save_to_folder(path='tmdl')
Runs SerializeModelToFolder
from .net library.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
path
|
str
|
directory where to save tmdl structure. Defaults to "tmdl". |
'tmdl'
|
Source code in pytabular/tmdl.py
execute(path='tmdl', auto_save=True)
Runs DeserializeModelFromFolder
from .net library.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
path
|
str
|
directory to look for tmdl scripts. Defaults to "tmdl". |
'tmdl'
|
auto_save
|
bool
|
You can set to false
if you want to precheck a few things, but will need to
run |
True
|