build_manual_governance_prompt_package
Public callable
Build copy/paste prompt package for manual governance suggestion generation.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
sample_rows
|
Any
|
Optional small sample context serialized compactly for prompt ferry usage. |
None
|
business_context
|
str
|
Static context embedded in prompt text. |
''
|
dataset_name
|
str | None
|
Static dataset name embedded in prompt text. |
None
|
Returns:
| Type | Description |
|---|---|
dict
|
Manual package containing reusable prompt text, schema expectations, and notes. Output is advisory and requires human review. |
Source code in src/fabricops_kit/ai.py
329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 | |