Metrics update: March 21, 2022

Updated metrics tables/reports have arrived on March 21, 2022! Some reports may take 24-48 hours to reflect the new data after deployment due to sync timing.

The data dictionary has been updated to reflect the latest updates as well.

New Table - For both multi-tenant and single-tenant:

Events - Catalog Resources Pages Activity By Day

A fact table containing catalog pages activities such as views, edits and suggestions submitted by agents aggregated by UTC-based calendar day

Columns:

  1. date: UTC-based calendar date
  2. owner: the org where the catalog asset resides
  3. agentid: the agentid who took an action (either viewed, edited or submitted a suggestion for the asset)
  4. resourcetype: the catalog asset type
  5. resource: the catalog asset's unique ID. This represents the unique IRI value of the asset
  6. resourcename: the name of the catalog asset
  7. views: count of views done by the agent on the asset
  8. edits: count of edits saved by the agent on the asset
  9. suggestions_submitted: count of suggestions submitted by the agent for that asset

Note: This metric is meant to replace the Events - Metadata Asset Activity By Day table, which provided metrics on metadata pages in data.world and was sunset in September 2021. We are going to let Events - Metadata Asset Activity By Day stay in the metrics dataset instead of completely removing it in case you are still using it, but you will not see any events in it beginning September 2021 (or before depending on their activity on those pages).

What can be done with this new metric? 

Below are some examples of analysis you can do with this metric:

  1. You can see the activity for a particular type of resource
    SELECT *
    FROM catalog-resources-pages-activity-by-day
    WHERE resourcetype = ‘Business term’
    ORDER BY date DESC;
  2. You can see total edits, views and suggestions that were submitted by day for a specific resource
    SELECT date, SUM(views), SUM(edits), SUM(suggestions_submitted)
    FROM catalog-resources-pages-activity-by-day
    WHERE RESOURCENAME = '<insert the resourceid column value here>’
    GROUP BY date
    ORDER BY date desc;
  3. You can see total activity summary for all catalog resource pages by date and org
    SELECT date, org, SUM(views), SUM(edits), SUM(suggestions_submitted)
    FROM catalog-resources-pages-activity-by-day
    GROUP BY date, org
    ORDER BY date desc;

As always, let us know if you have any questions or feedback!

Coming Soon: Improved Home Page

In March, a new and improved home page is coming to data.world.

Screenshot of the data.world new home page, featuring sections to quickly navigate to your organizations, recent activity, pending alerts, and more.

The new home page will feature personalized views to help you quickly access resources and view alerts. It will also give you a reliable home base to explore and come back to.

Screenshot of the data.world new home page, featuring sections for a new user with Getting Started tips and links to helpful resources.

To preview the new home page experience, look for the coming soon banner when you log into data.world.

Screenshot of the data.world current home page, with a feed of recent activity in the center and quick links on the side.

The New Organization Profile Page

The new and improved Organization Profile Page is the default landing page for all organizations across data.world.

Learn about the Core Navigation changes that redirect all organization-specific links to this page, or watch the walk-through videos to learn about the updated functionality you'll find here.


enterprise Enterprise Organizations

Create and manage organization-level resources and connections in a consolidated experience—tailored to your level of access. Discover data faster with custom filters and advanced search syntax for all catalog resources and glossary terms.


community Community Organizations

Share information about your organization with the data.world community, curate datasets and projects, and manage memberships—all from the Organization Profile Page.


improvement Organization-level Connections

Create and manage database connections for your organization as an admin—whether syncing data to your Community datasets or collecting catalogs as an Enterprise organization.


Coming Soon: Core Navigation Changes

In January, the updated Organization Profile Page will replace existing organization-specific landing pages with a consolidated experience.

Organization members and admins will be able to search, create, and manage resources, collections, members, connections, and more in one place.

Informational banner which reads "Updates to the organization page are coming soon. Check out what this page will look like in the new version."

Landing pages that will be replaced with the new Organization Profile Page will feature a banner with a link to preview the new experience.


The organization landing page will redirect to the new Organization Profile Page.

Now
Coming Soon
The current organization landing page, featuring large tiles with different resource types.
The new organization profile page, with multiple tabs of information and more details.


Organization-specific library and list views will redirect to the Resources tab on the new Organization Profile page, with more advanced filtering options.

Now
Coming Soon
The current organization data catalog, with simple rows of tables and minimal filter options.
The new organization resources tab, with more information on each table and advanced filtering options.


For enterprise organizations, the Glossary landing page will redirect to a new Glossary tab on the Organization page, also with improved filtering options.

NowComing Soon

Metrics update: December 17, 2021

Updated metrics tables/reports have arrived on December 17, 2021! Some reports may take 24-48 hours to reflect the new data after deploy due to sync timing.

Data dictionary has been updated to reflect the latest updates as well.

Updated Tables - For both multi-tenant and single-tenant

  1. Events - Metadata Assets Activity - By Day: Column name changed from “resourceid” to “resource” - this change was applied in order to bring this table into conformity with the dimension naming convention used elsewhere in the metrics dataset.
  2. Membership - All Time List: Added “current_member” column (boolean; TRUE: account is currently provisioned; FALSE: account is currently de-provisioned). Added “last_date_active” column (the date of the user’s most recent activity in data.world).
  3. Tops - Requests: Name of table/report changed to “Tops - Most Requested Resources.” Added “resourcetype” column (dimension; indicates whether the requested resource was a dataset, group, etc.).

Edit multiple resources from Organization Profile Page

Organization admins can now edit multiple resources directly from the Organization Profile Page.

Community organizations support editing multiple datasets or projects that match the filters in the Resources tab.

A community organization with multiple datasets has access to edit them directly from the Resources tab.

Enterprise organizations also support editing multiple analyses, business terms, or tables.

An enterprise organization with multiple datasets and catalog resources has access to edit them directly from the Resources tab.

Collections on the Organization Profile Page

The Organization Profile Page now features quick links to collections for enterprise organizations.

Organization profile page in data.world, with tiles for resource types and collections under the organization description.

Members of an organization can filter and browse collections by name on the Overview tab. Admins can also create new collections directly from the organization profile.

Reset lineage viewport

Data artifact lineage improvements continue as we introduce the ability to reset the lineage component viewport. For customers with large, complex data artifact lineage, we've heard that it can be difficult to reorient once you start exploring the visualization. With this new "Reset view" button, the view and zoom are immediately reset to the starting orientation.


Coming Soon: Organization Profile Updates

The Organization Profile Page is getting a facelift this week to offer more intuitive navigation, stronger support for custom catalog types, and richer discovery features. 

Browse the Overview tab for quick links to different resource categories in your catalog. The quick link tiles will take you to a filtered presentation of the new Resources tab. This view operates much like the main search page with support for facets and advanced search syntax, all scoped to your organization's resources. 

Searching for open data? Community organizations will now also have these search and filter options available on the new Resources tab.


Show Previous EntriesShow Previous Entries