You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/05 10:02:14 UTC

[GitHub] [airflow] NBardelot opened a new pull request #7629: [AIRFLOW-XXXX] Avoid creating default connections

NBardelot opened a new pull request #7629: [AIRFLOW-XXXX] Avoid creating default connections
URL: https://github.com/apache/airflow/pull/7629
 
 
   Adds a new `load_default_connections` in the Core configuration of Airflow, similar to `load_examples` but aimed at avoiding the creation of default Connections in `airflow/utils/db.py`.
   
   By default it is retrocompatible: 
   
     * the default behaviour is the old behaviour (`True`)
     * the old behaviour is also kept in the CI tests and other places were configuration is used
   
   The config is documented as being new in 1.10.9 (the current version being built using `master`).

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] NBardelot commented on issue #7629: [AIRFLOW-6987] Avoid creating default connections

Posted by GitBox <gi...@apache.org>.
NBardelot commented on issue #7629: [AIRFLOW-6987] Avoid creating default connections
URL: https://github.com/apache/airflow/pull/7629#issuecomment-599438636
 
 
   /retest

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] potiuk merged pull request #7629: [AIRFLOW-6987] Avoid creating default connections

Posted by GitBox <gi...@apache.org>.
potiuk merged pull request #7629: [AIRFLOW-6987] Avoid creating default connections
URL: https://github.com/apache/airflow/pull/7629
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] villasv commented on issue #7629: [AIRFLOW-6987] Avoid creating default connections

Posted by GitBox <gi...@apache.org>.
villasv commented on issue #7629: [AIRFLOW-6987] Avoid creating default connections
URL: https://github.com/apache/airflow/pull/7629#issuecomment-599293728
 
 
   Looking forward to using this! :-) 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] potiuk commented on issue #7629: [AIRFLOW-6987] Avoid creating default connections

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #7629: [AIRFLOW-6987] Avoid creating default connections
URL: https://github.com/apache/airflow/pull/7629#issuecomment-599449909
 
 
   @NBardelot -> next time please do not delete the template content for JIRA issue :). It's there so that you can put checkmarks for all the points there. I updated the description so that it passes "Mergable" check now.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] villasv edited a comment on issue #7629: [AIRFLOW-6987] Avoid creating default connections

Posted by GitBox <gi...@apache.org>.
villasv edited a comment on issue #7629: [AIRFLOW-6987] Avoid creating default connections
URL: https://github.com/apache/airflow/pull/7629#issuecomment-599293728
 
 
   Looking forward to using this! :-) 
   
   Looks like the tests failed but it was a timeout. Could someone trigger a new attempt?
   Also @NBardelot you need to include the link to the JIRA issue in the PR description.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services