diff --git a/openmetadata-docs/content/connectors/dashboard/looker/index.md b/openmetadata-docs/content/connectors/dashboard/looker/index.md index f22ac5ca449..0e0c7a52800 100644 --- a/openmetadata-docs/content/connectors/dashboard/looker/index.md +++ b/openmetadata-docs/content/connectors/dashboard/looker/index.md @@ -130,8 +130,8 @@ the changes. #### Connection Options - **Host and Port**: URL to the Looker instance. -- **Username**: Specify the User to connect to Looker. It should have enough privileges to read all the metadata. -- **Password**: Password to connect to Looker. +- **Client ID**: Specify the Client ID to connect to Looker. It should have enough privileges to read all the metadata. +- **Client Secret**: Client Secret to connect to Looker. - **Environment**: Looker Environment. ### 6. Configure Metadata Ingestion diff --git a/openmetadata-docs/content/connectors/database/athena/airflow.md b/openmetadata-docs/content/connectors/database/athena/airflow.md index 76ba9db418e..6c8c8456353 100644 --- a/openmetadata-docs/content/connectors/database/athena/airflow.md +++ b/openmetadata-docs/content/connectors/database/athena/airflow.md @@ -89,43 +89,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/athena/cli.md b/openmetadata-docs/content/connectors/database/athena/cli.md index 79b15374d1a..a3c6e36f593 100644 --- a/openmetadata-docs/content/connectors/database/athena/cli.md +++ b/openmetadata-docs/content/connectors/database/athena/cli.md @@ -89,43 +89,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/azuresql/airflow.md b/openmetadata-docs/content/connectors/database/azuresql/airflow.md index 18aba1e570c..cef4beac602 100644 --- a/openmetadata-docs/content/connectors/database/azuresql/airflow.md +++ b/openmetadata-docs/content/connectors/database/azuresql/airflow.md @@ -86,43 +86,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/azuresql/cli.md b/openmetadata-docs/content/connectors/database/azuresql/cli.md index 950013a0740..138335686c8 100644 --- a/openmetadata-docs/content/connectors/database/azuresql/cli.md +++ b/openmetadata-docs/content/connectors/database/azuresql/cli.md @@ -86,43 +86,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/bigquery/airflow.md b/openmetadata-docs/content/connectors/database/bigquery/airflow.md index a83452c8527..39ad9bed697 100644 --- a/openmetadata-docs/content/connectors/database/bigquery/airflow.md +++ b/openmetadata-docs/content/connectors/database/bigquery/airflow.md @@ -122,43 +122,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/bigquery/cli.md b/openmetadata-docs/content/connectors/database/bigquery/cli.md index eb1d05dec87..7d0a6668f68 100644 --- a/openmetadata-docs/content/connectors/database/bigquery/cli.md +++ b/openmetadata-docs/content/connectors/database/bigquery/cli.md @@ -122,43 +122,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/clickhouse/airflow.md b/openmetadata-docs/content/connectors/database/clickhouse/airflow.md index f170bc20f34..3ee1699d1d5 100644 --- a/openmetadata-docs/content/connectors/database/clickhouse/airflow.md +++ b/openmetadata-docs/content/connectors/database/clickhouse/airflow.md @@ -94,43 +94,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/clickhouse/cli.md b/openmetadata-docs/content/connectors/database/clickhouse/cli.md index 3f6b1ac32b7..de57087ca56 100644 --- a/openmetadata-docs/content/connectors/database/clickhouse/cli.md +++ b/openmetadata-docs/content/connectors/database/clickhouse/cli.md @@ -94,43 +94,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/databricks/airflow.md b/openmetadata-docs/content/connectors/database/databricks/airflow.md index 43371eb2c0e..355ee93e4e4 100644 --- a/openmetadata-docs/content/connectors/database/databricks/airflow.md +++ b/openmetadata-docs/content/connectors/database/databricks/airflow.md @@ -87,43 +87,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/databricks/cli.md b/openmetadata-docs/content/connectors/database/databricks/cli.md index 02e8ca3f984..709865e7c61 100644 --- a/openmetadata-docs/content/connectors/database/databricks/cli.md +++ b/openmetadata-docs/content/connectors/database/databricks/cli.md @@ -87,43 +87,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/db2/airflow.md b/openmetadata-docs/content/connectors/database/db2/airflow.md index 5bf93494ffc..6c0739d5c68 100644 --- a/openmetadata-docs/content/connectors/database/db2/airflow.md +++ b/openmetadata-docs/content/connectors/database/db2/airflow.md @@ -85,43 +85,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/db2/cli.md b/openmetadata-docs/content/connectors/database/db2/cli.md index 9558e25c9ab..da7b8d34bfa 100644 --- a/openmetadata-docs/content/connectors/database/db2/cli.md +++ b/openmetadata-docs/content/connectors/database/db2/cli.md @@ -85,43 +85,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/deltalake/airflow.md b/openmetadata-docs/content/connectors/database/deltalake/airflow.md index f96c2c532b6..02a7a60c1ff 100644 --- a/openmetadata-docs/content/connectors/database/deltalake/airflow.md +++ b/openmetadata-docs/content/connectors/database/deltalake/airflow.md @@ -86,43 +86,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/deltalake/cli.md b/openmetadata-docs/content/connectors/database/deltalake/cli.md index d84a2f6eb53..6efc796af89 100644 --- a/openmetadata-docs/content/connectors/database/deltalake/cli.md +++ b/openmetadata-docs/content/connectors/database/deltalake/cli.md @@ -86,43 +86,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/druid/airflow.md b/openmetadata-docs/content/connectors/database/druid/airflow.md index 589d9a918f1..4e8b42c5e66 100644 --- a/openmetadata-docs/content/connectors/database/druid/airflow.md +++ b/openmetadata-docs/content/connectors/database/druid/airflow.md @@ -85,43 +85,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/druid/cli.md b/openmetadata-docs/content/connectors/database/druid/cli.md index 68bc833f1d3..6f49dabbbe9 100644 --- a/openmetadata-docs/content/connectors/database/druid/cli.md +++ b/openmetadata-docs/content/connectors/database/druid/cli.md @@ -85,43 +85,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/dynamodb/airflow.md b/openmetadata-docs/content/connectors/database/dynamodb/airflow.md index b29bcea3df4..9591b10eb84 100644 --- a/openmetadata-docs/content/connectors/database/dynamodb/airflow.md +++ b/openmetadata-docs/content/connectors/database/dynamodb/airflow.md @@ -95,43 +95,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/dynamodb/cli.md b/openmetadata-docs/content/connectors/database/dynamodb/cli.md index 8d33ea46392..cd511b39359 100644 --- a/openmetadata-docs/content/connectors/database/dynamodb/cli.md +++ b/openmetadata-docs/content/connectors/database/dynamodb/cli.md @@ -95,43 +95,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/glue/airflow.md b/openmetadata-docs/content/connectors/database/glue/airflow.md index f5bc38a4cfc..edb33a5329d 100644 --- a/openmetadata-docs/content/connectors/database/glue/airflow.md +++ b/openmetadata-docs/content/connectors/database/glue/airflow.md @@ -87,43 +87,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/glue/cli.md b/openmetadata-docs/content/connectors/database/glue/cli.md index 37531dab04e..b7eebb6630e 100644 --- a/openmetadata-docs/content/connectors/database/glue/cli.md +++ b/openmetadata-docs/content/connectors/database/glue/cli.md @@ -87,43 +87,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/hive/airflow.md b/openmetadata-docs/content/connectors/database/hive/airflow.md index 91c142ecbf2..ff144d98528 100644 --- a/openmetadata-docs/content/connectors/database/hive/airflow.md +++ b/openmetadata-docs/content/connectors/database/hive/airflow.md @@ -85,43 +85,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/hive/cli.md b/openmetadata-docs/content/connectors/database/hive/cli.md index db5fae780be..20dc412a746 100644 --- a/openmetadata-docs/content/connectors/database/hive/cli.md +++ b/openmetadata-docs/content/connectors/database/hive/cli.md @@ -85,43 +85,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/mariadb/airflow.md b/openmetadata-docs/content/connectors/database/mariadb/airflow.md index abb5222065c..1a734bc3b2f 100644 --- a/openmetadata-docs/content/connectors/database/mariadb/airflow.md +++ b/openmetadata-docs/content/connectors/database/mariadb/airflow.md @@ -85,43 +85,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/mariadb/cli.md b/openmetadata-docs/content/connectors/database/mariadb/cli.md index a0fcf26fe67..8775bc599a0 100644 --- a/openmetadata-docs/content/connectors/database/mariadb/cli.md +++ b/openmetadata-docs/content/connectors/database/mariadb/cli.md @@ -85,43 +85,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/mssql/airflow.md b/openmetadata-docs/content/connectors/database/mssql/airflow.md index 414cbd48077..693c666b0c6 100644 --- a/openmetadata-docs/content/connectors/database/mssql/airflow.md +++ b/openmetadata-docs/content/connectors/database/mssql/airflow.md @@ -92,43 +92,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/mssql/cli.md b/openmetadata-docs/content/connectors/database/mssql/cli.md index 7a93fefca48..2d5b8396cb7 100644 --- a/openmetadata-docs/content/connectors/database/mssql/cli.md +++ b/openmetadata-docs/content/connectors/database/mssql/cli.md @@ -92,43 +92,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/mysql/airflow.md b/openmetadata-docs/content/connectors/database/mysql/airflow.md index cfded411741..98c68695381 100644 --- a/openmetadata-docs/content/connectors/database/mysql/airflow.md +++ b/openmetadata-docs/content/connectors/database/mysql/airflow.md @@ -85,43 +85,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/mysql/cli.md b/openmetadata-docs/content/connectors/database/mysql/cli.md index 0f77daad1eb..429c2789e4e 100644 --- a/openmetadata-docs/content/connectors/database/mysql/cli.md +++ b/openmetadata-docs/content/connectors/database/mysql/cli.md @@ -85,43 +85,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/oracle/airflow.md b/openmetadata-docs/content/connectors/database/oracle/airflow.md index 2fff3c2953b..8946901071b 100644 --- a/openmetadata-docs/content/connectors/database/oracle/airflow.md +++ b/openmetadata-docs/content/connectors/database/oracle/airflow.md @@ -90,43 +90,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/oracle/cli.md b/openmetadata-docs/content/connectors/database/oracle/cli.md index 5d3868dfbfa..8dc747cb436 100644 --- a/openmetadata-docs/content/connectors/database/oracle/cli.md +++ b/openmetadata-docs/content/connectors/database/oracle/cli.md @@ -90,43 +90,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/postgres/airflow.md b/openmetadata-docs/content/connectors/database/postgres/airflow.md index b54b67e203e..02fe492c070 100644 --- a/openmetadata-docs/content/connectors/database/postgres/airflow.md +++ b/openmetadata-docs/content/connectors/database/postgres/airflow.md @@ -114,43 +114,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/postgres/cli.md b/openmetadata-docs/content/connectors/database/postgres/cli.md index 4ea784219b5..cf322b2ef2b 100644 --- a/openmetadata-docs/content/connectors/database/postgres/cli.md +++ b/openmetadata-docs/content/connectors/database/postgres/cli.md @@ -114,43 +114,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/presto/airflow.md b/openmetadata-docs/content/connectors/database/presto/airflow.md index 1cee3bf6470..c70311b5d09 100644 --- a/openmetadata-docs/content/connectors/database/presto/airflow.md +++ b/openmetadata-docs/content/connectors/database/presto/airflow.md @@ -88,43 +88,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/presto/cli.md b/openmetadata-docs/content/connectors/database/presto/cli.md index 08994fb9927..dc1db82f23f 100644 --- a/openmetadata-docs/content/connectors/database/presto/cli.md +++ b/openmetadata-docs/content/connectors/database/presto/cli.md @@ -88,43 +88,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/redshift/airflow.md b/openmetadata-docs/content/connectors/database/redshift/airflow.md index 7f4a48cc455..ef3537ea580 100644 --- a/openmetadata-docs/content/connectors/database/redshift/airflow.md +++ b/openmetadata-docs/content/connectors/database/redshift/airflow.md @@ -109,43 +109,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/redshift/cli.md b/openmetadata-docs/content/connectors/database/redshift/cli.md index 833cd3a08d5..b0dc6fad558 100644 --- a/openmetadata-docs/content/connectors/database/redshift/cli.md +++ b/openmetadata-docs/content/connectors/database/redshift/cli.md @@ -109,43 +109,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/salesforce/airflow.md b/openmetadata-docs/content/connectors/database/salesforce/airflow.md index e637340450e..6f9f17dca46 100644 --- a/openmetadata-docs/content/connectors/database/salesforce/airflow.md +++ b/openmetadata-docs/content/connectors/database/salesforce/airflow.md @@ -86,43 +86,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/salesforce/cli.md b/openmetadata-docs/content/connectors/database/salesforce/cli.md index d5020de8aaf..951519b3106 100644 --- a/openmetadata-docs/content/connectors/database/salesforce/cli.md +++ b/openmetadata-docs/content/connectors/database/salesforce/cli.md @@ -86,43 +86,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/singlestore/airflow.md b/openmetadata-docs/content/connectors/database/singlestore/airflow.md index 9aaed70d705..faf505b6fda 100644 --- a/openmetadata-docs/content/connectors/database/singlestore/airflow.md +++ b/openmetadata-docs/content/connectors/database/singlestore/airflow.md @@ -85,43 +85,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/singlestore/cli.md b/openmetadata-docs/content/connectors/database/singlestore/cli.md index 7731124b55c..58aae152402 100644 --- a/openmetadata-docs/content/connectors/database/singlestore/cli.md +++ b/openmetadata-docs/content/connectors/database/singlestore/cli.md @@ -85,43 +85,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/snowflake/airflow.md b/openmetadata-docs/content/connectors/database/snowflake/airflow.md index 3ad75288a06..354cc868b58 100644 --- a/openmetadata-docs/content/connectors/database/snowflake/airflow.md +++ b/openmetadata-docs/content/connectors/database/snowflake/airflow.md @@ -148,43 +148,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/snowflake/cli.md b/openmetadata-docs/content/connectors/database/snowflake/cli.md index 3b49d97831c..5f3a2bc8082 100644 --- a/openmetadata-docs/content/connectors/database/snowflake/cli.md +++ b/openmetadata-docs/content/connectors/database/snowflake/cli.md @@ -147,43 +147,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/trino/airflow.md b/openmetadata-docs/content/connectors/database/trino/airflow.md index baa4d006a90..9a53eaa9d27 100644 --- a/openmetadata-docs/content/connectors/database/trino/airflow.md +++ b/openmetadata-docs/content/connectors/database/trino/airflow.md @@ -102,43 +102,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/trino/cli.md b/openmetadata-docs/content/connectors/database/trino/cli.md index 8517a8b235f..6dbc6189aa7 100644 --- a/openmetadata-docs/content/connectors/database/trino/cli.md +++ b/openmetadata-docs/content/connectors/database/trino/cli.md @@ -102,43 +102,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/vertica/airflow.md b/openmetadata-docs/content/connectors/database/vertica/airflow.md index 9607431fdc2..f6e6b31914e 100644 --- a/openmetadata-docs/content/connectors/database/vertica/airflow.md +++ b/openmetadata-docs/content/connectors/database/vertica/airflow.md @@ -120,43 +120,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {} diff --git a/openmetadata-docs/content/connectors/database/vertica/cli.md b/openmetadata-docs/content/connectors/database/vertica/cli.md index bddc9407872..d4b2dcd48d1 100644 --- a/openmetadata-docs/content/connectors/database/vertica/cli.md +++ b/openmetadata-docs/content/connectors/database/vertica/cli.md @@ -120,43 +120,6 @@ source: # excludes: # - table3 # - table4 - # For dbt, choose one of Cloud, Local, HTTP, S3 or GCS configurations - # dbtConfigSource: - # # For cloud - # dbtCloudAuthToken: token - # dbtCloudAccountId: ID - # # For Local - # dbtCatalogFilePath: path-to-catalog.json - # dbtManifestFilePath: path-to-manifest.json - # # For HTTP - # dbtCatalogHttpPath: http://path-to-catalog.json - # dbtManifestHttpPath: http://path-to-manifest.json - # # For S3 - # dbtSecurityConfig: # These are modeled after all AWS credentials - # awsAccessKeyId: KEY - # awsSecretAccessKey: SECRET - # awsRegion: us-east-2 - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" - # # For GCS - # dbtSecurityConfig: # These are modeled after all GCS credentials - # type: My Type - # projectId: project ID - # privateKeyId: us-east-2 - # privateKey: | - # -----BEGIN PRIVATE KEY----- - # Super secret key - # -----END PRIVATE KEY----- - # clientEmail: client@mail.com - # clientId: 1234 - # authUri: https://accounts.google.com/o/oauth2/auth (default) - # tokenUri: https://oauth2.googleapis.com/token (default) - # authProviderX509CertUrl: https://www.googleapis.com/oauth2/v1/certs (default) - # clientX509CertUrl: https://cert.url (URI) - # dbtPrefixConfig: - # dbtBucketName: bucket - # dbtObjectPrefix: "dbt/" sink: type: metadata-rest config: {}