Skip to content

Fix download_media url in GoogleDisplayVideo360SDFtoGCSOperator#22479

Merged
eladkal merged 1 commit into
apache:mainfrom
pierrejeambrun:14075-wrong-ressource-name-for-google-dv-360-operator
Mar 23, 2022
Merged

Fix download_media url in GoogleDisplayVideo360SDFtoGCSOperator#22479
eladkal merged 1 commit into
apache:mainfrom
pierrejeambrun:14075-wrong-ressource-name-for-google-dv-360-operator

Conversation

@pierrejeambrun

@pierrejeambrun pierrejeambrun commented Mar 22, 2022

Copy link
Copy Markdown
Member

Fixes: #14075

Following @sarahamilton closed PR and instructions reported in the issue #14075, here is a small change to fix the download url for Google Display & Video 360 service.

Link to the API doc: https://developers.google.com/display-video/api/reference/rest/v1/media/download
Link to the underlying lib: https://github.com/googleapis/google-api-python-client/blob/main/googleapiclient/discovery.py

I was not able to create an account on Google Display & Video 360 to test this. (no free trial, or 'fake' account for devs).

@boring-cyborg boring-cyborg Bot added area:providers provider:google Google (including GCP) related issues labels Mar 22, 2022
@pierrejeambrun

Copy link
Copy Markdown
Member Author

@eladkal here is a quick fix for the issue. 😃

@eladkal eladkal changed the title Fix download_media url Fix download_media url in GoogleDisplayVideo360SDFtoGCSOperator Mar 23, 2022
@github-actions github-actions Bot added the okay to merge It's ok to merge this PR as it does not require more tests label Mar 23, 2022
@github-actions

Copy link
Copy Markdown
Contributor

The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest main or amend the last commit of the PR, and push it with --force-with-lease.

@eladkal eladkal merged commit 38fde2e into apache:main Mar 23, 2022
@pierrejeambrun pierrejeambrun deleted the 14075-wrong-ressource-name-for-google-dv-360-operator branch March 23, 2022 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers okay to merge It's ok to merge this PR as it does not require more tests provider:google Google (including GCP) related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GoogleDisplayVideo360SDFtoGCSOperator does not pass the correct resource_name to the download_media hook

2 participants