You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thomasyu888
changed the title
Add support for query URL to be emailed
Email query URL instead of the dataframe with all the files changed
Oct 7, 2021
thomasyu888
changed the title
Email query URL instead of the dataframe with all the files changed
Add flexibility for different email formats
Jan 22, 2022
It would be great to have the flexibility for different formats of emails or other variations on an Action class' behavior. Maybe another parameter to _action(self, modified_entities, format) that determines calls to other functions in the Action class? For example, with the EmailAction, the function to construct the body could be selected via this parameter with a default function for body format being a comma-delimited list.
if format == 'default':
body = _default(modified_entities)
elif format == 'fancy':
body = fancy(modified_entities)
Uh oh!
There was an error while loading. Please reload this page.
Email query URL instead of the dataframe with all the files changed
Replace view_id and query_statement to see the results.
The text was updated successfully, but these errors were encountered: