GitBook: [#200] Added page link for presto

This commit is contained in:
Ayush Shah 2021-10-18 17:44:14 +00:00 committed by gitbook-bot
parent ad35ab94d2
commit f01ee150e1
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 4 additions and 8 deletions

View File

@ -38,6 +38,10 @@ OpenMetadata supports connectors to some popular data sources. We will continue
[postgres.md](postgres.md)
{% endcontent-ref %}
{% content-ref url="presto.md" %}
[presto.md](presto.md)
{% endcontent-ref %}
{% content-ref url="redshift.md" %}
[redshift.md](redshift.md)
{% endcontent-ref %}

View File

@ -68,16 +68,8 @@ Following is the example for mysql.json
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
}
},
"cron": {
"minute": "*/5",
"hour": null,
"day": null,
"month": null,
"day_of_week": null
}
}
```
{% endcode %}