TJ Murphy

Results 28 comments of TJ Murphy

@rkass Thanks for taking a look! I’ll take a crack at trying to repro the issue with test cases.

I'll wrap it up tonight/tomorrow

Closing this, will open a new PR.

Databases create an implicit PUBLIC schema. If you declare it yourself, Blueprint should probably merge the user-declared public schema into the implict one, I'll make that work. As a workaround...

`find` is not currently deferred, it searches the in-memory resource tree. Not super useful currently outside of implict resources (like public schema)

Fixed in [#v0.4.](https://github.com/Titan-Systems/titan/releases/tag/v0.4.0)

I try to stay 1:1 to the original SQL when possible. Since "type" has semantic meaning in Python I made a judgement call to use "user_type" in this case. I...

Fixed in [v0.9](https://github.com/Titan-Systems/titan/releases/tag/v0.9.1)

Snowflake annoyingly doesn't provide a direct way to check account edition or trial status. This one is tricky because COMPUTE POOLS are available in standard edition just not during trial...