vincbeck opened a new pull request #22157: URL: https://github.com/apache/airflow/pull/22157
While testing `RedshiftDataOperator` operator as part of #22063 verification process I found out some bugs. The bugs are, for all optional parameters as part of `RedshiftDataOperator`, they should not be passed down to the boto3 client if no value is specified. Otherwise, such error message are thrown `Invalid type for parameter Parameters, value: None, type: <class 'NoneType'>, valid types: <class 'list'>, <class 'tuple'>.` I also updated the doc and sample dag for `RedshiftDataOperator` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
