# \[Data Connector 1.0] Changelog

## 2023-05-26

Updated the data model for `certification_dim` and `certification_fact`. This is a significant update to bring both tables in line with the current state of the certification product.&#x20;

The following fields have been deprecated:&#x20;

* `certification_dim`: `created_at`, `updated_at`
* `certification_fact`: `started_at`, `assessments_completed_at`, `challenge_started_at`, `challenge_completed_at`, `case_study_started_at`, `case_study_completed_at`

The following fields have been added:&#x20;

* `certification_fact`: `registered_at`, `expired_at`, `assessments_passed_at`, `coding_challenge_passed_at`, `first_exam_started_at`, `first_exam_completed_at`, `exam_last_passed_at`, `case_study_ready_at`, `first_case_study_submitted_at`, `last_case_study_submitted_at`, `is_passed_exams`

The following fields have been renamed:&#x20;

* `certification_dim`: `certificate_id` to `certification_id`
* `certification_fact:` `certificate_id` to `certification_id`

## 2023-05-16

Added new data model for `workspace_visit_fact`, containing four fields (`visitor_id`, `workspace_id`, `visited_at`, and `nb_seconds`). Also added additional fields in `workspace_dim` (`owner_type`) and `workspace_fact` (`nb_shares`, `nb_viewers`).

## 2022-02-24

Added new data models for `assessments`, `certification`, and `workspaces`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://enterprise-docs.datacamp.com/data-connector-1.0-documentation/data-connector-1.0-explore-data-model/data-connector-1.0-changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
