Data Import from s3 bucket is not working

mk00559179
mk00559179 Posts: 15 🧑🏻‍🚀 - Cadet

We've configured data import from s3 bucket, we're following this links to prepared configuration to import from s3 bucket (https://docs.spryker.com/docs/ca/dev/configure-data-import-from-an-s3-bucket.html#configure-the-s3-bucket-filesystem).

our yml configuration is like below

- data_entity: combined-product-abstract  source: data/import/common/common/product/catalog_product_combined_import.csv  file_system: s3-import

But data import command still searching file in the local file system

Tagged:

Answers

  • victor.vanherpt
    victor.vanherpt Spryker Solution Partner Posts: 61 🪐 - Explorer
    edited September 25

    are the line breaks on the yaml missing or is it just a copy/paste problem?

    And, can you show the s3-importfile system configuration and maybe make sure it's not being overriden?

    What about src/Pyz/Zed/DataImport/DataImportConfig.php did you enable properly as per the doc?

  • mk00559179
    mk00559179 Posts: 15 🧑🏻‍🚀 - Cadet
    edited September 25

    Yes All is working fine for now, Have to upgrade data-import module to Version 1.25.Problem we're facing is product approval stand and product qty restriction import from s3 is not working now