igorvoltaic

Results 8 issues of igorvoltaic

## Fixes #488 Suggestion to change the log level of Neo4j driver ## Proposed Changes A brief list of proposed changes in order to fix the issue: - add log...

- Move config to global variable to let access it from any app scope - Use stream to handle bytes properly jdbc driver fails to connect Clickhouse without this feature....

## Feature description (Mandatory) Sink connector (Kafka-connect) does not allow to skip UNWIND prefix from cypher template strategy queries. We are using Kconnect cluster in our migrations tooling and do...

Added Mac OS X installation instructions. Completed successful build on Mac mini 2014, OS X High Sierra, Latest Xcode and Homebrew. Runs normally.

Build Issues
Documentation

## Checklist - [x] The PR conforms to DataHub's [Contributing Guideline](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md) (particularly [Commit Message Format](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md#commit-message-format)) - [ ] Links to related issues (if applicable) - [ ] Tests for the...

ingestion
community-contribution

This is a: - [ ] bug fix PR with no breaking changes - [x] new functionality ## Link to Issue Closes #459 ## Description & motivation Let's Make dbt-clickhouse...

### Describe the feature Add support for new DBs: [Clickhouse](https://clickhouse.com), [Greenplum](https://greenplum.org) ### Describe alternatives you've considered - ### Additional context - ### Who will this benefit? Any users or above...

enhancement

The property which allows mapping Kafka topics to Iceberg tables: An example config would look like: `iceberg.tables.topic-to-table-mapping=some_topic0:table_name0,some_topic1:table_name1` Similar approach implemented in SnowflakeSink, [ClickhouseSink](https://github.com/ClickHouse/clickhouse-kafka-connect/pull/211/files), [Aiven JdbcSink](https://github.com/Aiven-Open/jdbc-connector-for-apache-kafka/pull/38/files). Probably I can call it...

docs
KAFKACONNECT