You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: