I’m just trying to consuming dbt MeticFlow in Tableau. my steps so far:
a/create an account on dbt cloud and connect to snowflake.
b/clone [this](https://github.com/ybenichou24/jaffle-sl-template) repo and use it as my project repo
c/run dbt deps ->dbt seed>dbt run. success
d/checked all tables where materialized in snowflake project db
e/ create a semantic layer in dbt. I had to create a separate dbt account team for it
f/used the semantic layer credentials for the desktop dbt connector -> error
cfjd.org.apache.arrow.flight.FlightRuntimeException: INVALID_ARGUMENT: Internal error while downloading semantic manifest from S3: NoSuchKey - The specified key does not exist.
Connector Class: dbt_semantic_layer, Version: 1.0.3
I’m just trying to consuming dbt MeticFlow in Tableau. my steps so far: a/create an account on dbt cloud and connect to snowflake. b/clone [this](https://github.com/ybenichou24/jaffle-sl-template) repo and use it as my project repo c/run dbt deps ->dbt seed>dbt run. success d/checked all tables where materialized in snowflake project db e/ create a semantic layer in dbt. I had to create a separate dbt account team for it
f/used the semantic layer credentials for the desktop dbt connector -> error
cfjd.org.apache.arrow.flight.FlightRuntimeException: INVALID_ARGUMENT: Internal error while downloading semantic manifest from S3: NoSuchKey - The specified key does not exist. Connector Class: dbt_semantic_layer, Version: 1.0.3
many thanks