mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-09 15:32:25 +00:00
GitBook: [#200] Added page link for presto
This commit is contained in:
parent
ad35ab94d2
commit
f01ee150e1
@ -38,6 +38,10 @@ OpenMetadata supports connectors to some popular data sources. We will continue
|
|||||||
[postgres.md](postgres.md)
|
[postgres.md](postgres.md)
|
||||||
{% endcontent-ref %}
|
{% endcontent-ref %}
|
||||||
|
|
||||||
|
{% content-ref url="presto.md" %}
|
||||||
|
[presto.md](presto.md)
|
||||||
|
{% endcontent-ref %}
|
||||||
|
|
||||||
{% content-ref url="redshift.md" %}
|
{% content-ref url="redshift.md" %}
|
||||||
[redshift.md](redshift.md)
|
[redshift.md](redshift.md)
|
||||||
{% endcontent-ref %}
|
{% endcontent-ref %}
|
||||||
|
|||||||
@ -68,16 +68,8 @@ Following is the example for mysql.json
|
|||||||
"api_endpoint": "http://localhost:8585/api",
|
"api_endpoint": "http://localhost:8585/api",
|
||||||
"auth_provider_type": "no-auth"
|
"auth_provider_type": "no-auth"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"cron": {
|
|
||||||
"minute": "*/5",
|
|
||||||
"hour": null,
|
|
||||||
"day": null,
|
|
||||||
"month": null,
|
|
||||||
"day_of_week": null
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
{% endcode %}
|
{% endcode %}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user