generate_governance_candidates_with_fabric_ai
Public callable
Execute Fabric AI Functions to append governance suggestions to a DataFrame.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
profile_df
|
Any
|
Fabric PySpark DataFrame with an |
required |
business_context
|
str
|
Static context embedded in prompt text. |
''
|
dataset_name
|
str | None
|
Static dataset name embedded in prompt text. |
None
|
output_col
|
Fabric AI execution options. |
'ai_governance_candidate'
|
|
error_col
|
Fabric AI execution options. |
'ai_governance_candidate'
|
|
response_format
|
Fabric AI execution options. |
'ai_governance_candidate'
|
|
concurrency
|
Fabric AI execution options. |
'ai_governance_candidate'
|
Returns:
| Type | Description |
|---|---|
Any
|
Enriched DataFrame containing AI suggestion output columns. |
Source code in src/fabricops_kit/ai.py
240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 | |