Skip to content
New issue

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

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

Already on GitHub? # to your account

Superset-cli don't understand the field in dbt's manifest.json #327

Open
andrewcaoo opened this issue Nov 7, 2024 · 0 comments
Open

Superset-cli don't understand the field in dbt's manifest.json #327

andrewcaoo opened this issue Nov 7, 2024 · 0 comments

Comments

@andrewcaoo
Copy link

I am trying to async dbt's data to superset by using superset-cli. I ran bellow command to push manifest.json file.
superset-cli -u admin -p admin http://localhost:8088 sync dbt-core ./target/manifest.json --profiles=./profiles.yml --target=wh_demo --project=dbt_semantic_layer_demo --raise-failures

It threw this message:

 [[15:00:53]] INFO: preset_cli.cli.superset.sync.dbt.databases: Found an existing database connection, using it                   databases.py:85
           INFO     [[15:00:53]] INFO: preset_cli.cli.superset.sync.dbt.datasets: Creating dataset model.dbt_semantic_layer_demo.testing_cube        datasets.py:146
           ERROR    [[15:00:53]] ERROR: preset_cli.lib: {                                                                                                 lib.py:100
                      "message": {
                        "catalog": [
                          "Unknown field."
                        ]
                      }
                    }

It seems Superset can understand several fields from dbt manifest file. I deleted the content of target folder and recompile. However, this error still appears.
Please help me to resolve this issue.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant