analayticsAttributes are not present in GBQ

Problem : 

The analyticsAttributes data is missing from the Google BigQuery (GBQ) dataset. As a result, users who rely on this data for reporting, analysis, or integration purposes will not be able to access or query these specific attributes directly from GBQ. 

 

Cause : 

The issue arises because the pipeline is not configured with the necessary analyticsAttributes to enable synchronization with Google BigQuery (GBQ). Without these attributes properly set up, the data cannot be correctly transferred or synced, leading to the problem observed.

 

Solution : 

In the tenant Level 3 (L3) configuration, the analytical attribute is specified within the datapipelineconfiguration section according to the specific business requirements. This setup ensures that the data pipeline is tailored to capture and process the necessary analytical attributes that are critical for the business's data analysis and reporting needs. For example : 
 

"dataPipelineConfig": { 
  "enabled": true, 
  "attributes": [ 
    "configuration/entityTypes/EType1/attributes/AttributeA", 
    "configuration/entityTypes/EType1/analyticsAttributes/AAA" 
    
  ] 
}
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.