build_manual_dq_rule_prompt_package
Public callable
Build copy/paste prompt package for manual DQ candidate 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
298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 | |