malloy icon indicating copy to clipboard operation
malloy copied to clipboard

Accept/Except doesn't work with nested fields.

Open wwasilak opened this issue 7 months ago • 0 comments

What happens?

When trying to use Accept or Except for a field that is nested, error 'extraneous input '.' expecting {ACCEPT,...' shows up.

image

To Reproduce

code example:

source: ordersRAW is duckdb.table('orders.parquet')
extend {

    except:
    billing_address.firstname

OS:

Windows 10 x64

Malloy Client:

local VSCode

Malloy Client Version:

VSCode v0.3.1719853081 (pre-release)

Database Connection:

DuckDB

wwasilak avatar Jul 07 '24 22:07 wwasilak