Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,639 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
POS_TABLE
does not have any partitions. I am using the ora_hash
function to generate as per the help documentation. Listed below is the error I keep running into.
ERROR [42S22] [Microsoft][ODBC Oracle Wire Protocol driver][Oracle]ORA-00904: "NUM_RECORDS": invalid identifier.
The ADF config is listed below.
I replaced the partition column value NUM_RECORDS with mod(ora_hash(STORE_NUM),4). It does not err anymore.