mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 09:22:14 +00:00
GitBook: [#197] removed cron from config
This commit is contained in:
parent
725736eb41
commit
fd61f01c22
@ -82,13 +82,6 @@ Add Optionally`pii` processor and `metadata-rest` sink along with `metadata-serv
|
|||||||
"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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -81,13 +81,6 @@ Add optionally `pii` processor and `metadata-rest` sink along with `metadata-ser
|
|||||||
"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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -91,13 +91,6 @@ Add optionally `pii` processor and `metadata-rest` sink along with `metadata-ser
|
|||||||
"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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -82,13 +82,6 @@ Add optionally `pii` processor and `metadata-rest` sink along with `metadata-ser
|
|||||||
"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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user