Skip to content

Commit

Permalink
Fix issues with linting & metadata-ingestion setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro93 committed Dec 26, 2022
1 parent 3f7f8a1 commit d6e47ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ def get_long_description():
"clickhouse",
"delta-lake",
"druid",
"feast-legacy",
"hana",
"hive",
"iceberg",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
import org.apache.avro.generic.GenericRecord;
import org.apache.kafka.clients.consumer.ConsumerConfig;
import org.apache.kafka.common.serialization.StringDeserializer;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.boot.autoconfigure.kafka.KafkaProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
import org.springframework.context.annotation.Lazy;
import org.springframework.kafka.config.ConcurrentKafkaListenerContainerFactory;
import org.springframework.kafka.config.KafkaListenerContainerFactory;
import org.springframework.kafka.core.DefaultKafkaConsumerFactory;
Expand Down

0 comments on commit d6e47ea

Please sign in to comment.