Skip to content
Snippets Groups Projects
Commit 1a5045fb authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Add explanation about the database syncing process to scheduling form

parent f1dce679
Branches
Tags
No related merge requests found
......@@ -88,7 +88,10 @@ export default class DatabaseSchedulingForm extends Component {
<div className="Form-offset mr4 mt4">
<div>
<h4 className="text-bold text-uppercase">Database syncing</h4>
<div style={{maxWidth: 600}}>
To do some of its magic, Metabase needs to scan your database. We will also rescan it periodically to keep the metadata up-to-date. You can control when the periodic rescans happen below.
</div>
<h4 className="mt4 text-bold text-uppercase">Database syncing</h4>
<p className="text-paragraph text-measure">This is a lightweight process that checks for
updates to this database’s schema. In most cases, you should be fine leaving this
set to sync hourly.</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment