Common Issues and Solutions (Beta)
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.
Review the following table for troubleshooting steps and resolutions for common errors or unexpected behaviors you may encounter during or after upgrading to the latest version of the Analytics Cloud Connector CLI.
Issue | Cause | Solution |
|---|---|---|
"Too many open files (os error 24)" during a CDF-based table load | During long backfills of Change Data Feed (CDF) tracked tables, the native Delta Sharing native kernel can open more file descriptors simultaneously than the OS allows. Note: This affects macOS environments where the default limit is 256. | Raise the open files limit before starting the run:
|
First run after upgrade takes much longer than usual | Expected behavior. The pipeline is processing your historical backfill data volume. |
|
First run after upgrade shows fewer historical rows than expected | The | Check for an existing watermark by running the following query:
If a row for |
Snowflake "out of memory" or warehouse size too small | The massive volume of historical data during a historical backfill exceeds your steady-state warehouse configuration. | Temporarily scale your Snowflake warehouse up for the duration of the backfill. For example, from X-Small to Medium or Large. Scale back down once completed. |
Partial failure: some partitions loaded, then the run errored | Network drops or unexpected runtime interruptions. | Re-run the CLI script. It will scan your destination database, identify which daily partitions successfully landed, and pick up exactly where it left off without duplicating data. |
"Corrupt footer" or Parquet errors during load | Package or dependency version mismatch, typically caused by mixing custom local | Ensure you use the exact Python version and |
Job exited with a non-zero code, but most tables succeeded | Expected behavior in the Analytics Cloud Connector CLI. Any individual table failure now forces the entire wrapper to exit with code | Review the
Resolve that specific table's issue, and re-run the job. Successful tables will skip ahead quickly. |
Cannot locate the | N/A | The location depends entirely on your connector type:
Note: If it doesn't exist anywhere yet, the CLI will automatically generate it upon your first successful run. |
Loading related articles...