Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

66 lines (41 loc) · 3.02 KB

Change Log

0.2.2 - 2024-10-10

  • add ImportDashboardAcrossEnvironments class for transfering between superset environments

0.2.1 - 2024-09-17

  • add Superset::Database::Export class for exporting database configurations
  • add Superset::Dashboard::Import class for importing a dashboards

0.2.0 - 2024-08-19

0.1.7 - 2024-08-27

  • adds filter title_equals to dashboard list class - rdytech#33

0.1.6 - 2024-07-10

  • 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

0.1.5 - 2024-05-10

0.1.4 - 2024-05-01

  • 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

0.1.3 - 2024-04-23

  • 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

0.1.2 - 2024-03-22

  • adds export endpoint

0.1.1 - 2024-03-14

  • 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

0.1.0 - 2023-12-12

  • add base classes for credentials, authentication, client, request
  • add dashboard endpoints
  • add security/user endpoints
  • add security/role endpoints
  • add security/role/permission endpoints