{"id":173,"date":"2026-05-08T17:16:01","date_gmt":"2026-05-08T17:16:01","guid":{"rendered":"https:\/\/www.dataradar.io\/blog\/?p=173"},"modified":"2026-05-08T21:17:02","modified_gmt":"2026-05-08T21:17:02","slug":"data-observability-split-in-two-neither-half-is-enough","status":"publish","type":"post","link":"https:\/\/www.dataradar.io\/blog\/data-observability-split-in-two-neither-half-is-enough\/","title":{"rendered":"Data Observability Split in Two. Neither Half Is Enough."},"content":{"rendered":"<div class=\"c-section\">\n\t<div class=\"o-wrapper o-wrapper--sm c-section__content u-d-grid u-grid-col-minmax\">\n\n<div class=\"s-cms-content\" id=\"acf-cms-content-blog-block_17a1bd5f4b8f4222b29465bdb3ab3aef\">\n    <p>The data observability market promised enterprises a single answer to a complex problem. Instead, it delivered two partial solutions, sold separately, each solving half the problem, neither designed to work with the other. That is the story of how we got here and why the architecture beneath your observability platform matters more than the features on top of it.<\/p>\n<h3>How the Data Observability Market Evolved Into Two Camps<\/h3>\n<p>The monitoring category emerged after 2020, when cloud data platforms, mainly Snowflake, made it possible to centralize enterprise data at a scale that was previously impractical.<sup>1<\/sup><\/p>\n<p>With that scale came a new class of problems. Data pipelines broke in ways that were hard to detect. Tables went stale without anyone noticing. Schema changes cascaded downstream. Business stakeholders started catching data quality issues before data teams did, which is a reliable signal that something in the monitoring architecture is not working.<\/p>\n<p>A generation of data observability startups emerged to solve these problems. They built machine learning models to detect anomalies in freshness, volume, schema drift, and distribution. They mapped lineage so data teams could trace a broken report back to its source. And they did it well. Companies like Monte Carlo, Anomalo, Bigeye, and others built real products that delivered real value for data quality use cases.<\/p>\n<p>But a second problem was developing in parallel: the quality-focused tools were not built to address cost.<\/p>\n<p>Snowflake&#8217;s consumption-based pricing model is elegant in its simplicity yet difficult to manage at scale. As warehouses grew, compute costs grew with them, often outpacing the business value they generated. Query sprawl, inefficient pipelines, wasted credit allocation, and shadow compute workloads began meaningfully increasing cloud budgets. A separate category of tools emerged to address this: cost optimization platforms focused on query performance, credit management, and warehouse efficiency.<\/p>\n<p>Keebo and Select.dev are examples of platforms built for Snowflake cost optimization. They are well-designed tools for a specific problem. But they are cost tools, not monitoring tools. <sup>2,3<\/sup><\/p>\n<p><strong>Key Insight:<\/strong><\/p>\n<p>Enterprises running Snowflake ended up with two categories of tools, each partially solving the problem, neither providing a unified view of what is actually happening in their data environment.<\/p>\n<p><strong>What is the Bifurcation Problem? <\/strong><\/p>\n<p>Data quality tools can tell you that something is wrong with your data. Cost tools can tell you that something is expensive. Neither can tell you, from a single interface, that a specific pipeline anomaly is causing both a data quality failure and a compute cost spike. That needs a unified platform.<\/p>\n<h2>What are Enterprises Really Buying for Observability and at What Cost?<\/h2>\n<p>When an enterprise buys a data quality tool and a cost optimization tool separately, they are not just paying two licensing fees. They are paying for two connection layers, two monitoring configurations, two alert systems, two dashboards, and two support relationships.<\/p>\n<p>They are also accepting two separate security surfaces. Both tools require outside connection to the customer&#8217;s Snowflake environment. Both require access tokens or credentials to access data. Both establish trust relationships between the enterprise and an outside platform.<\/p>\n<p>The events of Good Friday\/Passover 2026 illustrated what happens when one of those trust relationships is exploited. As reported, a breach at Anodot, a third-party analytics platform integrated with Snowflake, resulted in access tokens being stolen and used to access more than a dozen enterprise Snowflake accounts. Snowflake&#8217;s own platform was not compromised. The platform held. The integration layer did not.<sup>4<\/sup><\/p>\n<p>This is not a hypothetical risk. It is a demonstrated attack pattern that has now occurred twice in 18 months against Snowflake-connected enterprise environments.<\/p>\n<p>Verizon&#8217;s 2025 Data Breach Investigations Report found that supply chain breaches averaged $4.46 million per incident and took an average of 26 extra days to detect compared to other breach types.<sup>5<\/sup><\/p>\n<p>Layer on top of that the cost of wasted Snowflake compute, the overhead of maintaining two external tool connections, and the potential exposure of a third-party breach, and the true cost of a split monitoring setup becomes substantial. IBM&#8217;s 2025 Institute for Business Value research found that more than a quarter of organizations lose over $5 million annually from data quality issues alone.<sup>6<\/sup><\/p>\n<h2>Why is Nobody Talking About Observability Architecture?<\/h2>\n<p>When enterprise data teams evaluate monitoring tools, the talk usually centers on features: which monitors are available, how good the anomaly detection is, what the lineage visualization looks like, and whether the alerting integrates with Slack or Teams.<\/p>\n<p>These are reasonable questions. But they are the wrong first question.<\/p>\n<p>The right first question is: where does this tool live relative to my Snowflake environment, and what happens to my data when it operates?<\/p>\n<\/div>\n\n<picture class=\"c-infographic c-infographic__img\">\n    <source media=\"(min-width: 768px)\" srcset=\"https:\/\/www.dataradar.io\/blog\/wp-content\/uploads\/sites\/2\/2026\/05\/DAT-NA-PLAYBOOK-2.13VISUAL-7x4-4365754869-EDIT_figma-1.jpg\">\n    <img decoding=\"async\" src=\"https:\/\/www.dataradar.io\/blog\/wp-content\/uploads\/sites\/2\/2026\/05\/DAT-NA-PLAYBOOK-2.13VISUAL-7x4-4365754869-EDIT_figma_mobile-1.jpg\" alt=\"Home image\" aria-hidden=\"true\" loading=\"lazy\" width=\"\" height=\"\">\n<\/picture>\n\n<div class=\"s-cms-content\" id=\"acf-cms-content-blog-block_cb0c7e92eb444454860f36cef49eb9ea\">\n    <p>There are fundamentally two architectural models for Snowflake data observability:<\/p>\n<p><strong>Model 1: External SaaS Integration<\/strong><\/p>\n<p>The tool lives outside Snowflake. It connects via API, using access tokens or credentials stored on an external server. Data is extracted, transmitted, and processed outside your Snowflake environment. Your governance trail splits at the boundary. Your audit logs stop at the edge of your Snowflake perimeter. Your backup plan has a gap wherever the external platform&#8217;s uptime does not match Snowflake&#8217;s.<\/p>\n<p>Most of the existing players in the data observability market were built on this model. It was the right architecture for its time, when Snowflake&#8217;s Native App Framework did not exist. It is harder to justify now that it does.<\/p>\n<p><strong>Model 2: Snowflake Native App<\/strong><\/p>\n<p>The tool lives inside Snowflake. It is built on the Snowflake Native App Framework, which means it runs fully within the customer&#8217;s account, on the customer&#8217;s compute, and against live data. No external cloud systems are required. No access tokens are sent to third-party servers. By design, no data leaves the customer&#8217;s Snowflake environment.<sup>7<\/sup><\/p>\n<p>The performance difference is significant. Native compute queries run against live data. There is no extract, no sync job, no cache. When a pipeline health monitor fires an alert, it is reacting to what is happening in your data right now, not six hours ago.<\/p>\n<p>The governance difference is complete. Every query, every action, every access event is logged within Snowflake&#8217;s own audit framework. There is no external system holding a parallel copy of your governance trail. Compliance questions have a single clear answer.<\/p>\n<p>The security difference is structural. A Native App that runs inside Snowflake has no outside connection to exploit. The attack vector that was used in the April 4, 2026, breach, compromising a third-party integration platform and stealing its access tokens, is materially reduced in a true native deployment.<\/p>\n<p><strong>Key Insight: <\/strong><\/p>\n<p>A true Snowflake Native App is <u>not<\/u> a SaaS product with a Snowflake connector. It is an application that runs within Snowflake&#8217;s own infrastructure, governed by Snowflake&#8217;s own security model, with no reliance on external cloud platforms. Snowflake&#8217;s own documentation defines this clearly.<\/p>\n<h2>The Dimensional Framework the Market Has Not Unified<\/h2>\n<\/div>\n\n<picture class=\" c-infographic__img\">\n    <source media=\"(min-width: 768px)\" srcset=\"https:\/\/www.dataradar.io\/blog\/wp-content\/uploads\/sites\/2\/2026\/05\/DAT-NA-PLAYBOOK-2.5VISUAL-7x4-4365754869-EDIT_figma-02-2.jpg\">\n    <img decoding=\"async\" src=\"https:\/\/www.dataradar.io\/blog\/wp-content\/uploads\/sites\/2\/2026\/05\/DAT-NA-PLAYBOOK-2.5VISUAL-7x4-4365754869-EDIT-2.jpg\" alt=\"Home image\" aria-hidden=\"true\" loading=\"lazy\" width=\"\" height=\"\">\n<\/picture>\n\n<div class=\"s-cms-content\" id=\"acf-cms-content-blog-block_67733f1625399fa7549129e9240fd596\">\n    <p>When I look at the data observability landscape from an engineering and product standpoint, I see five distinct problem dimensions that every enterprise running Snowflake at scale needs to address:<\/p>\n<ol>\n<li><strong>Data Reliability:<\/strong> Is the data accurate, complete, and consistent? Are there anomalies in values, volumes, or freshness that indicate a quality problem upstream?<\/li>\n<li><strong>Pipeline Health:<\/strong> Are the pipelines that move data into and through Snowflake operating correctly? Are jobs completing on schedule? Are there failures or latency spikes that will cascade into downstream problems?<\/li>\n<li><strong>Performance Optimization:<\/strong> Are queries running efficiently? Are there expensive operations that could be rewritten or scheduled differently? Is compute being allocated to workloads that justify the cost?<\/li>\n<li><strong>Usage Intelligence:<\/strong> Who is accessing what data, and how often? Are there patterns in access that indicate misuse, shadow workloads, or governance gaps? Is there data nobody is using that is still consuming storage and compute?<\/li>\n<li><strong>Cost Visibility:<\/strong> Where is Snowflake credit being consumed? Which teams, pipelines, and queries are driving the highest cost? What can be optimized without sacrificing performance?<\/li>\n<\/ol>\n<p>The existing market has split across these dimensions. Quality tools tend to cover Data Reliability and, to varying degrees, Pipeline Health. Cost tools tend to cover Performance Optimization and Cost Visibility. Usage Intelligence falls between the two categories.<\/p>\n<p>The result is that enterprises with advanced Snowflake deployments end up with partial coverage across five deeply interconnected dimensions. A pipeline health failure that creates an anomalous data quality result often also creates an unusual cost spike and an abnormal usage pattern. To understand the full picture, you need to see all five dimensions in the same view, at the same time, against the same live data.<\/p>\n<p>That is what a single native platform makes possible. DataRadar\u2122 covers all five dimensions natively within a single Native App, with no external dependencies or integration gaps.<\/p>\n<h2>The Consolidation Argument<\/h2>\n<p>Enterprises are under real pressure to consolidate their data tool stacks. The growth of best-of-breed SaaS tools over the past five years created capability gains but also added complexity, budget split, and security surface expansion.<\/p>\n<p>The monitoring category is a microcosm of this broader trend. Buying a quality tool and a cost tool apart made sense when no single platform covered both. That is no longer the case.<\/p>\n<p>The total cost of ownership argument for consolidation is straightforward: one licensing relationship versus two, one connection surface versus two, one security review versus two, one support escalation path versus two, and one unified dashboard versus a context switch every time you need to connect a data quality alert to a cost anomaly.<\/p>\n<p>The performance argument is equally clear: a native platform that queries live data directly is faster, more accurate, and more current than any architecture that depends on data extraction and synchronization to an external system.<\/p>\n<p>The security argument, as Good Friday 2026 demonstrated, is no longer theoretical.<\/p>\n<p>The data observability market grew to an estimated $2.37 billion in 2024 and is projected to reach $4.73 billion by 2030.<sup>8<\/sup><\/p>\n<p>A meaningful portion of that growth will come from enterprises consolidating split tool stacks onto single native platforms. The market bifurcation that created the two-camp problem is beginning to resolve, and it will resolve toward architecture, not features.<\/p>\n<h3>What Should You Look for in a Unified Native Platform?<\/h3>\n<\/div>\n\n<picture class=\" c-infographic__img\">\n    <source media=\"(min-width: 768px)\" srcset=\"https:\/\/www.dataradar.io\/blog\/wp-content\/uploads\/sites\/2\/2026\/05\/DAT-NA-PLAYBOOK-3.2VISUAL_figma-2.jpg\">\n    <img decoding=\"async\" src=\"https:\/\/www.dataradar.io\/blog\/wp-content\/uploads\/sites\/2\/2026\/05\/DAT-NA-PLAYBOOK-3.2VISUAL_mobile-2.jpg\" alt=\"Home image\" aria-hidden=\"true\" loading=\"lazy\" width=\"\" height=\"\">\n<\/picture>\n\n<div class=\"s-cms-content\" id=\"acf-cms-content-blog-block_90815130d28555cf683733d6427c19a6\">\n    <p>If you are evaluating data monitoring platforms right now, these are the questions that will separate a genuine native platform from a SaaS product with a native-sounding name:<\/p>\n<ol>\n<li>Does the platform run fully within my Snowflake account, or does it establish connectivity to an external cloud?<\/li>\n<li>Are access tokens or credentials sent to third-party servers at any point in the operation?<\/li>\n<li>Does the platform cover data quality, pipeline health, performance, usage intelligence, and cost visibility in a single interface?<\/li>\n<li>Can I verify the native deployment model in Snowflake&#8217;s own marketplace and Native App Framework docs?<\/li>\n<li>What happens to my observability when the vendor has an outage? If the answer is &#8216;your monitoring goes down,&#8217; that is a dependency risk worth understanding.<\/li>\n<\/ol>\n<p>These questions are not designed to favor any particular vendor. They are designed to surface design realities that feature comparisons and marketing materials rarely make explicit.<\/p>\n<p><strong>Summary Takeaway<\/strong><\/p>\n<p>The data observability market is split into two camps: data quality tools and cost optimization tools. Enterprises bought both and still had gaps. The Native App model changes the equation by unifying five observability dimensions inside Snowflake, eliminating the external integration layer, and closing the security surface that fragmented tool architectures create. Architecture is the conversation the market has been avoiding. It is time to have it.<\/p>\n<\/div>\n\n    <\/div>\n<\/div>\n\n<section class=\"c-section c-section--bg-web\" id=\"acf-explore-cards-blog-block_bb29a8a4f9709670ee33611c0fdc3be4\">\n    <div class=\"o-wrapper o-wrapper--sm c-section__content u-d-grid u-grid-col-minmax\">\n        <div class=\"c-section-header\">\n            <h2 class=\"c-section-header__title u-text-center u-text-blue u-fw-600\">Explore DataRadar<\/h2>\n        <\/div>\n        <div class=\"c-cta-cards u-d-grid\">\n            <div class=\"c-cta-cards__item u-d-grid u-bdrs-0-5\">\n                <h3 class=\"c-cta-cards__title u-text-center u-fw-600 u-text-blue\">Download the 2026 Enterprise Playbook:<\/h3>\n                <div class=\"c-button__wrapper\"><a class=\"c-button c-button--md c-button--turquoise c-button--centered u-text-center\" href=\"https:\/\/www.dataradar.io\/resources\/playbooks\/data-observability-playbook-2026\/\" target=\"_self\">Get Your Playbook<\/a><\/div>\n            <\/div>\n            <div class=\"c-cta-cards__item u-d-grid u-bdrs-0-5\">\n                <h3 class=\"c-cta-cards__title u-text-center u-fw-600 u-text-blue\">See DataRadar in action:<\/h3>\n                <div class=\"c-button__wrapper\"><a class=\"c-button c-button--md c-button--linear-blue c-button--centered u-text-center\" href=\"https:\/\/www.dataradar-dev.io\/request-demo\/\" target=\"_self\" rel=\"noopener\">Request a Demo<\/a><\/div>\n            <\/div>\n            <div class=\"c-cta-cards__item u-d-grid u-bdrs-0-5\">\n                <h3 class=\"c-cta-cards__title u-text-center u-fw-600 u-text-blue\">Try it free for 30 days:<\/h3>\n                <div class=\"c-button__wrapper\"><a class=\"c-button c-button--md c-button--red c-button--centered u-text-center\" href=\"https:\/\/www.dataradar.io\/resources\/start-trial\/\" target=\"_self\">Get Your 30 Day Trial<\/a><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n<section class=\"c-section c-section--bg-light-gray\" id=\"acf-faq-blog-block_69696309245503506b5a9ae16f7b97d7\">\n    <div class=\"o-wrapper o-wrapper--sm c-section__content u-d-grid u-grid-col-minmax\">\n        <div class=\"c-section-header\">\n                <h2 class=\"c-section-header__title u-text-blue u-fw-60\">Frequently Asked Questions<\/h2>\n        <\/div>\n        <div class=\"c-faqs-preview\">\n            <div class=\"c-faqs-preview__content\">\n                                                <details class=\"c-faqs-preview__details\" open>\n                        <summary class=\"c-faqs-preview__summary u-p-relative\">\n                            <h3 class=\"c-faqs-preview__question u-fw-600 u-p-relative u-text-black\">Why did the data observability market split into two camps?<\/h3>\n                        <\/summary>\n                        <div class=\"c-faqs-preview__answer\">\n                            <div class=\"s-cms-content\">\n                                <p>The market evolved around two distinct but related problems: data quality and compute cost. Different startups built tools optimized for each problem. The result was a fragmented landscape in which enterprises needed to buy two separate products to address the full scope of observability. Neither camp was designed with integration in mind, leaving visibility gaps where the two problem domains overlap.\u00b9<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/details>\n                                        <details class=\"c-faqs-preview__details\" >\n                        <summary class=\"c-faqs-preview__summary u-p-relative\">\n                            <h3 class=\"c-faqs-preview__question u-fw-600 u-p-relative u-text-black\">What is a Snowflake Native App and how is it different from a SaaS integration?<\/h3>\n                        <\/summary>\n                        <div class=\"c-faqs-preview__answer\">\n                            <div class=\"s-cms-content\">\n                                <p>A Snowflake Native App is built on Snowflake\u2019s Native App Framework and runs entirely within the customer\u2019s Snowflake account. Data never leaves the environment. There are no external cloud dependencies, no access tokens sent to third\u2011party servers, and no connection to an external platform. By contrast, a SaaS integration connects to an external vendor cloud via API and credentials, creating a trust dependency outside the customer\u2019s security edge.\u2077<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/details>\n                                        <details class=\"c-faqs-preview__details\" >\n                        <summary class=\"c-faqs-preview__summary u-p-relative\">\n                            <h3 class=\"c-faqs-preview__question u-fw-600 u-p-relative u-text-black\">How does the Native App model improve data observability and security?<\/h3>\n                        <\/summary>\n                        <div class=\"c-faqs-preview__answer\">\n                            <div class=\"s-cms-content\">\n                                <p>A true Snowflake Native App eliminates the external connection layer that has served as the entry point in recent enterprise data breaches. When a tool runs fully within Snowflake, there are no access tokens held by third\u2011party platforms, no external connection to exploit, and no trust relationship outside the customer\u2019s security edge. As reported, the attack vector used in the April 2026 Anodot breach materially reduces in a native deployment.\u2074<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/details>\n                                        <details class=\"c-faqs-preview__details\" >\n                        <summary class=\"c-faqs-preview__summary u-p-relative\">\n                            <h3 class=\"c-faqs-preview__question u-fw-600 u-p-relative u-text-black\">How can I evaluate whether a data observability tool is truly native?<\/h3>\n                        <\/summary>\n                        <div class=\"c-faqs-preview__answer\">\n                            <div class=\"s-cms-content\">\n                                <p>Verify the deployment architecture in Snowflake\u2019s Marketplace and Native App Framework documentation. Ask the vendor exactly whether their platform establishes connectivity to external cloud systems during normal operation and whether access tokens are transmitted to or stored on their servers. A truly native platform will provide clear, verifiable answers to both questions. DataRadar\u2019s native deployment can be independently verified in the Snowflake Marketplace.\u2077<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/details>\n                                            <\/div>\n        <\/div>           \n    <\/div>\n<\/section>\n\n<div class=\"c-section\">\n\t<div class=\"o-wrapper o-wrapper--sm c-section__content u-d-grid u-grid-col-minmax\">\n\n<div class=\"s-cms-content\" id=\"acf-cms-content-blog-block_9487c086418a64b1ee04a9ba3787e829\">\n    <p><strong>References<\/strong><\/p>\n<p>\u00b9 (2026, January 31). The hidden cost of poor data quality governance: ADM turns risk into revenue. Acceldata Blog. <a href=\"https:\/\/www.acceldata.io\/blog\/the-hidden-cost-of-poor-data-quality-governance-adm-turns-risk-into-revenue\" target=\"_blank\" rel=\"noopener\">https:\/\/www.acceldata.io\/blog\/the-hidden-cost-of-poor-data-quality-governance-adm-turns-risk-into-revenue<\/a><\/p>\n<p>\u00b2 Keebo. (2025). Autonomous Snowflake cost optimization. Keebo. <a href=\"https:\/\/keebo.ai\" target=\"_blank\" rel=\"noopener\">https:\/\/keebo.ai<\/a><\/p>\n<p>\u00b3 Select.dev. (2025). Snowflake cost optimization platform. Select.dev. <a href=\"https:\/\/select.dev\" target=\"_blank\" rel=\"noopener\">https:\/\/select.dev<\/a><\/p>\n<p>\u2074 Abrams, L. (2026, April 9). Snowflake customers hit in data theft attacks after SaaS integrator breach. BleepingComputer. <a href=\"https:\/\/www.bleepingcomputer.com\/news\/security\/snowflake-customers-hit-in-data-theft-attacks-after-saas-integrator-breach\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.bleepingcomputer.com\/news\/security\/snowflake-customers-hit-in-data-theft-attacks-after-saas-integrator-breach\/<\/a><\/p>\n<p>\u2075 Verizon. (2025). Data Breach Investigations Report 2025. Verizon. <a href=\"https:\/\/www.verizon.com\/business\/resources\/reports\/dbir\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.verizon.com\/business\/resources\/reports\/dbir\/<\/a><\/p>\n<p>\u2076\u00a0IBM Institute for Business Value. (2025, November 12). The 2025 CDO study: The AI multiplier effect. IBM. <a href=\"https:\/\/www.ibm.com\/think\/insights\/cost-of-poor-data-quality\" target=\"_blank\" rel=\"noopener\">https:\/\/www.ibm.com\/think\/insights\/cost-of-poor-data-quality<\/a><\/p>\n<p>\u2077 Snowflake. (2024). About the Snowflake Native App Framework. Snowflake Documentation. <a href=\"https:\/\/docs.snowflake.com\/en\/developer-guide\/native-apps\/native-apps-about\" target=\"_blank\" rel=\"noopener\">https:\/\/docs.snowflake.com\/en\/developer-guide\/native-apps\/native-apps-about<\/a><\/p>\n<p>\u2078 Grand View Research. (2024). Data observability market size, share and trends analysis report. Cited in: Integrate.io. (2026, January 12). Data quality improvement stats from ETL. <a href=\"https:\/\/www.integrate.io\/blog\/data-quality-improvement-stats-from-etl\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.integrate.io\/blog\/data-quality-improvement-stats-from-etl\/<\/a><\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":8,"featured_media":184,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"acf":[],"_links":{"self":[{"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/posts\/173"}],"collection":[{"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/comments?post=173"}],"version-history":[{"count":13,"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/posts\/173\/revisions"}],"predecessor-version":[{"id":208,"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/posts\/173\/revisions\/208"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/media\/184"}],"wp:attachment":[{"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/media?parent=173"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/categories?post=173"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/tags?post=173"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}