entity_partition_key_{N}
Target database: Azure Synapse SQL, Databricks SQL, Google BigQuery
Resolved as the Nth attribute name of entity partition key in deployment.
See also:
Usage
<entity_partition_key_N>
Notes
Can be used with physical option STORAGE.PARTITION_SCHEME to reference the Nth attribute name of the partition key. Suitable when partitioning is executed over multiple columns with different partitioning logics.
Examples
See examples in STORAGE.PARTITION_SCHEME and PARTITION_KEY.