@@ -18,6 +18,14 @@ import IngestionSink from '/snippets/connectors/yaml/ingestion-sink.mdx'
1818
1919import WorkflowConfig from ' snippets/connectors/yaml/workflow-config.mdx'
2020
21+ import SourceConfigDef from ' snippets/connectors/yaml/database/source-config-def.mdx'
22+ import SourceConfig from ' snippets/connectors/yaml/database/source-config.mdx'
23+ import DataQuality from ' snippets/connectors/yaml/data-quality.mdx'
24+
25+ import AwsConfigDef from ' snippets/connectors/yaml/common/aws-config-def.mdx'
26+
27+ import AwsConfig from ' snippets/connectors/yaml/common/aws-config.mdx'
28+
2129{ % connectorDetailsHeader
2230name = " Athena"
2331stage = " PROD"
@@ -190,7 +198,7 @@ This is a sample config for Athena:
190198
191199#### Source Configuration - Service Connection
192200
193- { % partial file = " /v1.9/connectors/yaml/common/aws-config-def.mdx " /% }
201+ < AwsConfigDef />
194202
195203{ % codeInfo srNumber = 9 % }
196204
@@ -204,7 +212,7 @@ This is a sample config for Athena:
204212
205213{ % / codeInfo % }
206214
207- { % partial file = " /v1.9/connectors/yaml/database/source-config-def.mdx " /% }
215+ < SourceConfigDef />
208216
209217<IngestionSinkDef />
210218
@@ -238,7 +246,7 @@ source:
238246 awsConfig :
239247` ` `
240248
241- {% partial file="/v1.9/connectors/yaml/common/aws-config.mdx" /%}
249+ <AwsConfig />
242250
243251` ` ` yaml {% srNumber=9 %}
244252 s3StagingDir : s3 directory for datasource
@@ -255,7 +263,7 @@ source:
255263 # key: value
256264```
257265
258- { % partial file = " /v1.9/connectors/yaml/database/source-config.mdx " /% }
266+ < SourceConfig />
259267
260268<IngestionSink />
261269
@@ -275,7 +283,7 @@ source:
275283
276284{ % partial file = " /v1.9/connectors/yaml/auto-classification.mdx" variables = {connector: " athena" } /% }
277285
278- { % partial file = " /v1.9/connectors/yaml/data-quality.mdx " /% }
286+ < DataQuality />
279287
280288## dbt Integration
281289
0 commit comments