Devin Stein
Devin Stein
Hi @AlJohri thanks for making an issue! I'll fix in the next release. Feel free to contribute as well!
For now, we will add the settings as a `jsonb` column to the `user_profile` ```json { "[email protected]": { "is_active": true, "auto_contribute": true, "auto_archive": false, "enable_allow_list": false, "enable_block_list": false } }...
It may be better to add it to a separate table. This will help us support "dumb" emails #212 ```sql create or replace table user_email ( user_id uuid, email string,...
Hey @edigaryev @atoulme apologies for the confusion here. [Dosu](https://dosu.dev/) added the `stale` label a week ago, but didn't failed to post a comment and notify you. We will make sure...
Related to #811
@tleonhardt If you're up for it, could you see what changes are needed to fix #811?
Hey @achovelon thanks for making an issue! In the screenshots, it shows you have a PySpark kernel, which means your shouldn't need those line magics in the first celll ```...
@achovelon I see. Thank you for flagging. I'll see if we can reproduce and fix
@dosu-bot Can you help debug? Here are the error logs ``` =================================== FAILURES =================================== ________________________ test_graphbase_get_x_y_values _________________________ self = how = 'mean' values = array([['str', 'str', 'str', 'str', 'str', 'str']],...