kajal_das
10/11/2023, 7:45 PM001003 (42000): SQL compilation error:
syntax error line 5 at position 0 unexpected '{'.
syntax error line 8 at position 0 unexpected '}'.
here the SQL meltano trying to run
{% raw %}
{{
config(
materialized='table'
)
with base as (
select *
from {{ source('my_schema', 'Sample_sales_data') }}
)
select distinct "UNIFIED LINEITEM NAME" as unique_menu_name
from base
where unique_menu_name is not null
{% endraw %}zach_shirah
10/11/2023, 7:50 PM}} for the config blockkajal_das
10/11/2023, 7:52 PMkajal_das
10/11/2023, 7:53 PMkajal_das
10/11/2023, 11:48 PM