Brandon

Results 19 comments of Brandon

Adding --debug only revealed the following of note: ![image](https://user-images.githubusercontent.com/3984775/66249315-30606100-e6e6-11e9-9101-9ee09c3a435e.png) Running it locally makes it available once added to PATH of my cmd. Question though, does bake need to run in...

Is there a fix in the works for this issue?

@jerinpetergeorge Seems like using a Dataclass instead can get around this issue if you're able to make the swap.

lol, you guys are fast. Doesn't doing this invalidate any calculated props though?

Doesn't seem to for my calc prop, 'primarylabids'. I tried it with a simpler one too, but same problem. `Message: [Macromedia][SQLServer JDBC Driver][SQLServer]Invalid column name 'primarylabids'.` Used the following select...

@dbelanger , I'm not sure I follow your 2nd suggestion. Using the above example, how would the select param need to change to make this work, or are you saying...

Thanks for your patience, but I don't see where I'm using dot notation in an alias name. I do use dot notation for the column name, but @neokoenig mentioned above...

No worries. Though, even with the uppercase 'AS', I'm unable to use calc props when implicitly selecting fields.

Thanks for the response @dbelanger . I've tried your recommendation, but I still get the same response.