[
https://issues.apache.org/jira/browse/AIRFLOW-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16461610#comment-16461610
]
ASF subversion and git services commented on AIRFLOW-75:
--------------------------------------------------------
Commit a05a72eeefc374acde40bf3ec59630c11d06f957 in incubator-airflow's branch
refs/heads/v1-10-test from [~Fokko]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=a05a72e ]
[AIRFLOW-2410][AIRFLOW-75] Set the timezone in the RBAC Web UI
SqlAlchemy does not know how to handle the
timestamp since it isnt
timezone aware
Closes #3303 from Fokko/AIRFLOW-2410
(cherry picked from commit 71954a52fc13accf1130d3d2a00263d7ec369b02)
Signed-off-by: Fokko Driesprong <[email protected]>
> S3 config file parsing
> ----------------------
>
> Key: AIRFLOW-75
> URL: https://issues.apache.org/jira/browse/AIRFLOW-75
> Project: Apache Airflow
> Issue Type: Bug
> Components: hooks
> Affects Versions: Airflow 1.7.0
> Reporter: Alex Papanicolaou
> Assignee: Alex Papanicolaou
> Priority: Minor
>
> The bug is in:
> https://github.com/apache/incubator-airflow/blob/3198756bceb9048829cfcd225e50336b6eee8f76/airflow/hooks/S3_hook.py#L55
> Comment in _parse_s3_config, lines 43-44:
> :param config_format: config type. One of "boto", "s3cmd" or "aws".
> Defaults to "boto"
> However in S3Hook on lines 111-112:
> # The format can be None and will default to boto in the parser
> self.s3_config_format = self.extra_params.get('s3_config_format')
> So what happens is, if s3_config_format is None, in line 55 it hasn't
> properly set it as the default value before applying the lower method.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)