diff --git a/docs/install/metadata-ingestion/connectors/dashboard-services/looker.md b/docs/install/metadata-ingestion/connectors/dashboard-services/looker.md index 46f37b093c0..0a33d343f2c 100644 --- a/docs/install/metadata-ingestion/connectors/dashboard-services/looker.md +++ b/docs/install/metadata-ingestion/connectors/dashboard-services/looker.md @@ -82,13 +82,6 @@ Add Optionally`pii` processor and `metadata-rest` sink along with `metadata-serv "api_endpoint": "http://localhost:8585/api", "auth_provider_type": "no-auth" } - }, - "cron": { - "minute": "*/5", - "hour": null, - "day": null, - "month": null, - "day_of_week": null } } ``` diff --git a/docs/install/metadata-ingestion/connectors/dashboard-services/superset.md b/docs/install/metadata-ingestion/connectors/dashboard-services/superset.md index 7586f1e7e4b..37b529e5e81 100644 --- a/docs/install/metadata-ingestion/connectors/dashboard-services/superset.md +++ b/docs/install/metadata-ingestion/connectors/dashboard-services/superset.md @@ -81,13 +81,6 @@ Add optionally `pii` processor and `metadata-rest` sink along with `metadata-ser "api_endpoint": "http://localhost:8585/api", "auth_provider_type": "no-auth" } - }, - "cron": { - "minute": "*/5", - "hour": null, - "day": null, - "month": null, - "day_of_week": null } } ``` diff --git a/docs/install/metadata-ingestion/connectors/dashboard-services/tableau.md b/docs/install/metadata-ingestion/connectors/dashboard-services/tableau.md index 3ce3a7efeef..98bc39310a9 100644 --- a/docs/install/metadata-ingestion/connectors/dashboard-services/tableau.md +++ b/docs/install/metadata-ingestion/connectors/dashboard-services/tableau.md @@ -91,13 +91,6 @@ Add optionally `pii` processor and `metadata-rest` sink along with `metadata-ser "api_endpoint": "http://localhost:8585/api", "auth_provider_type": "no-auth" } - }, - "cron": { - "minute": "*/5", - "hour": null, - "day": null, - "month": null, - "day_of_week": null } } ``` diff --git a/docs/install/metadata-ingestion/connectors/messaging-services/kafka.md b/docs/install/metadata-ingestion/connectors/messaging-services/kafka.md index 98de694a365..28b7ef22621 100644 --- a/docs/install/metadata-ingestion/connectors/messaging-services/kafka.md +++ b/docs/install/metadata-ingestion/connectors/messaging-services/kafka.md @@ -82,13 +82,6 @@ Add optionally `pii` processor and `metadata-rest` sink along with `metadata-ser "api_endpoint": "http://localhost:8585/api", "auth_provider_type": "no-auth" } - }, - "cron": { - "minute": "*/5", - "hour": null, - "day": null, - "month": null, - "day_of_week": null } } ```