Open jordi-ydteam opened 4 months ago
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.
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
Yes, @jordi-ydteam can you rollback to previous version?
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
This is the pull request https://github.com/airbytehq/airbyte/pull/37233
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.
same problem here, i've noticed the problem appear also on the CLOUD jitsu platform
Connector Name
source-prestashop
Connector Version
1.0.4
What step the error happened?
Configuring a new connector
Relevant information
I tried to created a new PrestaShop source.
I added the
Access Key
,Shop URL
andStart date
.When I click in set up source I receive an error.
Relevant log output
Contribute