Re: Setting up SLAs at DAG and Job level

2018-04-18 Thread Yogesh Kumar
my bad. apologize for inconvenience. On Wed, Apr 18, 2018 at 8:25 AM, Maxime Beauchemin < maximebeauche...@gmail.com> wrote: > This is the Superset mailing list, not the Airflow one... > > On Tue, Apr 17, 2018 at 5:53 PM, Yogesh Kumar <kumar.yogesh...@gmail.com> &

Setting up SLAs at DAG and Job level

2018-04-17 Thread Yogesh Kumar
Hi Devs, Is there any way to do that based on actual start-date of DAG instance rather than based on execution_date? I have multiple scenarios of backfilling data and setting up SLA triggers alerts immediately which is annoying. Any pointers? Thanks, -Y

SLA in DAGs

2018-04-16 Thread Yogesh Kumar
Hi Devs, Is there any way to define DAG SLAs based on runtime rather than execution_time? I've multiple scenarios where I have to backfill my data and we get tons of SLA alerts. Ideally, I would like to monitor actual DAG run from start of runtime to end of DAG. Thanks, -Y

Re: Dashboard filters - apply button

2017-10-09 Thread Yogesh Kumar
described. > Perhaps you're on an earlier version that does not have this feature? > > On Oct 9, 2017 12:42 PM, "Yogesh Kumar" <kumar.yogesh...@gmail.com> wrote: > > > Hi there, > > I have couple of dashboards with multiple slices in each. Whenever a > filter

Dashboard filters - apply button

2017-10-09 Thread Yogesh Kumar
Hi there, I have couple of dashboards with multiple slices in each. Whenever a filter is changed in these dashboards, backend queries are fired to get fresh data (from backend or cache). Is there any option/configuration to specifically show "Apply" button to avoid multiple queries while user is

Superset usage tracking

2017-09-25 Thread Yogesh Kumar
Does Superset has any dashboard/user tracking apart from user login tracking? -Y

Re: Embeding Superset dashboard in Iframe

2017-09-07 Thread Yogesh Kumar
pinging again: Is there any way to disable slice actions (remove from dashboard, edit, share etc) when dashboard is embedded in iFrame? How are other folks dealing with this? On Fri, Sep 1, 2017 at 9:47 PM, Yogesh Kumar <kumar.yogesh...@gmail.com> wrote: > follow up question: Is ther

Re: Embeding Superset dashboard in Iframe

2017-09-01 Thread Yogesh Kumar
Thanks Max. Works with charm! On Fri, Sep 1, 2017 at 1:48 PM, Maxime Beauchemin < maximebeauche...@gmail.com> wrote: > url + '?standalone=true' > > On Fri, Sep 1, 2017 at 1:02 PM, Yogesh Kumar <kumar.yogesh...@gmail.com> > wrote: > > > Hi, > > I'm tryi

Embeding Superset dashboard in Iframe

2017-09-01 Thread Yogesh Kumar
Hi, I'm trying to embed superset dashboard with url: `https:///superset/dashboard/userdaily/` This works fine but now iFrame shows top header of this page. Is there any way to suppress menu bar but just get dashboard content only? -Thanks

Re: Druid datasource refresh timing out

2017-08-29 Thread Yogesh Kumar
mmand `superset refresh_druid`. > > Max > > On Tue, Aug 29, 2017 at 4:40 PM, Yogesh Kumar <kumar.yogesh...@gmail.com> > wrote: > > > Hi, > > When I try to refresh my Druid datasources from Superset, it just hangs > and > > eventually workers timeout. > >

Druid datasource refresh timing out

2017-08-29 Thread Yogesh Kumar
Hi, When I try to refresh my Druid datasources from Superset, it just hangs and eventually workers timeout. Error: [2017-08-29 09:28:11 +] [24840] [CRITICAL] WORKER TIMEOUT (pid:5523) [2017-08-29 09:28:11 +] [5523] [INFO] Worker exiting (pid: 5523) Is there any restriction in number of

logging in Superset

2017-07-05 Thread Yogesh Kumar
Hi, Is there any way to enable verbose logging in Superset? Specifically, what queries its building and responses it received from remote datastore? I have this in my superset_config.py in $PYTHON_PATH LOG_LEVEL = DEBUG DEBUG = True Thanks, -Y