Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unresolved References in example.json #4

Open
aliprax opened this issue Jul 10, 2024 · 0 comments
Open

Unresolved References in example.json #4

aliprax opened this issue Jul 10, 2024 · 0 comments
Assignees
Labels
✏️ Documentation Improvements or additions to the project documentation 📄 Error Error report
Milestone

Comments

@aliprax
Copy link

aliprax commented Jul 10, 2024

The following $ref values in examples/example.json cannot be resolved:

"$ref": "#components.services.customers"
"$ref": "#components.services.products"

Details:
In the schema section of the example.json file, the following references are specified:

{
    "$ref": "#components.services.customers"
},
{
    "$ref": "#components.services.products"
}

However, there are no corresponding definitions for these references within the components section.

Expected Resolution:
Please define the missing references in the components section, or remove/update the unresolved references in the schema section.

Relevant Section of example.json:

"schema": {
    "databaseName": "foodmartdb",
    "databaseSchemaName": "dwh",
    "tables": [
        {
            "$ref": "#components.tables.sales"
        },
        {
            "$ref": "#components.services.customers"
        },
        {
            "$ref": "#components.services.products"
        }
    ]
}

@andrea-gioia andrea-gioia self-assigned this Jul 12, 2024
@andrea-gioia andrea-gioia added ✏️ Documentation Improvements or additions to the project documentation 📄 Error Error report labels Nov 17, 2024
@andrea-gioia andrea-gioia added this to the DSAS v1.1.0 milestone Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✏️ Documentation Improvements or additions to the project documentation 📄 Error Error report
Projects
Status: No status
Development

No branches or pull requests

2 participants