blob: c77866f898d534fdc9d8ccf61ded6e4d01c578f8 [file] [log] [blame]
{"version":3,"sources":["webpack:///./src/pages/docs/Connecting to Databases/kylin.mdx"],"names":["_frontmatter","MDXLayout","DefaultLayout","MDXContent","components","props","mdxType","isMDXComponent"],"mappings":"wPAMaA,G,UAAe,S,kOAE5B,IAKMC,EAAYC,IACH,SAASC,EAAT,GAGZ,IAFDC,EAEC,EAFDA,WACGC,EACF,8BACD,OAAO,YAACJ,EAAD,eAAeI,EAAf,CAAsBD,WAAYA,EAAYE,QAAQ,cAC3D,iBAAQ,CACN,GAAM,gBADR,gBAGA,+EAEE,gBAAO,CACL,KAAQ,uCACR,WAAc,KAFhB,WAFF,KAOA,gFACA,uBAAK,mBAAU,CACX,WAAc,OADb,0G,gOAQTH,EAAWI,gBAAiB","file":"component---src-pages-docs-connecting-to-databases-kylin-mdx-3e706f27e0a2e5cc8d48.js","sourcesContent":["import * as React from 'react'\n /* @jsx mdx */\nimport { mdx } from '@mdx-js/react';\n/* @jsx mdx */\n\nimport DefaultLayout from \"/Users/max/code/superset/docs/node_modules/gatsby-theme-docz/src/base/Layout.js\";\nexport const _frontmatter = {};\n\nconst makeShortcode = name => function MDXDefaultShortcode(props) {\n console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n return <div {...props} />;\n};\n\nconst MDXLayout = DefaultLayout;\nexport default function MDXContent({\n components,\n ...props\n}) {\n return <MDXLayout {...props} components={components} mdxType=\"MDXLayout\">\n <h2 {...{\n \"id\": \"apache-kylin\"\n }}>{`Apache Kylin`}</h2>\n <p>{`The recommended connector library for Apache Kylin is\n`}\n <a {...{\n \"href\": \"https://github.com/Kyligence/kylinpy\",\n \"parentName\": \"p\"\n }}>{`kylinpy`}</a>\n {`.`}</p>\n <p>{`The expected connection string is formatted as follows:`}</p>\n <pre><code {...{\n \"parentName\": \"pre\"\n }}>{`kylin://<username>:<password>@<hostname>:<port>/<project>?<param1>=<value1>&<param2>=<value2>\n`}</code></pre>\n\n </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;\n "],"sourceRoot":""}