Andrew Taft

Results 11 comments of Andrew Taft

I also need this feature, but for a different reason. I'm using Backbone and I want the selector to be just one element (the view), not all elements, and this...

The Redshift macro part is relatively easy to implement. The problem that I run into is that the `type_string()` logic in the source models (e.g. https://github.com/brooklyn-data/dbt_artifacts/blob/main/models/sources/models.sql#L7), which translates to `cast(null...

+1 I would love onBefore and onAfter events for all actions, next, back, etc.

Test looks OK, but it does differ from mine in that it doesn't include "username". Perhaps if you tried: ` or: [{username: '[email protected]'}, {email: '[email protected]'}], ` I doubt this will...

OK, I finally figured out what was causing this error. I'm using the "defineProperty" function, like this: `app.models.User.defineProperty('email', { required:false }); ` In the loopback-datasource-juggler, this causes the DataType to...

@b-admike I see that @raymondfeng comment about it being related to https://github.com/strongloop/loopback-datasource-juggler/commit/4f31db1b64efa384e2c46c73bd34b97463db78f1 is spot on

Thanks @bajtos , adding `type: 'string'` fixes the problem. I tried to find where `type` was being set to `[Function: AnonymousModel_6]`, but could not find this and don't know whether...

Looks like #188 is merged. I haven't verified, but imagine that the https://github.com/dbt-msft/tsql-utils package will help with the `type` helpers and `upload_*` macros. If using that the tsql-utils package, since...

This feature would be great. Maybe with an optional button to "Load All Values" too, like this: ![image](https://user-images.githubusercontent.com/11670864/41946473-96497b66-7967-11e8-9f02-1757de5e3340.png)

@jtcohen6 Given that Snowflake, Redshift and BigQuery use foreign keys to optimize joins, will this issue get re-prioritized? Also, I'll add that downstream tools can use PK/FK to infer table...