Skip to content

[AIRFLOW-2226] Rename google_cloud_storage_default to google_cloud_default#3141

Closed
Fokko wants to merge 1 commit into
apache:masterfrom
Fokko:airflow-2226
Closed

[AIRFLOW-2226] Rename google_cloud_storage_default to google_cloud_default#3141
Fokko wants to merge 1 commit into
apache:masterfrom
Fokko:airflow-2226

Conversation

@Fokko

@Fokko Fokko commented Mar 19, 2018

Copy link
Copy Markdown
Contributor

The Google cloud operators uses both google_cloud_storage_default and google_cloud_default as a default conn_id. This is confusing and the google_cloud_storage_default conn_id isnt initialized by default in db.py. Therefore we rename the google_cloud_storage_default to google_cloud_default for simplicity and convenience.

Make sure you have checked all steps below.

JIRA

Description

  • Here are some details about my PR, including screenshots of any UI changes:

Tests

  • My PR adds the following unit tests OR does not need testing for this extremely good reason:

Commits

  • My commits all reference JIRA issues in their subject lines, and I have squashed multiple commits if they address the same issue. In addition, my commits follow the guidelines from "How to write a good git commit message":

    1. Subject is separated from body by a blank line
    2. Subject is limited to 50 characters
    3. Subject does not end with a period
    4. Subject uses the imperative mood ("add", not "adding")
    5. Body wraps at 72 characters
    6. Body explains "what" and "why", not "how"
  • Passes git diff upstream/master -u -- "*.py" | flake8 --diff

@codecov-io

codecov-io commented Mar 19, 2018

Copy link
Copy Markdown

Codecov Report

Merging #3141 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3141      +/-   ##
==========================================
- Coverage   73.06%   73.05%   -0.01%     
==========================================
  Files         180      180              
  Lines       12654    12654              
==========================================
- Hits         9246     9245       -1     
- Misses       3408     3409       +1
Impacted Files Coverage Δ
airflow/models.py 87.28% <0%> (-0.05%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 37072ab...24efc76. Read the comment docs.

@criccomini

Copy link
Copy Markdown
Contributor

LGTM, this is technical bw-incompatible. Should add an entry to UPDATING.md

@criccomini

Copy link
Copy Markdown
Contributor

+1

…fault

The Google cloud operators uses both google_cloud_storage_default and
google_cloud_default as a default conn_id. This is confusing and the
google_cloud_storage_default conn_id isnt initialized by default in db.py
Therefore we rename the google_cloud_storage_default to
google_cloud_default for simplicity and convenience
@Fokko

Fokko commented Mar 19, 2018

Copy link
Copy Markdown
Contributor Author

Thanks @criccomini, I've added a section to the UPDATING.md

@asfgit asfgit closed this in bb287ec Mar 19, 2018
aliceabe pushed a commit to aliceabe/incubator-airflow that referenced this pull request Jan 3, 2019
…fault

The Google cloud operators uses both
google_cloud_storage_default and
google_cloud_default as a default conn_id. This is
confusing and the
google_cloud_storage_default conn_id isnt
initialized by default in db.py
Therefore we rename the
google_cloud_storage_default to
google_cloud_default for simplicity and
convenience

Closes apache#3141 from Fokko/airflow-2226
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants