Ryan Eakman

Results 15 issues of Ryan Eakman

SQL UDFs would be defined as macros and then if we detect a reference to that macro in a model definition then we would add a pre-hook to create that...

Feature

Adds support for using Serverless compute from a notebook. I tested by plan/applying using a Serverless environment. Two key changes: * Serverless does not support global temp views but does...

Use case: Anytime a PR is opened for a given branch, like qa, I want the environment that gets updated to be static and user defined. Therefore a PR number...

Feature

Slack context: https://tobiko-data.slack.com/archives/C07HJH22U9Z/p1725024070460339?thread_ts=1725006361.257769&cid=C07HJH22U9Z Links from convo: https://github.com/TobikoData/sqlmesh/blob/main/sqlmesh/core/scheduler.py#L85-L100 https://github.com/TobikoData/sqlmesh/blob/main/sqlmesh/core/scheduler.py#L53-L77 Text: ``` Basically, create a file signals/__init__.py and create a function decorated with @signal_factory there. That function should return instances of the...

Documentation