ptheru commented on issue #13943:
URL: https://github.com/apache/superset/issues/13943#issuecomment-832154252
I agree with @cccs-jc
Option 1 is simplistic approach and makes sense.
@villebro In Option2, does it mean the filter "employees" can take only the
ones hardcoded in this dictionary? Meaning jinja will pick values from the
values that you hardcode in custom_form_data? In my case, it is a "date" so I
am not sure how this would pan out.
'''
{
custom_form_data: {
employees: ['Employee 1', 'Employee 2']
},
}
'''
I am new to Superset and please let me know if I have understood it as I am
supposed to.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]