outputSource: snowflake kafka: bootstrapServer: kafka:9092 groupID: group_abc topicConfigs: - db: shop tableName: customers schema: inventory topic: "dbserver1.inventory.customers" cdcFormat: debezium.postgres.wal2json cdcKeyFormat: org.apache.kafka.connect.storage.StringConverter snowflake: account: ACCOUNT_ID username: USER password: PASSWORD warehouse: DWH_NAME region: us-east-2.aws
outputSource: bigquery kafka: bootstrapServer: kafka:9092 groupID: group_abc topicConfigs: - db: shop tableName: customers schema: inventory topic: "dbserver1.inventory.customers" cdcFormat: debezium.postgres.wal2json cdcKeyFormat: org.apache.kafka.connect.storage.StringConverter bigquery: pathToCredentials: PATH_TO_CREDENTIALS projectID: PROJECT_ID defaultDataset: DEFAULT_DATASET
outputSource: snowflake kafka: bootstrapServer: kafka:9092 groupID: group_abc topicConfigs: - db: shop tableName: customers schema: inventory topic: "dbserver1.inventory.customers" cdcFormat: debezium.mongodb cdcKeyFormat: org.apache.kafka.connect.storage.StringConverter snowflake: account: ACCOUNT_ID username: USER password: PASSWORD warehouse: DWH_NAME region: us-east-2.aws
outputSource: bigquery kafka: bootstrapServer: kafka:9092 groupID: group_abc topicConfigs: - db: shop tableName: customers schema: inventory topic: "dbserver1.inventory.customers" cdcFormat: debezium.mongodb cdcKeyFormat: org.apache.kafka.connect.storage.StringConverter bigquery: pathToCredentials: PATH_TO_CREDENTIALS projectID: PROJECT_ID defaultDataset: DEFAULT_DATASET
reporting: sentry: dsn: https://docs.sentry.io/product/sentry-basics/dsn-explainer/
telemetry: metrics: provider: datadog settings: tags: - env:production - customer:artie.so namespace: "transfer." addr: "127.0.0.1:8125"
Was this page helpful?