diff --git a/Makefile b/Makefile index 4796b16..b492db2 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ dbt-console: decoder_poc: dbt run \ --vars '{"STREAMLINE_INVOKE_STREAMS":True, "STREAMLINE_USE_DEV_FOR_EXTERNAL_TABLES": True}' \ - -m 1+models/streamline/poc/decoder/bronze__streamline_decoded_input_events.sql \ + -m 1+models/streamline/poc/decoder/streamline__decoded_input_events.sql \ --profile near \ --target dev \ --profiles-dir ~/.dbt \ No newline at end of file diff --git a/models/streamline/poc/decoder/bronze__streamline_decoded_input_events.sql b/models/streamline/poc/decoder/streamline__decoded_input_events.sql similarity index 100% rename from models/streamline/poc/decoder/bronze__streamline_decoded_input_events.sql rename to models/streamline/poc/decoder/streamline__decoded_input_events.sql diff --git a/models/streamline/poc/decoder/bronze__streamline_decoded_output_events.sql b/models/streamline/poc/decoder/streamline__decoded_output_events.sql similarity index 100% rename from models/streamline/poc/decoder/bronze__streamline_decoded_output_events.sql rename to models/streamline/poc/decoder/streamline__decoded_output_events.sql