- DarkLight
Logs
- DarkLight
On the Sources page, each Source has a Logs button for quick access to its status. Clicking Logs reveals detailed information about the source’s performance, including:
Status: Indicates whether the scheduled task has started, is in progress, succeeded, or failed.
Started: Shows the time when the scheduled task began.
Duration: Displays the total time taken for the task to complete.
Object: Names the CRM object from which records are ingested
Synced: Lists records successfully ingested from the source.
DAG ID: A unique identifier for a workflow in Apache Airflow, used to define, schedule, and manage workflows. It follows the naming convention: <connection name>_<connection type>_<tenant ID>_<sub tenant ID>_source_<source name>_<CRM object name>. For example, SalesforceConnection_Salesforce_1000_1001_source_SFSource_Contact.
Run ID: A unique identifier for each workflow execution in Apache Airflow. It helps track and manage individual workflow runs. The Run ID is displayed as scheduled<job executed date and time> For example, scheduled__2025-03-25T13:10:00+00:00. The time is displayed in UTC format.
Status Message: Provides updates on the task's status at each stage of execution. The messages include:
Started - The task has been started.
In progress – Subtasks are running.
Success – The task was completed successfully.
Failed – Indicates failure, including the specific task. For example, "Failed at 'Get Last Retrieved Data' task."
To close the Logs page, click .
Note:
The Logs page contains Search and Refresh buttons, allowing you to easily find specific entries and refresh the status in real time.