[
https://issues.apache.org/jira/browse/AIRFLOW-4853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ash Berlin-Taylor closed AIRFLOW-4853.
--------------------------------------
Resolution: Not A Problem
You can just do:
{code:python}
conn.schema = "a"
{code}
separate get and set methods aren't needed here -- (arguably the set_password
should have been handled transparently too.)
> Add get_schema and set_schema in Connection module
> --------------------------------------------------
>
> Key: AIRFLOW-4853
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4853
> Project: Apache Airflow
> Issue Type: Improvement
> Components: core
> Affects Versions: 1.10.3
> Reporter: jack
> Priority: Major
>
> The module has set_password, set_extra methods.
> It wouod be nice also to have set_schema to have the ability to change it
> after Connection was created.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)