GoogleDisplayVideo360UploadLineItemsOperator

Google

Uploads line items in CSV format.

View on GitHub

Last Updated: Apr. 14, 2023

Access Instructions

Install the Google provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

request_bodyrequest to upload line items.
bucket_nameRequiredThe bucket form data is downloaded.
object_nameRequiredThe object to fetch.
filenameThe filename to fetch.
dry_runUpload status without actually persisting the line items.

Documentation

Uploads line items in CSV format.

See also

For more information on how to use this operator, take a look at the guide: Upload line items

See also

Check also the official API docs: https://developers.google.com/bid-manager/v1.1/lineitems/uploadlineitems

Was this page helpful?