Replication : Big Query Plugin : Alias used in SQL statement - conflicts with Big query table's column name.
Description
Release Notes
None
Activity
Show:
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee

Reporter

Triaged
No
Components
Priority
Created December 16, 2024 at 7:10 AM
Updated February 4, 2025 at 7:05 AM
MERGE statements are created here :
The alias used here are A,B,C,D
If the cx has columns with same name… then it gives
But on changing the alias
D
toDD
, the statement was successful.So, we should change the Alias A,B,C,D to something more specific to CDF like
__cdf_A__