Josh Temple

Results 26 comments of Josh Temple

What could be done to make `pytest-recording` work for fixtures? I'd like to use this library for all VCR so we can ensure headers are filtered by default, but we...

@Stranger6667, I'd be happy to submit a PR to support marking fixtures in this library. Could you please point me in the right direction or any known blockers?

While I agree we should document the `connect` command, I agree with @Shumpei-Kikuta that it would make more sense to move all of these things to global flags. For typical...

I've opened a corresponding issue on our internal docs repo so we can get this resolved.

Looker dimensions can take on a lot of different types, see [Looker reference for dimension types](https://docs.looker.com/reference/field-reference/dimension-type-reference#individual-timeframes). **High priority** ``` string number time yesno duration date date_time date_* (week, quarter, raw,...

What would it take to implement this? Here are a few questions to get us started: 1. Is this a separate validator or something that goes in the SQL validator?...

Can you elaborate on this? > I think this approach could also fail if they've defined their joins poorly. I have worries about using the SQL runner for a few...

> We would have to start tracking the view that a field comes from, right? The dimension name returned by the API is of the form `view_name.dimension_name` so I think...

Hi @leoch20. We've had some internal debates about the right behavior here (see #227). Our current thinking is that we don't want people to accidentally merge LookML that should've failed...

Please provide an example and explain why this behavior doesn't work for your use case. Thanks!