Skip to content

Feedloader v1.2.0

Latest
Compare
Choose a tag to compare
@starmandeluxe starmandeluxe released this 03 Aug 07:25

To upgrade Feedloader to the latest version, it is required to run the install_to_gcp.sh script as well as push the latest code, .enc, and variables.json files to your Cloud Source Repository. See the README for details on how to install Feedloader.

New Features

Local Product Inventory Feeds

Feedloader now supports an alternate type of feed, local product inventory feeds (Shortened here to “local feed”).

To use this feed type, ensure that the schema defined in the file “feed_schema_config_local.json” matches your local feed file’s schema. Upload your local feed(s) to Feedloader’s GCS bucket set by your project’s “FEED_BUCKET” environment variable suffixed with “-local”. To start processing the set of one or more local feeds uploaded, upload an empty EOF file to the GCS bucket set by your project’s “UPDATE_BUCKET” environment variable suffixed with “-local”. If processing the feeds completed successfully, you will receive an email with the subject “Local Product Inventory Feed Processing Completed” containing the results of that Feedloader run.

IMPORTANT: It is required that a primary feed already have been uploaded to Feedloader/Merchant Center, as Local Product Inventory Feeds cannot be used without a primary feed already existing in Merchant Center. Take care to upload the primary feeds/EOFs to their respective “non-local” buckets.

Bugfixes/Changes

Cloud Composer version has been upgraded from 1 to 2 (composer-1.17.8-airflow-1.10.15 to composer-2.0.28-airflow-2.3.3)