Acquia CDP

A1 Status with Interactive Queries

CDP displays a table view where you can review the overall status of the last Interactive Queries (IQ) execution, job status, start time, end time, and configuration setting for the workflow of your tenant. This table view, called A1_Status, is created and auto-populated as part of your IQ workflow.

The columns available in the A1_Status table view are:

ColumnDescriptionData Type
CategoryThe source category of the workflow.string
SourceThe source of the workflow. For example, interactive-queries, sf-bi, or replication.string
TypeThe trigger source of the workflow. For example, Scheduled, Cohort.string
SubtypeThe campaign ID that triggered the workflow, when Type is Cohort.string
KeyThe key attribute to be tracked for the last run workflow.string
ValueThe value of the attribute for the last run workflow.string
Data_TypeThe datatype of the value.string
Last_ModifiedThe time when the value was captured and saved.timestamp

IQ users, including Snowflake data sharing users, can query the A1_Status table periodically to learn when new data is available in IQ. This information can be leveraged to schedule any downstream processes. 

The following table lists the attributes in the Key column:

KeyDescription
statusThe status of the most recent IQ workflow execution. For example, SUCCESS or FAILED.
start_timeThe time in UTC when the workflow execution started.
end_timeThe time in UTC when the workflow execution ended.
configurationThe workflow configuration settings in the JSON format. This is an internal setting used for the Extract, Transform, and Load (ETL) processes.

In the following example, the system uses the time in UTC rather than the value in the On time field. For more information, visit How to schedule a query.

For tenants using the BI workflow, which is upgraded to Snowflake architecture, in the A1_Status table:

  • CDP does not display the configuration settings.
  • The value in the Category field is pipeline.
  • The value in the Source field is sf-bi.

Sample interactive query to retrieve the status of a tenant using Snowflake database:

select * from a1_status
where category='pipeline' and source='sf-bi'

 

Did not find what you were looking for?

If this content did not answer your questions, try searching or contacting our support team for further assistance.

Acquia Help

Filter by product:

Acquia CDP common questions