CLI Cortex Framework Knowledge Catalog sync
NAME
uv run cortex-kc-sync - Synchronize Cortex Framework Data Products with Knowledge Catalog.
SYNOPSIS
uv run cortex-kc-sync [-h] [--config config/config.yaml] [--kc-project-id KC_PROJECT_ID ]
[--data-modules-root-directory src/data_modules]
[--owner-email OWNER_EMAIL] [--disable-telemetry]
Global flags
| Flag | Description | Default |
|---|---|---|
-h, --help |
Show help message and exit. | |
--config config/config.yaml |
Path to the global config.yaml file used during deployment. |
config/config.yaml |
--kc-project-id KC_PROJECT_ID |
The Google Cloud project ID where Knowledge Catalog resources will be created. If omitted, the tool automatically infers the project ID from the target BigQuery dataset defined in config.yaml. |
|
--data-modules-root-directory src/data_modules |
Path to the root directory containing Cortex Framework data modules. | src/data_modules |
--owner-email OWNER_EMAIL |
Required. The email address of the owner of the data products. | |
--disable-telemetry |
Temporarily disable telemetry event logging during execution. For more information, see Cortex Framework Telemetry. |