Add an AWS Glue Extractor (#157)
* add aws glue extractor * add sample code for glue extractor on README * patch whole glue_extractor test to avoid boto3 error if not configured * boto3 add on requirements
Showing
... | ... | @@ -66,3 +66,4 @@ google-auth>=1.0.0, <2.0.0dev |
httplib2~=0.9.2 | ||
confluent-kafka==1.0.0 | ||
unidecode | ||
boto3==1.10.1 |
Please register or sign in to comment