blob: 6cc80129fd8e8cc955fe6115fd0ab70875d9f077 [file] [log] [blame]
{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Misc/ReplicatedAttributes.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"kZASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,yBAAuB,yBAE/B,oBACE,GAAM,cAAY,cAEpB,uMACA,qFAAkE,oBAAIC,WAAW,KAAG,iBAAuB,qBAAsB,oBAAIA,WAAW,KAAG,kBAAwB,QAAS,oBAAIA,WAAW,KAAG,gBAAsB,MAE/N,gMAEDJ,EAAWK,gBAAiB","file":"static/js/documents-misc-replicated-attributes.04c7b7bf.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n components,\n ...props\n}) {\n return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n <h1 {...{\n \"id\": \"replicated-attributes\"\n }}>{`Replicated Attributes`}</h1>\n <h4 {...{\n \"id\": \"background\"\n }}>{`Background`}</h4>\n <p>{`Users want knowledge of how the entities have landed into Atlas instance, if they were created via hook ingestion or whether they were imported from another Atlas instance.`}</p>\n <p>{`This is addressed by 2 new attributes that are now part of `}<em parentName=\"p\">{`Referenceable`}</em>{` entity type viz. `}<em parentName=\"p\">{`replicatedFrom`}</em>{` and `}<em parentName=\"p\">{`replicatedTo`}</em>{`.`}</p>\n </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}