mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-30 01:59:23 +00:00
Docs cleanup for dbt YAML & Looker config (#9937)
* Update looker config * cleanup dbt
This commit is contained in:
parent
7c61c0ad6f
commit
9160770a47
@ -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
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
@ -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: {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user