Client.track_script¶
Enable lineage tracking and SDK run reporting on this client.
Signature¶
track_script(file_path: str | None=None, seed: Any=None, *, install_hooks: bool | None=None, upload_source: bool | None=None, include_git: bool | None=None, include_error: bool | None=None) -> None
Parameters¶
| Name | Type | Required | Default |
|---|---|---|---|
file_path |
str \| None |
no | None |
seed |
Any |
no | None |
install_hooks |
bool \| None |
no | None |
upload_source |
bool \| None |
no | None |
include_git |
bool \| None |
no | None |
include_error |
bool \| None |
no | None |
Fields¶
| Field |
|---|
file_path |
seed |
install_hooks |
upload_source |
include_git |
include_error |
Return shape¶
None
Permission¶
This is a local SDK helper. It does not call the CloudSprite HTTP API.
Usage¶
client.track_script()