Constant mz_fivetran_destination::destination::ddl::PRIMARY_KEY_MAGIC_STRING
source · const PRIMARY_KEY_MAGIC_STRING: &str = "mz_is_primary_key";
Expand description
HACK(parkmycar): An ugly hack to track whether or not a column is a primary key.