Dima Lyublin

Results 1 comments of Dima Lyublin

I have a similar issue in Airflow 2.4.2: ``` def create_hooks(self): self.s3_hook = S3Hook(aws_conn_id=self.s3_conn_id) self.s3_hook.extra_args = {"ContentType": content_type} ``` ``` ERROR - Task failed with exception Traceback (most recent call...