For customers leveraging data artifact lineage, the resource items are now interactive. You can click through the icons to view the respective resource pages.
For customers leveraging data artifact lineage, the resource items are now interactive. You can click through the icons to view the respective resource pages.
Updated metrics tables/reports have arrived on September 16, 2021! Some reports may take 24-48 hours to reflect the new data after deploy due to sync timing.
New Tables (multi tenant & single tenant)
Updated Tables (multi tenant & single tenant)
Base platform data updates (single tenant only):
The data.world public API supports several options for programmatically making updates to resources on the platform. PATCH
is a method for making partial updates to individual records, such as adding tags, changing a description, or modifying a title.
In the next two weeks, we will be making a change to the way PATCH
endpoints modify list values. We outline these changes below.
tag A
, tag B
] PATCH
request is sent to /datasets/democorp/my-example-dataset
with body: { "tags": [ "tag C", "tag D" ] }
tag A
, tag B
, tag C
,tag D
]PATCH
request is sent to /datasets/democorp/my-example-dataset
with payload: { "tags": [] }
tag A
, tag B
, tag C
,tag D
]tag A
, tag B
] PATCH
request is sent to /datasets/democorp/my-example-dataset
with body: { "tags": [ "tag C", "tag D" ] }
tag C
,tag D
]. tag A
and tag B
have been removed.PATCH
request to /datasets/democorp/my-example-dataset
with body: { "tags": [] }
Today, PATCH
can be used to add, modify, or remove fields for all non-list values. With the current merge logic, items can only be appended to list values using PATCH
. As a consequence, if you want to remove or reorder the items in a list, you must use the PUT
method, which does not support partial updates and requires a full overwrite of the existing record. The new logic to overwrite list values will allow users to make partial updates to records that remove or modify the order of items in the list without needing to modify the entire record.
This new logic primarily impacts tags, file labels, collections, and multi-select custom metadata fields.
Explore data.world's rich advanced search syntax with the Search Builder tool on our main search page. This friendly form helps you construct more complex searches with multiple filters, logical operators, categories, and custom metadata fields. The Search Builder can be accessed by selecting the "Advanced" option above the filters list on the main search page.
This release also includes changes to our main search page. You'll notice a new layout on the All Results tab that shows the top 3 search hits by type for your term. This tab now shows more results per page and gives users a high level overview of the types of resources they can find on the platform. Hover over the circular "i" icon for more details about the result. More targeted results can be viewed on the Resources tab. You'll also notice changes to the category tabs at the top of the page. Resources, Organizations & People, Comments, and Columns each have their own tailored search experience.
The new search experience is available today for select users and will be available for all users early next week.
For enterprise customers, updated metrics have been released today to your Usage and Governance Reporting (ddw-metrics-*
) dataset to address some minor bugs and performance improvements.
Potential observable changes:
If you have any questions or concerns, please let us know at support@data.world or via your customer success representative.
In August, we plan to release a series of improvements to our search page including:
We're investing in navigation enhancements across the site for community and enterprise users. This week, we plan to roll out a beta breadcrumbs feature to help you get back to your list views from your resource pages. This first beta release will include easy access to your organization page from metadata catalog resources, quick filters to navigate back to similar items in your catalog, and basic hierarchical navigation for things like tables and columns. Additional hierarchical navigation support is planned for the coming months.
Next week, we will be releasing an update to the Search UI to include a new standard filter for Resource Type. This has been a much requested filter option to help users drill down into the specific resource types returned from search. This filter includes our common types like datasets, projects, and queries as well as custom types that are configured for your organization's catalog.
This change will also update the presentation order of the search filters as:
1. Resource Type
2. Owner
3. Status
4. Tag
5. Collection
6... Custom configured facets
On Thursday, June 10, we will be deploying a major update to data.world Enterprise Data Catalog customer Usage and Governance Reporting, which is delivered to the ddw-metrics-* dataset in your catalog.
These changes have focused on performance optimizations, increased consistency, some additional columns, and some new tables/reports. Some columns have been renamed to order to achieve consistent use and definitions.
If you have any questions or concerns, please let us know at support@data.world or via your customer success representative.
Multi-tenant change log
Single-tenant change log (private sites & private installs)
Our metadata collector (dwcc, aka the data.world Catalog Collector) is now available on DockerHub! Simply run docker pull datadotworld/dwcc:x.xx
where x.xx is your desired version, and you're in business. It's that easy.
Other enhancements to the metadata collector:
--config-file
option for metadata collector (Beta): We've heard your feedback on wanting a simplified way to manage the configurations for your metadata collectors. The config file will become the default way in the near future to set your parameters going forward. Lots more info on this coming soon!