Skip to content

config module

Module overview

Public callables from __all__

Callable Type Summary Related helpers
bootstrap_fabric_env function Bootstrap 00_env_config environment readiness for FabricOps notebooks. _get_fabric_runtime_metadata (internal)
check_fabric_ai_functions_available function Check whether Fabric AI Functions are available in the current runtime.
create_ai_prompt_config function Create the AI prompt-template configuration used by FabricOps.
create_framework_config function Create the top-level framework configuration object.
create_governance_config function Create governance-default configuration.
create_lineage_config function Create lineage-default configuration.
create_notebook_runtime_config function Create notebook naming-policy configuration for runtime guards.
create_path_config function Create environment-to-target routing used by Fabric IO helpers.
create_quality_config function Create quality-default configuration.
get_path function Resolve a configured Fabric path for an environment and target.
run_config_smoke_tests function Run 00_env_config readiness smoke checks for configuration bootstrap. _check_spark_session (internal), _get_fabric_runtime_metadata (internal)
validate_framework_config function Validate and normalize framework config input.

Internal helpers

Helper Related public callables
_check_spark_session run_config_smoke_tests
_default_schema_text
_format_error_path
_get_fabric_runtime_metadata bootstrap_fabric_env, run_config_smoke_tests
_load_schema