- add ImportDashboardAcrossEnvironments class for transfering between superset environments
- add Superset::Database::Export class for exporting database configurations
- add Superset::Dashboard::Import class for importing a dashboards
- Adding RLS filter clause to the 'api/v1/security/guest_token/' API params in guest_token.rb - rdytech#31
- Any filter that needs to applied to the dataset's final where condition can be passed here. Ex: [{ "clause": "publisher = 'Nintendo'" }]. Refer this: https://github.com/apache/superset/tree/master/superset-embedded-sdk#creating-a-guest-token
- adds filter title_equals to dashboard list class - rdytech#33
- added a class WarmUpCache to hit the 'api/v1/dataset/warm_up_cache' endpoint to warm up the cache of all the datasets for a particular dashaboard being passed to the class - rdytech#28
- add multi config for multi env creds rdytech#22
- add endpoint for sqllab/execute rdytech#22
- add endpoint for database/list rdytech#22
- add delete cascade endpoint by @jbat in rdytech#21
- Filter dashboards by array of tags by @jbat in rdytech#20
- adds endpoints for Delete of dashboards, charts, datasets @jbat in rdytech#20
- adds endpoints for BulkDelete of dashboards, charts, datasets @jbat in rdytech#20
- duplicate dashboard should also create embedded setting by @jbat in rdytech#14
- Validate and duplicate filters to new dashboard by @vidishaweddy-readytech in rdytech#17
- duplicate cross filters by @jbat in rdytech#18
- adds export endpoint
- superset pipeline part 1 with supported endpoints by @jbat in rdytech#4
- API update chart to new dataset by @hanpeic in rdytech#5
- Adds DuplicateDashboard class and fixes by @jbat in rdytech#6
- Update Docs by @jbat in rdytech#7
- update cred docs by @jbat in rdytech#8
- more updates to DuplicateDashboard, extra endpoints by @jbat in rdytech#9
- add base classes for credentials, authentication, client, request
- add dashboard endpoints
- add security/user endpoints
- add security/role endpoints
- add security/role/permission endpoints