Skip to content

Conversation

@mik-laj
Copy link
Member

@mik-laj mik-laj commented Aug 17, 2020

The change aims to simplify the configuration of logging, to prevent corruption of the instance configuration by changing the value controlled by the user - connection entry. If you configure a backend secret, it also means the webserver doesn't need to connect to it. This simplifies setups with multiple GCP projects.

This also makes the configuration of the Backend Secret and the StackdriverTaskHandler similar.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.

@boring-cyborg boring-cyborg bot added area:docs area:logging provider:google Google (including GCP) related issues labels Aug 17, 2020
@mik-laj
Copy link
Member Author

mik-laj commented Aug 17, 2020

CC: @mhenc

@mik-laj mik-laj requested a review from turbaszek August 18, 2020 00:28
type: string
example: ~
default: ""
- name: stackdriver_key_path
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if there is 'deprecation policy' but if someone was actually using this setting. After upgrade it will stop working.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This option has not yet been found in any release.

)
client = storage.Client(
credentials=credentials,
client_info=ClientInfo(client_library_version='airflow_v' + version.version),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is 'airflow_v'? - looks magical for me.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a "User Agent" that allows you to track on the Google side which versions of Airflow your users are using. This identical identifier is used each time a client is created.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, why it's not in any constant then?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll make it a constant in the next PR because it repeats in 3 places. It is recommended to use Hooks where this constant is already defined.

@mik-laj mik-laj requested a review from potiuk August 18, 2020 09:02
@mik-laj
Copy link
Member Author

mik-laj commented Aug 18, 2020

@potiuk Can I ask for a look?

)
client = storage.Client(
credentials=credentials,
client_info=ClientInfo(client_library_version='airflow_v' + version.version),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, why it's not in any constant then?

description: |
Path to GCP Credential JSON file. If omitted, authorization based on `the Application Default
Path to Google Credential JSON file. If omitted, authorization based on `the Application Default
Credentials
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Credentials
Credentials`

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a closing character already.
Screenshot 2020-08-18 at 16 19 57

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2020-08-18 at 16 23 44

@mik-laj mik-laj merged commit 083c3c1 into apache:master Aug 18, 2020
@mik-laj mik-laj deleted the gcs-task-handler branch August 18, 2020 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:logging provider:google Google (including GCP) related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants