Elon Gliksberg

Results 57 comments of Elon Gliksberg

Worth mentioning that unlike the previous function (`files_upload`), the new function (`files_upload_v2`) expects and supports only a channel ID and not a channel name.

How come `files:read` is also needed even though it successfully uploads the file without it?

Thanks a lot for the explanation. I'd appreciate it if you could explain, if `files.upload` previously returned the files' full metadata without the `files:read` scope. Why is it no longer...

Ohhh, you're right. Didn't notice the Flow typing. This should remain. And the current setup does not support TypeScript, just adding `index.d.ts` would do the job. I'll edit my branch...

Worth mentioning, the new package worked for me just by adding the `index.d.ts` file. Just describe the default export of the module.

@jamesisaac Yes it does. You're more than free to clone this [project](https://github.com/elongl/jmeet), add the `index.d.ts` file to the module in `node_modules` and see for yourself. It recognizes the typing and...

@ckdake @kouridis Definitely! I created the branch, you can create a pull request to it [here](https://github.com/elementary-data/dbt-data-reliability/compare/master...postgres-integration). Sounds like a great idea if you'd collaborate on the integration. Of course I...

Hi everyone! I'm very glad to inform you that we're nearly ready to release [support for Postgres](https://github.com/elementary-data/dbt-data-reliability/pull/230) thanks to @kouridis's implementation. The team will review the changes and hopefully we'll...

Postgres support will be released in the upcoming version.

Added as `edr monitor --test`. ``` --test BOOLEAN Whether to send a test message in case there are no alerts. ```