In addition to the changes published on February 10th, we will also be including the following update to the Greenhouse Analytics schema on February 26th, 2020. See below for a description, and see attached for the latest schema.
This update allows customers with the Business Intelligence Connector to view data regarding:
- Office-Specific Data Retention Periods
- New table
gdpr_office_rules
added
- New table
___
CREATE TABLE gdpr_office_rules (
office_id bigint NOT NULL,
retention_period bigint NOT NULL
);