Giter Club home page Giter Club logo

Comments (6)

marcosmarxm avatar marcosmarxm commented on July 22, 2024

The connector was migrated to use inline schemas: https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/source-prestashop/source_prestashop/manifest.yaml
It is strange it is trying to access the schema file instead of using the inline one.

from airbyte.

jordi-ydteam avatar jordi-ydteam commented on July 22, 2024

The error is comming from the components.py file? I guess that it is happening here?

ef _get_schema_root_properties(self):
        schema_loader = JsonFileSchemaLoader(config=self.config, parameters={"name": self.name})
        schema = schema_loader.get_json_schema()
        return schema["properties"]

I am not sure how to read the schemas from the manifest.yaml file instead of the schemas folder

from airbyte.

marcosmarxm avatar marcosmarxm commented on July 22, 2024

Yes, @jordi-ydteam can you rollback to previous version?

from airbyte.

jordi-ydteam avatar jordi-ydteam commented on July 22, 2024

I tried with the docker version and it seems that the connection is working.

What I don't know, because I cannot find the commit or Pull request that was created to change to inline schemas, if another changes were made

from airbyte.

marcosmarxm avatar marcosmarxm commented on July 22, 2024

This is the pull request #37233

from airbyte.

marcosmarxm avatar marcosmarxm commented on July 22, 2024

I tried to insert the schema in the custom transformation but it doesn't work like that. Probably the solution is to read the manifest.yaml and parse each stream. It is doable but def not easy.

from airbyte.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.