Has something changed with the way Meltano appends schemas when executing queries in the report builder? This used to work for me, but now I get an error:
al_whatmough
08/21/2021, 10:36 AM
Meltano loads the data into the schema defined by
MELTANO_EXTRACT__LOAD_SCHEMA_
which in this case is
tap_oura
, then my dbt transform builds the
sleeps
table in the
analytics
schema
al_whatmough
08/21/2021, 10:37 AM
That all works OK, but this query can't run because it's just looking for a generic 'sleeps' table without specifying the schema, according to the UI