Skip to content

Commit

Permalink
fix: modify the etl script dependency (datahub-project#1726)
Browse files Browse the repository at this point in the history
Co-authored-by: Cobolbaby <Zhang.Xing-Long@inventec.com>
  • Loading branch information
2 people authored and arunvasudevan committed Sep 10, 2020
1 parent 9e5a456 commit 836e161
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion metadata-ingestion/ldap-etl/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
avro-python3==1.8.2
confluent-kafka==1.4.0
confluent-kafka[avro]==1.4.0
python-ldap==3.2.0
2 changes: 1 addition & 1 deletion metadata-ingestion/mysql-etl/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
avro-python3==1.8.2
confluent-kafka==1.4.0
confluent-kafka[avro]==1.4.0
mysql-connector==2.2.9
2 changes: 1 addition & 1 deletion metadata-ingestion/sql-etl/common.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
avro-python3==1.8.2
confluent-kafka==1.1.0
confluent-kafka[avro]==1.4.0
SQLAlchemy==1.3.17

0 comments on commit 836e161

Please sign in to comment.