Anand Chandrasekaran

Results 5 comments of Anand Chandrasekaran

Am also facing this issue, where you able to sort this out some how ?

Actually add the following and it should start working - `@eventType="click"`

@porsager - am trying to do the following in the Latest Master ``` await sql`copy (select * from events where customer_id = ${sql.unsafe(customer_id)}) to stdout`.readable()` ``` but it just doesnt...

thanks @porsager . that worked.

> For those stuck on this too, here is a temporary solution: > > ``` > model_obj = AnthropicModel( > "claude-3-7-sonnet@20250219", > provider=AnthropicProvider( > anthropic_client=AsyncAnthropicVertex( > project_id="PROJECT_ID", > region="us-east5", >...