Migrate Config Key
Beta
The Historical User Activity feature is currently in beta for the Analytics tool.
The Historical User Activity feature is currently in beta for the Analytics tool.
The Analytics Cloud Connector CLI provides a new configuration key named source_config.exclude_tables, which replaces the legacy process_user_activity key. While the old legacy key remains supported for backward compatibility, Procore recommends migrating because the new configuration framework applies uniformly across all append and incremental tables.
process_user_activity: true # or false
source_config:
config_path: /path/to/config.share
tables:
source_config:
config_path: /path/to/config.share
tables:
# Tables listed here skip append/incremental loading (they'll be loaded
# via the regular full-reload path instead). Names are case-insensitive.
# Use ['*'] or ['__all__'] to opt every table out of append routing.
exclude_tables: []
Old Setting | New Setting | Effect/Resulting Behavior |
|---|---|---|
|
| Enables append/incremental loading for the |
|
| Excludes the |
Note: If both configuration keys are defined in your config.yaml file, the new source_config.exclude_tables setting will take priority.